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.
- Host: GitHub
- URL: https://github.com/shreyansh-21/leetcode
- Owner: shreyansh-21
- Created: 2025-03-16T06:12:20.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-30T13:16:54.000Z (2 months ago)
- Last Synced: 2025-03-30T14:23:54.252Z (2 months ago)
- Topics: array, binary-search, binary-search-tree, hashing, hashmaps, linked-list, priority-queue, queue, recursion, stack, string, trees
- Language: Python
- Homepage: https://leetcode.com/u/Shreyansh_Dubey21
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
- Navigate through the repository folders.
- Use the searchπ function to locate a problem by name or topic.
- Review the solution and underlying logic.
If you find this repository helpful, consider starring β it!