Counting Diagonals in Regular Polyhedrons.

If you are fascinated about inventing algorithms to solve combinatorial problems, then this story is for you!
First we will formulate the problem, then we are going to look at a possible algorithm that will be proofed to work correctly, and finally we are looking at an implementation in Rust and JavaScript.