Adding "Design patterns for humans" link

This commit is contained in:
bronzdoc 2017-03-04 21:46:07 -06:00
parent 45d73e2a67
commit 7531288439
1 changed files with 2 additions and 0 deletions

View File

@ -966,6 +966,8 @@ You'll get more graph practice in Skiena's book (see Books section below) and th
- [ ] [Head First Design Patterns](https://www.amazon.com/Head-First-Design-Patterns-Freeman/dp/0596007124)
- I know the canonical book is "Design Patterns: Elements of Reusable Object-Oriented Software", but Head First is great for beginners to OO.
- [ ] [Handy reference: 101 Design Patterns & Tips for Developers](https://sourcemaking.com/design-patterns-and-tips)
- [ ] [Design patterns for humans](https://github.com/kamranahmedse/design-patterns-for-humans#structural-design-patterns)
- ### Combinatorics (n choose k) & Probability
- [ ] [Math Skills: How to find Factorial, Permutation and Combination (Choose) (video)](https://www.youtube.com/watch?v=8RRo6Ti9d0U)