An open API service indexing awesome lists of open source software.

https://github.com/shreyansh-21/leetcode

This repository contains my solutions to LeetCode problems, covering a wide range of algorithms and data structures. Each solution is well-documented and optimized for performance. The goal is to demonstrate problem-solving skills, coding efficiency, and a deep understanding of algorithmic concepts.
https://github.com/shreyansh-21/leetcode

array binary-search binary-search-tree hashing hashmaps linked-list priority-queue queue recursion stack string trees

Last synced: 2 months ago
JSON representation

This repository contains my solutions to LeetCode problems, covering a wide range of algorithms and data structures. Each solution is well-documented and optimized for performance. The goal is to demonstrate problem-solving skills, coding efficiency, and a deep understanding of algorithmic concepts.

Awesome Lists containing this project

README

        

LeetCode Solutions Sync

This repository serves as a centralized archive for my LeetCode problem solutions, automatically synchronized to maintain an up-to-date record of my progress.

Overview


This repository is designed to:



  • Maintain a structured collection of my LeetCode solutions.

  • Track progress and improvements over time.

  • Serve as a reference for revisiting past problems.

Repository Structure


Solutions are organized based on the following criteria:




  • Problem Name πŸ“Œ


  • Difficulty Level (Easy / Medium / Hard) 🎯


  • Algorithmic Concepts & Data Structures (DP, Graphs, Greedy, etc.) 🧩


  • Programming Language (Primarily Python, Javascript) πŸ’»

Automated Syncing


This repository is automatically updated to ensure that all my latest LeetCode submissions are efficiently stored and remain up to date.

Objectives




  • Performance Tracking – Monitor problem-solving progress over time.


  • Efficient Reference – Quickly revisit previously solved problems.


  • Knowledge Sharing – Provide insights for others working on similar challenges.

How to use


To find a specific solution:



  1. Navigate through the repository folders.

  2. Use the searchπŸ” function to locate a problem by name or topic.

  3. Review the solution and underlying logic.


If you find this repository helpful, consider starring ⭐ it!