/algos

Algorithms I use all the time

Primary LanguageC#MIT LicenseMIT

Algos

These are algorithms I use all the time. Here they are with unit tests and example visualizations.

Visualizations

  • A*
  • Flood Fill
  • Voronoi Diagram
  • Monte Carlo Tree Search
  • MiniMax with Alpha-Beta Pruning
  • Beam Search (Breadth-First)