822 shaares
10 private links
10 private links
23 results
tagged
programming
Free book on game programming patterns. Found while reading BloogBot website.
Start here and then use the book
In this article I’m trying to explain the difference/similarities between dynamic programing and divide and conquer approaches based on two examples: binary search and minimum edit distance (Levenshtein distance).