Adding some info to Design Patterns section.

This commit is contained in:
John Washam 2016-09-27 11:23:26 -07:00
parent 54e12a100a
commit fe932c94c6
1 changed files with 14 additions and 11 deletions

View File

@ -1117,17 +1117,20 @@ You'll get more graph practice in Skiena's book (see Books section below) and th
- Patterns: https://www.youtube.com/playlist?list=PLF206E906175C7E07
- UML: https://www.youtube.com/playlist?list=PLGLfVvz_LVvQ5G-LdJ8RLqe-ndo7QITYc
- [ ] 101 Design Patterns & Tips for Developers: https://sourcemaking.com/design-patterns-and-tips
- [ ] strategy
- [ ] singleton
- [ ] adapter
- [ ] prototype
- [ ] decorator
- [ ] visitor
- [ ] factory
- [ ] facade
- [ ] observer
- [ ] proxy
- [ ] delegate
- [ ] Learn these patterns:
- [ ] strategy
- [ ] singleton
- [ ] adapter
- [ ] prototype
- [ ] decorator
- [ ] visitor
- [ ] factory
- [ ] facade
- [ ] observer
- [ ] proxy
- [ ] delegate
- [ ] 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.
- [ ] **Scheduling**
- in an OS, how it works