Algorithms
An algorithm is a finite sequence of well-defined, computer-implementable instructions, typically to solve a class of specific problems or to perform a computation.
Table of contents
- Backtracking
- Divide and Conquer
- Dynamic Programming
- Exhaustive Search
- Greedy Algoritm
- Sliding Window
- Sorting Algorithm