An open API service indexing awesome lists of open source software.

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++.

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!