Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.14 KB

File metadata and controls

47 lines (34 loc) · 1.14 KB

Problem Solving Lab — C++ Solutions

C++ solutions for the Problem Solving Lab course, organized by topic. Each question folder contains the solution (.cpp) and an optional screenshot (.png).


Structure

Topic Folder/ ├─ Question Name/ │ ├─ Question Name.cpp # Solution │ └─ Question Name.png # Screenshot (optional)


Topics [ refer serial-wise ]

  • Basic Programming
  • Number System
  • Array
  • Matrix
  • String
  • Math
  • Bit Manipulation
  • Sorting
  • Searching
  • Inheritance
  • Polymorphism

My Coding Profiles

Platform Username Link
LeetCode aadityahande LeetCode
HackerRank aadityahande HackerRank
CodeChef nullcodx CodeChef
GeeksforGeeks nullcodx GFG

Usage

  1. Go to a topic folder.
  2. Open the question folder.
  3. Run the .cpp solution; check .png for output if needed.