Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I added the new request #49

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ This repository contains resources to learn Low Level Design (LLD) / Object Orie
- [Head First Design Patterns](https://amzn.to/3AmTYEN)
- [Clean Code](https://amzn.to/4hgxN3S)
- [Refactoring: Improving the Design of Existing Code](https://amzn.to/3YyuH3Y)
- [Object-Oriented Thought Process, The (Developer's Library) ](https://www.amazon.com/Object-Oriented-Thought-Process-Developers-Library/dp/0321861272/?tag=javamysqlanta-20)

## Additional resources
- [Coursera - Design Patterns](https://www.coursera.org/learn/design-patterns)
- [Github - Awesome Design Patterns](https://github.com/DovAmir/awesome-design-patterns)
- [Github - Complete DataStructure and Algorithms](https://github.com/dhanushkumar-amk/DATASTRUCTURES-AND-ALGORITHMS)