Algorithm Problems

Below is a small library of algorithm problems I have worked on and solved either independently or with my fellow coding queen Chelsea.

Easy

Solve me first

The very first Hacker Rank problem attempted! Timmy has two apples and little Sally has 4. How many apples do they have together? Find the sum!

Easy

Staircase

Stepping it up! A staircase straight out of Meow Wolf, the objective was to print a staircase of size n. Watch out for infinite staircases, you don't want to end up with a stack overflow error.