https://github.com/shreyapramanik47/tcs-nqt-coding-sheet
This repository contains solutions to common TCS NQT coding problems, covering arrays, strings, sorting, and number systems in C++.
https://github.com/shreyapramanik47/tcs-nqt-coding-sheet
arrays cpp data-structures dsa numbers numbersystem strings tcs tcsnqt
Last synced: 7 days ago
JSON representation
This repository contains solutions to common TCS NQT coding problems, covering arrays, strings, sorting, and number systems in C++.
- Host: GitHub
- URL: https://github.com/shreyapramanik47/tcs-nqt-coding-sheet
- Owner: ShreyaPramanik47
- Created: 2024-10-03T10:45:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-10T11:38:00.000Z (over 1 year ago)
- Last Synced: 2025-03-04T07:43:44.431Z (over 1 year ago)
- Topics: arrays, cpp, data-structures, dsa, numbers, numbersystem, strings, tcs, tcsnqt
- Language: C++
- Homepage:
- Size: 253 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TCS NQT Coding Problems
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.
## Categories
- **[Array](./Array)**: Problems related to array manipulation, sorting, searching, and optimization techniques.
- **[String](./String)**: Covers string operations, pattern matching, and string manipulation problems.
- **[Sorting](./Sorting)**: Includes sorting algorithms and challenges based on sorting techniques.
- **[Numbers](./Numbers)**: Problems related to number & mathematical computations.
## How to Use
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.
### Folder Structure
- [`Array/`](./Array): Array-related coding problems.
- [`String/`](./String): String manipulation problems.
- [`Sorting/`](./Sorting): Sorting algorithm-based problems.
- [`Numbers/`](./Numbers): Number and mathematical probelms.
### Contributing
Feel free to raise issues or contribute by submitting pull requests if you find any improvements!