- Programming exercises repository for algorithmic problems, done in Python 3
- Code quality varies, there's stuff here before I knew I could auto-format code
Nr. | Title | Solution | Difficulty | Time | Space | Notes |
---|---|---|---|---|---|---|
1285A | Mezo Playing Zoma | Python | A | O(n) | O(1) | |
1287A | Angry Students | Python | A | O(n) | O(1) | |
1287B | Hyperset | Python | B | O(n^2 * k) | O(n*k) |
Problems related to the Python tag