Programming Problems

Mar
23
Anagrams

Anagrams

Anagrams have been part of our literary history throughout the centuries. Let's learn more about what they are, how they
3 min read
Jun
10
Reverse String

Reverse String

Reversing a string is another classing programming problem. Let's assume you get as input the string "algorithm", the
2 min read
May
11

All Unique Characters

The Problem Even though this is a very basic problem it touches many important points for anyone trying to understand
3 min read
May
09

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.
1 min read