Examples:
Example:
A binary search tree
BUD, DIY, Base Case, Data Structure Brainstorm, Simplify and Generalize
Hash Table
After you nail down your optimal algorithm, think about
so that you understand exactly what you're about to write
If you run into any errors, solve them!
Write a method to check if 2 given words are anagrams.
Write FizzBuzz with as few if statements as possible. It's possible without any conditionals at all.
Implement a function which calculates the n-th item of Fibonacci sequence
Find largest prime palindrome less than 1000