| Day | Description | File |
|---|---|---|
| 01 | Sum of numbers | day01.py |
| 02 | Rock, Paper, Scissor | day02.py |
| 03 | Common character | day03.py |
| 04 | Number range overlapped? | day04.py |
| 05 | Move elements between list | day05.py |
| 06 | Find distinct chars | day06.py |
| 07 | File system size | day07.py |
| 08 | Matrix traversal | day08.py |
| 09 | Snake | day09.py |
| 10 | CPU cycle and CRT | day10.py |
| 11 | Move elements between list | day11.py |
| 12 | Shortest Path | day12.py |
| 13 | Parse different types of data | day13.py |
| 14 | Falling rocks path | day14.py |
| 15 | Manhattan distance and range | day15.py |
| 16 | Floyd-Warshall and DFS | day16.py |
| 17 | Tetris .. and Cache | day17.py |
| 18 | Area around points | day18.py |
| 19 | Job Scheduling | day19.py |
| 23 | Moving elements in a grid | day23.py |
Python 3.8.10