Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 881 Bytes

readme.md

File metadata and controls

29 lines (16 loc) · 881 Bytes

Notes for "The Algorithm Design Manual"

TOC:

Chapter 1 — Algorithms complexity

Chapter 2 — Common data types

Chapter 3 — Common design paradigms

Chapter 4 — Graphs

Chapter 5 — Combinatorial search and heuristics methods

Chapter 6 — In progress...

Useful links:

Wikipedia:

List of algorithm general topics

List of algorithms — it's really huge. It's just as an example. You shouldn't know them all.

Competition sites:

HackerRank — the most popular site

HackerEarth — good explanations

CodeWars — I just like it :)