computer-scienceangular-roadmapbackend-roadmapblockchain-roadmapdba-roadmapdeveloper-roadmapdevops-roadmapfrontend-roadmapgo-roadmaphactoberfestjava-roadmapjavascript-roadmapnodejs-roadmappython-roadmapqa-roadmapreact-roadmaproadmapstudy-planvue-roadmapweb3-roadmap
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
426 B
15 lines
426 B
# Common Algorithms |
|
|
|
Here are some common algorithms that you should know. You can find more information about them in the [Algorithms](https://www.khanacademy.org/computing/computer-science/algorithms) section of the Computer Science course. |
|
|
|
- Sorting |
|
- Recursion |
|
- Searching |
|
- Cache Algorithms |
|
- Tree Algorithms |
|
- Graph Algorithms |
|
- Greedy Algorithms |
|
- Backtracking |
|
- Substring Search |
|
- Suffix Arrays |
|
- Dynamic Programming
|
|
|