Algorithm Analysis & Design

Take a dive into the world of algorithms.

This notebook will dwell on how many of the algorithms work. At the same time, the notebook will provide and solve popular questions and small and simple games based on those algorithms to form a better understanding of the algorithms.

An algorithm is like a recipe.

Follow this handy guide to get started on the basics as quickly as possible:

๐ŸšขSearching and Sorting๐Ÿ’ธGreedy Method๐Ÿš Backtrackingโš”๏ธDivide and Conquer๐Ÿ’ฃDynamic Programming๐Ÿ“ˆGraph๐Ÿ”ขNumber Theory

Last updated

Was this helpful?