Skip to content

Latest commit

 

History

History
95 lines (76 loc) · 7.21 KB

README.md

File metadata and controls

95 lines (76 loc) · 7.21 KB

LeetCode Solutions

📁 Inside this repository, you will find my solutions to a variety of LeetCode coding challenges. I regularly update it as I solve more problems and improve my coding skills. These solutions are organized by problem main topic, and there is a dedicated folder containing test cases for these solutions. Some problems are solved according to a structured learning plan, while others are selected in free mode. 📚💻

By clicking on the problem's title, you'll be directed to the corresponding LeetCode problem page. Clicking on "link to solution" will take you to my solution stored in this repository. 🔗

Your feedback is highly appreciated! Enjoy your coding journey! 🚀

List of problems

Learning plan

Array

Essential questions

Recommended practice questions

String

Essential questions

Recommended practice questions

Hash table

Essential questions

Recommended practice questions

Recursion

Essential questions

Sorting and searching

Essential questions

Free coding

Two pointers

Prefix Sum

Math

Binary Search

Counting Sort

Hash Table