This is the course webpage for Math304, Department of Mathematics, Simon Fraser University. Spring 2021. In this course we will investigate Rubik's cube, the 15-puzzle, TopSpin, and other permutation ...
├── problems/ # Problem solutions organized by name │ ├── two_sum/ # Individual problem directories │ │ ├── config.yml # Problem metadata and configuration │ │ ├── two_sum.py # Python solution │ │ ├── ...