Roadmap to becoming a developer in 2022
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.
 
 
 
 
 
Kamran Ahmed 09b95f30d7 Add content for common algorithms in computer science roadmap 2 years ago
..
100-sorting-algorithms Add tree algorithms content 2 years ago
101-tree-algorithms Add tree algorithms content 2 years ago
102-graph-algorithms Add graph traversal algorithm 2 years ago
104-greedy-algorithms Add greedy algorithms content 2 years ago
105-back-tracking-algorithms Add content for common algorithms in computer science roadmap 2 years ago
107-recursion Add content for common algorithms in computer science roadmap 2 years ago
108-search-algorithms Add content for common algorithms in computer science roadmap 2 years ago
109-cache-algorithms Add content for common algorithms in computer science roadmap 2 years ago
106-robin-karp-algorithm.md Add content for common algorithms in computer science roadmap 2 years ago
readme.md Add sorting algorithms content 2 years ago

readme.md

Common Algorithms

Here are some common algorithms that you should know. You can find more information about them in the 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