Algorithms
What is an Algorithm?
Simply put, an algorithm is a series of steps that can be used to solve problems.
Common Algorithms
Below is a list of common and/or famous algorithms. Follow the links for in-depth walkthroughs and descriptions.
- Sorting
- Insertion Sort
- Selection Sort
- Bubble Sort
- Merge Sort
- Quicksort
- Depth-first Search (DFS)
- Breadth-first Search (BFS)
- Heapsort
- Dijkstra’s Algorithm
…and many more!