C++ solutions for the Problem Solving Lab course, organized by topic. Each question folder contains the solution (.cpp
) and an optional screenshot (.png
).
Topic Folder/ ├─ Question Name/ │ ├─ Question Name.cpp # Solution │ └─ Question Name.png # Screenshot (optional)
- Basic Programming
- Number System
- Array
- Matrix
- String
- Math
- Bit Manipulation
- Sorting
- Searching
- Inheritance
- Polymorphism
Platform | Username | Link |
---|---|---|
LeetCode | aadityahande | LeetCode |
HackerRank | aadityahande | HackerRank |
CodeChef | nullcodx | CodeChef |
GeeksforGeeks | nullcodx | GFG |
- Go to a topic folder.
- Open the question folder.
- Run the
.cpp
solution; check.png
for output if needed.