Welcome to my Problem Solving Repository!
Here you will find solutions to various coding problems using JavaScript, Python, C, and C++.
This repo is dedicated to improving programming skills and sharing solutions for learning purposes.
- Basics: Loops, Conditions, Functions
- Arrays & Strings
- Recursion
- Sorting & Searching
- Mathematics & Number Theory: GCD, LCM, Prime Numbers, Factorials
- Data Structures: Stacks, Queues, Linked List, Trees
- Algorithms: Greedy, Dynamic Programming (DP), BFS, DFS
- Problem Solving Challenges: From platforms like Codeforces, LeetCode, HackerRank
- Choose a language folder.
- Open the file of the problem you want to study.
- Understand the logic and try to run it yourself.
- Feel free to suggest improvements or report issues.
Some JavaScript problems may have live demos.
Click here to see live demos
- Add more problems from Codeforces, LeetCode, HackerRank.
- Include detailed explanations for complex problems.
- Add algorithm visualizations in JavaScript.
⭐ If you find this repository helpful, don’t forget to star it!