├── problems/ # Problem solutions organized by name │ ├── two_sum/ # Individual problem directories │ │ ├── config.yml # Problem metadata and configuration │ │ ├── two_sum.py # Python solution │ │ ├── ...
The generated HTML documentation will be available in docs/build/html/. Open docs/build/html/index.html in your browser to view it.