Anagrams
Anagrams have been part of our literary history throughout the centuries. Let's learn more about what they are, how they
Reverse String
Reversing a string is another classing programming problem. Let's assume you get as input the string "algorithm", the
All Unique Characters
The Problem Even though this is a very basic problem it touches many important points for anyone trying to understand
What is Fizzbuzz?
Fizzbuzz is originally a game played in the UK schools to teach division to kids. The kids go around counting out loud from 1, unless the number is divisible by 3 or 5, when they have to say "Fizz" and "Buzz", respectively, or "FizzBuzz" when the number is divisible by both.