freeCodeCamp / arcade-mode

A repo for algorithm and data structures interview practice app
BSD 3-Clause "New" or "Revised" License
25 stars 33 forks source link

added euler problems 11 - 18 #35

Closed elliotjz closed 6 years ago

tpoikela commented 6 years ago

Functionally everything's okay, just some remarks on the HTML descriptions.

In Problem 11, I cannot see the four numbers along the diagonal line in red in the description. The number matrix could also be formatted using

 or something more compact. Same for Problem 13 and 18.

Can you also check Problem 16 description. It confusingly starts with "215 = 32768".

elliotjz commented 6 years ago

No worries. I'll have a go at changing this. The code snippet in your comment didn't seem to come through. Do you mind sending it again?

elliotjz commented 6 years ago

I've updated the HTML descriptions with better formatting. The formatting will only work after pull request #42 is merged.