☕ Exercise solutions for chapter 1.1 written in Java
- isBetweenZeroAndOne()
- toBinaryString()
- printTwoDmBooleanArray()
- printTwoDmIntArray()
- printIntArray()
- matrixTransposition()
- lg()
- Fibonacci.Fib()
- Fibonnaci.FastFib()
- fact()
- binarySearch()
- bruteForceSearch()
I've implemented the same methods but in Python over here, if you're interested.