Skip to content

I code here for fun, reviewing and practicing my python skills everyday, based on reading the book "Grokking Algorithms" by Aditya Y. Bhargava

Notifications You must be signed in to change notification settings

tanyaniazi/GA-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GA-book

I code here for fun, reviewing and practicing my python skills everyday, based on reading the book "Grokking Algorithms" by Aditya Y. Bhargava

in the binary_search1.py file, there exists the codes of guess game where the computer asks the user to give an interval, and give an input as the answer, and the computer tries to guess the number by getting feedbacks from the user. computer tries to guess the answer by chppsing a random number each time in the updated interval.

in the binary_search2.py the algorithm of finding the answer is different, the computer finds and returns the middle of the interval as the answer.

in the sorting_alg.py file, there exists the codes to explore various sorting methods and compare their runtimes and see which one is more efficient.

About

I code here for fun, reviewing and practicing my python skills everyday, based on reading the book "Grokking Algorithms" by Aditya Y. Bhargava

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages