Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 159 Bytes

File metadata and controls

5 lines (5 loc) · 159 Bytes

basic_algorithms

Basic algorithms I implemented in C for practice purpose:

  • binary and linear search,
  • bubble and selection sort,
  • factorial and collatz