/Python-Data-Structures-Algorithms

Practice implementing various data structures and algorithms in Python3

Primary LanguagePython

Data Structures and Algorithms Implemented with Python

Things to practice everyday

Know implementation, pros and cons, big O of the following:

  • stack
  • queue
  • linked lists (singly and doubly)
  • properties of hash map
  • binary search
  • mergesort
  • quicksort
  • BFS
  • DFS