An open API service indexing awesome lists of open source software.

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

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