added 2 more resources for Design Patterns

This commit is contained in:
Ahmed Hashem 2017-04-16 20:16:42 +02:00 committed by GitHub
parent 235053fe37
commit 4cca6e7b3a

View File

@ -433,6 +433,8 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li
## Design Patterns
* [Design Pattern Interview Questions that have been designed specially to get you acquainted with the nature of questions you may encounter during your interview for the subject of Design Pattern](http://www.tutorialspoint.com/design_pattern/design_pattern_interview_questions.htm)
* [Design Patterns for Humans™ - An ultra-simplified explanation](https://github.com/kamranahmedse/design-patterns-for-humans)
* [Design patterns implemented in Java](https://github.com/iluwatar/java-design-patterns)
## Data structures