Skip to content

amshrestha2020/LeetCode_Solutions

Repository files navigation

🏆 LeetCode Practice Solutions 🏆

GitHub language count GitHub top language GitHub top language GitHub top language GitHub top language GitHub license GitHub last commit

Solutions of coding from Leetcode platform

Welcome to the LeetCode Practice Solutions repository! This repository is a comprehensive collection of solutions to various LeetCode challenges, organized by different categories and technologies. Whether you're preparing for coding interviews, enhancing your problem-solving skills, or learning new technologies, this repository is a valuable resource.

📁 Categories and Technologies

The solutions are organized into different categories based on the type of challenges available on LeetCode and the technologies used to solve them. Each category includes problems of three difficulty levels: Easy, Medium, and Hard. Custom timers are set for each problem to simulate a real interview environment. You can also save your progress for later in any repository of your choice, such as GitHub, GitLab, or Bitbucket.

  • 30 Days of JavaScript: A series of JavaScript challenges designed to improve your coding skills in 30 days.
  • Algorithms: A wide range of algorithmic challenges covering sorting, searching, recursion, backtracking, and more.
  • Concurrency: Problems focused on multi-threading and parallel processing.
  • Database Problems: Challenges involving database design, querying, and management.
  • Dynamic Programming: A collection of dynamic programming problems.
  • LeetCode 75: A curated list of 75 essential LeetCode problems to prepare for coding interviews.
  • Pandas: Problems focused on data manipulation and analysis using the Pandas library in Python.
  • SQL_50: A set of 50 SQL problems designed to improve your SQL querying skills.
  • Shell Problems: Challenges that test your knowledge of shell scripting and command-line tools.
  • Top Interview 150: A collection of 150 LeetCode problems frequently asked in coding interviews by top tech companies.

🚀 How to Use This Repository

Each category contains a folder with solutions to the respective challenges. The solutions are implemented in various programming languages and technologies, and are well-documented to help you understand the logic and approach used to solve each problem.

💻 Getting Started

  1. Clone the repository:

git clone https://github.com/amshrestha2020/leetcode-practice-solutions.git

Happy Coding! 😄