crizzy9 / Algos

All basic algorithms and problems in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intro

Dump of Algorithm and Data structure algorithms with leetcode and Advent of Code questions

Must learn algorithms

  1. Arrays
  2. Linked Lists
  3. Stacks
  4. Queues
  5. Hashmap
  6. Binary Search Tree
  7. BFS
  8. DFS
  9. Graphs
  10. Sorting
  11. Greedy
  12. Dynamic Programming
  13. Priority Queues

Commonly used techniques

  1. Bitwise operation

About

All basic algorithms and problems in python


Languages

Language:Python 97.8%Language:Lua 1.5%Language:Go 0.7%