https://github.com/prince-mendiratta/cpp-gfg
https://github.com/prince-mendiratta/cpp-gfg
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prince-mendiratta/cpp-gfg
- Owner: Prince-Mendiratta
- Created: 2021-08-04T16:42:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-09T06:59:37.000Z (about 3 years ago)
- Last Synced: 2025-01-26T12:41:23.635Z (4 months ago)
- Language: C++
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a respository that stores solved Geeks For Geeks questions (450dsa.com) for C++.
I'd probably not touch this repository again once my enthusiasm for this dies :PThe directories structure is of the format -
```bash
.
├── {Subdomain}
│ └── {Question Number}.{Title}.cpp
| └── tests.cpp
└── README.md
```
Difficulty - Ez / Med / Hard
If the difficulty is not there, it means Ez.Each file has the question as a comment on the top.
The file may or may not have an explanation for any solution.
There may or may not be an elegant solution alongside bruteforce approach.