Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 2.11 KB

File metadata and controls

54 lines (38 loc) · 2.11 KB

Problem Solving 💻

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.

GitHub repo size GitHub stars GitHub forks GitHub issues GitHub language count


🔹 Languages Used

  • C C
  • C++ C++
  • JavaScript JavaScript
  • Python Python

🔹 Topics Covered

  • 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

🔹 How to Use

  1. Choose a language folder.
  2. Open the file of the problem you want to study.
  3. Understand the logic and try to run it yourself.
  4. Feel free to suggest improvements or report issues.

🔹 Future Plans

  • 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!