Skip to content

jorgenkg/python-algorithms

Repository files navigation

A collection of algorithms

Search algorithms:

  1. A*
  2. Beam search
  3. Tabu search
  4. Simulated Annealing
  5. Genetic Algorithm

Applied algorithms:

  1. The knapsack problem solved by dynamic programming. The algorithm returns a set containing the min cost permutation of achieving all possible values.
  2. A sudoku solver.

Other algorithms:

  1. Hidden Markov Model
  2. Pearson Correlation
  3. Q learning

About

Python algorithms: A*, GA, SA, HMM, DP-KP and more

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages