File tree Expand file tree Collapse file tree 1 file changed +14
-11
lines changed Expand file tree Collapse file tree 1 file changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -1117,17 +1117,20 @@ You'll get more graph practice in Skiena's book (see Books section below) and th
1117
1117
- Patterns: https://www.youtube.com/playlist?list=PLF206E906175C7E07
1118
1118
- UML: https://www.youtube.com/playlist?list=PLGLfVvz_LVvQ5G-LdJ8RLqe-ndo7QITYc
1119
1119
- [ ] 101 Design Patterns & Tips for Developers: https://sourcemaking.com/design-patterns-and-tips
1120
- - [ ] strategy
1121
- - [ ] singleton
1122
- - [ ] adapter
1123
- - [ ] prototype
1124
- - [ ] decorator
1125
- - [ ] visitor
1126
- - [ ] factory
1127
- - [ ] facade
1128
- - [ ] observer
1129
- - [ ] proxy
1130
- - [ ] delegate
1120
+ - [ ] Learn these patterns:
1121
+ - [ ] strategy
1122
+ - [ ] singleton
1123
+ - [ ] adapter
1124
+ - [ ] prototype
1125
+ - [ ] decorator
1126
+ - [ ] visitor
1127
+ - [ ] factory
1128
+ - [ ] facade
1129
+ - [ ] observer
1130
+ - [ ] proxy
1131
+ - [ ] delegate
1132
+ - [ ] Head First Design Patterns: https://www.amazon.com/Head-First-Design-Patterns-Freeman/dp/0596007124
1133
+ - I know the canonical book is "Design Patterns: Elements of Reusable Object-Oriented Software", but Head First is great for beginners to OO.
1131
1134
1132
1135
- [ ] ** Scheduling**
1133
1136
- in an OS, how it works
You can’t perform that action at this time.
0 commit comments