Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.36 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.36 KB

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

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-related coding problems.
  • String/: String manipulation problems.
  • Sorting/: Sorting algorithm-based problems.
  • Numbers/: Number and mathematical probelms.

Contributing

Feel free to raise issues or contribute by submitting pull requests if you find any improvements!