https://github.com/krlz-dev/codility
Codility, LeetCode and others
https://github.com/krlz-dev/codility
Last synced: about 20 hours ago
JSON representation
Codility, LeetCode and others
- Host: GitHub
- URL: https://github.com/krlz-dev/codility
- Owner: krlz-dev
- Created: 2026-05-19T20:16:05.000Z (20 days ago)
- Default Branch: main
- Last Pushed: 2026-05-26T22:12:47.000Z (13 days ago)
- Last Synced: 2026-05-27T00:10:01.596Z (13 days ago)
- Language: Python
- Size: 80.3 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Codility
Interview prep: Codility lessons, CTCI, and Python solutions.
## Contents
- **Codility lessons** — numbered PDFs (`0-Arrays.pdf` → `15-DynamicProgramming.pdf`, plus `Iterations.pdf`)
- **Books**
- *Cracking the Coding Interview* (6th Ed.)
- *Data Structures and Algorithms* — Narasimha Karumanchi
- **`training/`** — Python solutions to practiced problems
- **`study-guide.txt`** — reading order and topic-to-PDF map
- **`problems-to-solve.txt`** — 4-week practice plan, 3 problems/day
## Suggested order
1. `Iterations.pdf` — loops, while/for patterns
2. `1-TimeComplexity.pdf` — Big-O
3. `0-Arrays.pdf` → `15-DynamicProgramming.pdf` in order
See `study-guide.txt` for the full reading map.
## Practice protocol
- 20-min time-box per problem
- Brute force first, then optimize
- If stuck past 20 min → hint, not solution
- Re-solve missed problems from scratch the next day