Ezra Sandzer-Bell | Github

Explore Algorithms

Noun | al·go·rithm
A process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.
This application is intended to showcase algorithms that I have solved through an interactive UI. All form submissions and transitions are handled with jQuery and CSS.

Top Challenges

Try them out yourself!

Total: 3

01

Add Three Numbers Together

Enter three numbers and click submit to produce the sum.



02

Diagonal Difference

This algorithm will generate nine numbers at random and arrange them in a 3x3 array, find the sum for each diagonal line and then calculate the difference between them.








03

Calculate Percentages (Pie Chart)

Generate nine random numbers and calculate the quantity of numbers that are odd, even, or zero in percentages to two decimals.










04

Build a Staircase or Pyramid

Enter a number between 3 and 10 to create your desired object. Select from these two options.