Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 437 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 437 Bytes

Algorithms - C#

Algorithms Implemented

Algorithms to Sort

  • Bubble Sort
  • Selection Sort
  • Quick Sort
  • Insertion Sort
  • Comb Sort

Algorithm to Search

  • Linear Search
  • Binary Search
  • Jump Search
  • Interpolation Search
  • Exponential Search

Next Features

  • Include text-based interaction with user
  • Include unit tests
  • Add counter for checking time performances