https://github.com/harsh-modi278/low-level-design-interview-problems
https://github.com/harsh-modi278/low-level-design-interview-problems
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/harsh-modi278/low-level-design-interview-problems
- Owner: Harsh-Modi278
- Created: 2024-06-09T18:27:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-30T18:00:48.000Z (about 2 years ago)
- Last Synced: 2025-01-08T07:31:22.778Z (over 1 year ago)
- Language: C++
- Size: 6.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# build and run:
```
cd
g++ -std=c++17 -I. main.cpp -o main && main
```