Skip to content

Latest commit

 

History

History
32 lines (15 loc) · 463 Bytes

File metadata and controls

32 lines (15 loc) · 463 Bytes

The-Algorithms-Data-Structures-for-Beginners

An easy way to kickstart coding journey.

  • The Algorithms
  1. Bubble Sort

  2. Quick Sort

  3. Merge Sort

  4. Selection Sort

  • The Data Structures

The primitive Data Structures are easy to understand once you learn basics of any language. After that these are the Data Structures that will help you advance further in your journey.

  1. Stack

  2. Queue

  3. Linked List

  4. Graph

  5. Trees