Skip to content

Commit fe932c9

Browse files
committed
Adding some info to Design Patterns section.
1 parent 54e12a1 commit fe932c9

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

README.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1117,17 +1117,20 @@ You'll get more graph practice in Skiena's book (see Books section below) and th
11171117
- Patterns: https://www.youtube.com/playlist?list=PLF206E906175C7E07
11181118
- UML: https://www.youtube.com/playlist?list=PLGLfVvz_LVvQ5G-LdJ8RLqe-ndo7QITYc
11191119
- [ ] 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.
11311134

11321135
- [ ] **Scheduling**
11331136
- in an OS, how it works

0 commit comments

Comments
 (0)