This repository contains solutions to various coding problems frequently asked in TCS NQT exams. It is organized into different categories based on the type of problem.
- Array: Problems related to array manipulation, sorting, searching, and optimization techniques.
- String: Covers string operations, pattern matching, and string manipulation problems.
- Sorting: Includes sorting algorithms and challenges based on sorting techniques.
- Numbers: Problems related to number & mathematical computations.
Each category has a collection of C++ files with well-documented solutions. Feel free to explore the code, use the examples, and practice to improve your problem-solving skills.
Array/
: Array-related coding problems.String/
: String manipulation problems.Sorting/
: Sorting algorithm-based problems.
Numbers/
: Number and mathematical probelms.
Feel free to raise issues or contribute by submitting pull requests if you find any improvements!