/bbads

BadBayesian's Algorithms and Data Structures (bbads)

Primary LanguagePythonMIT LicenseMIT

bbadscodecov

Classic Algorithms and Data Structures in python

Practicing for job interviews

Graphs

  • Basic building blocks
    • add/remove nodes
    • add/remove edges
    • complete
    • reverse
    • complement
  • [ ] Operations with Dunder methods
    • [ ] simple
    • [ ] weighted
  • [ ] Searching
    • [ ] BFS
    • [ ] DFS
    • Dijkstra
    • [ ] BF
  • [ ] Connectivity
    • [ ] edge cut
    • [ ] vertex cut
  • [ ] Flows
    • [ ] FF
    • [ ] EK
    • [ ] Dinic