DEV Community

Jayaprasanna Roddam
Jayaprasanna Roddam

Posted on

Data Structures and Algorithms

Hey All, Let's have a fun ride through data structures and algorithms

Here is the detailed plan:

Data structures

  1. Arrays
  2. Strings
  3. Linked lists
  4. Stack
  5. Queue
  6. Tree
  7. Graph
  8. Trie

Algorithms

  1. Recursion
  2. Backtracking
  3. Tree based algos
  4. String-based algos
  5. Graph-based algos
  6. Greedy algorithms
  7. Dynamic programming
  8. Bit Manipulation

Top comments (0)