Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 258 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 258 Bytes

Data-Structures-Algorithms

linear data structures and their algorithms:

  • Big O Notation
  • Arrays
  • Linked Lists
  • Stacks -Queues
  • Hash Tables

non-linear data structures and their algorithms:

  • Binary Trees -AVL Trees
  • Heaps
  • Tries
  • Graphs