This repository contains my C++ solutions to coding problems from the SKCET Placement Portal.
Each file corresponds to a single question, focusing on Data Structures and Algorithms (DSA) commonly asked in coding interviews and placement tests.
- Written in C++17
- Covers core DSA topics:
- Arrays & Strings
- Linked Lists
- Stacks & Queues
- Trees & Binary Search Trees
- Graph Algorithms
- Dynamic Programming
- Greedy Algorithms
- Searching & Sorting
- Focuses on time and space efficiency
- Directly runnable on coding platforms and compilers
Clone the repository:
git clone https://github.com/TheQber/DSA-CPP-codes.git
cd DSA-CPP-codesCompile and run any file:
g++ filename.cpp -o output
./outputThis repo serves as:
- My personal practice log for DSA.
- A quick reference for revising interview problems.
- A resource for peers preparing for placements and technical interviews.
- Solutions are tailored for placement.skcet.ac.in test cases.
- Naming conventions follow problem statements for easy lookup.
- Some problems may have multiple approaches (brute force vs. optimized).
If you are from SKCET (or elsewhere) and solving similar problems, feel free to:
- Suggest optimizations
- Add alternate approaches
- Improve documentation
Abdullah
🎓 Student | Aspiring Engineer
🔗 GitHub