https://github.com/prawater/lld_cpp
https://github.com/prawater/lld_cpp
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prawater/lld_cpp
- Owner: PraWater
- Created: 2025-08-30T19:40:09.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-09T17:09:35.000Z (9 months ago)
- Last Synced: 2025-09-09T20:53:38.926Z (9 months ago)
- Language: C++
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Low Level Design
## Design Patterns
Implementing all the design patterns from the book [Head First Design Patterns](https://wickedlysmart.com/head-first-design-patterns) using C++.
### Running the code
```bash
cd design_patterns/${pattern_name}
fd -e cpp -e hpp -X g++
./a.out
```
### Cleanup
```bash
fd -e out -e gch -I -x rm
```