This repository is a community-driven collection of coding questions asked in TCS NQT (National Qualifier Test).
The goal is to help students prepare effectively by providing:
- Previously asked questions
- Multiple solutions
- Clean and well-documented code
Anyone can contribute and help grow this repository 🚀
Contributions are welcomed! Follow these steps:
-
Fork this repository
-
Clone your forked repo
git clone https://github.com/AnujRaghuwanshi/TCS_Coding_Questions.git
-
Create a new branch
git checkout -b feature/question-name
-
Add your question/solution in the appropriate folder
-
Commit your changes
git commit -m "message" -
Push to your fork
git push origin feature/question-name
-
Create a Pull Request (PR) 🚀
Each problem should include:
- Problem Statement
- Constraints
- Sample Input/Output
- Solution Code
- Explanation (optional but recommended)
If you find this repository helpful:
- ⭐ Star the repo
- 🍴 Fork it
- 📢 Share with others
Feel free to connect for suggestions or improvements.
Let's build something useful for everyone preparing for TCS NQT 💙
