Skip to content

alexwhb/algorithm-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm practice

Just some code to help my practice some algorithms.

I will be adding new algorithems as I learn them. for now I'm writing in python, but I might switch to other languages.

Algorithem's I'd like to implement:

Graph Algorithems:

  • A*
  • Dijkstra’s algorithm

Sort Algorithems:

  • Quick sort
  • Comb Sort
  • Merg sort
  • Heapsort
  • Insertion sort
  • Selection sort
  • Bubble sort
  • Timsort

DSP Algorithems:

  • DFT
  • CFT

Search Algorithems

  • Principal Variation Search
  • Word search with a Trie

Miscellaneous

  • Elo ranking system

Data Structures:

Learning Algorithms:

  • C4.5
  • k-Means
  • Support Vector Machines (SVM)
  • Apriori
  • Expectation Maximization (EM)
  • PageRank
  • AdaBoost
  • k-Nearest Neighbors (kNN)
  • Naive Bayes
  • Classification and Regression Tree (CART)

Some reasources:

About

just some code to help my practice some algorithms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published