DEV Community

Jayaprasanna Roddam
Jayaprasanna Roddam

Posted on • Updated 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
  9. Heap

Algorithms

  1. Recursion explaination
  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)