Skip to content

Latest commit

 

History

History

0x05-binary_search

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Binary Search in C

  • Projects done during my study of Harvard University's cs50, an introduction to the intellectual enterprises of computer science and the art of programming.

Technologies

  • Files written in Visual Studio Code 1.73 editor.
  • C files compiled using gcc 9.4.0.
  • C files wriiten according to the betty coding style.
  • Files tested on Windows 10 using gcc.

Files

File Description
0-search_three.c A C binary search algorithm for searching the number 3 in the list.
1-tila.c A C binary search that checks whether the name Tila is in the list.
2-phone_number.c Implementing an algoirthm that searches and displys Micah's phone number from the phonebook.