Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 379 Bytes

README.md

File metadata and controls

29 lines (26 loc) · 379 Bytes

Classic algorithms on C#

Sorting

  • Bogo Sort
  • Bubble Sort
  • Bucket Sort
  • Cocktail Sort
  • Comb Sort
  • Gnome Sort
  • Heap Sort
  • Insertion Sort
  • Merge Sort
  • OddEven Sort
  • Quick Sort
  • Selection Sort
  • Shell Sort
  • Counting Sort
  • Stupid Sort

Search

  • Binary Search
  • BoyerMoore Search
  • Direct Search
  • KPM Search
  • Linear Search

Other

  • Factorial
  • Fibonacci