Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

List of Algorithms:

Searching Algorithms

  • Breadth First Search
  • Depth First Search
  • Uniform-Cost Search
  • Local Search
  • Taboo Search
  • Beam Search
  • Simulated Annealing

Sorting Algorithms

  • Bubble Sort
  • Merge Sort
  • Sleep Sort
  • Quick Sort

Greedy Algorithms

  • Kruskal's Algorithm

Data Structures

  • Stack
  • Binomial Coefficient
  • Binary Search Tree