========
My solutions to Cracking the Coding Interview in C++
- Fibonacci, Iterative, Recursive, Unit test
- Reverse string, list. Use std function. Unit test
- Convert number 365 to text. No built-in. Built-in
- Write Verify(text), checking if parentheses within text are correctly nested
- find all pairs of integers from the array which sum is x.
- Function, checking if current architecture is big-ended
- Number of islands in binary matrix