A compilation of my solutions to random toy problems we get.
These solutions are written in JavaScript and some solutions have Java translations.
- the findRepeatedNumbers solution is not implemented yet
- the uberFIndNearestDriver solution is not complete.
- the findVowelsInWords problem only solved in pseudocode.
- the findConsonantsInWord problem is solved using refactored code, but unsolved when attempting to use 2 for loops #challenge
- make binary calculator a full featured calculator.