Skip to content

shkolovy/classic-algorithms-c-sharp

Repository files navigation

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

About

Classic algorithms on C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages