-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Julia Al-Otoom edited this page Aug 3, 2025
·
2 revisions
flute(num, place)
# Function that actually rounds floats correctly (based on "four or less, let it rest - five or more, raise the score")binarysearch(target, list)
# The name is self explanatory.solvehanoi(discamount, source, dest, aux)
# Recursion function for games such as Tower of Hanoi (and my personal favorite function in this repo!)factorials(n)
# also self explanatory