https://github.com/s18-niloy/leetcode
This repository contains my solutions to a variety of problems from LeetCode, implemented in multiple programming languages. The goal is to provide clear, optimized, and well-documented solutions that can be used for learning and reference.
https://github.com/s18-niloy/leetcode
arrays backtracking dsa-practice dyanamic-programming graphs leetcode-solutions linked-list math python queue searching sorting sorting-algorithms stacks trees
Last synced: 3 months ago
JSON representation
This repository contains my solutions to a variety of problems from LeetCode, implemented in multiple programming languages. The goal is to provide clear, optimized, and well-documented solutions that can be used for learning and reference.
- Host: GitHub
- URL: https://github.com/s18-niloy/leetcode
- Owner: S18-Niloy
- Created: 2023-06-25T07:21:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-23T04:04:09.000Z (over 1 year ago)
- Last Synced: 2024-12-29T23:59:27.907Z (over 1 year ago)
- Topics: arrays, backtracking, dsa-practice, dyanamic-programming, graphs, leetcode-solutions, linked-list, math, python, queue, searching, sorting, sorting-algorithms, stacks, trees
- Language: Python
- Homepage: https://github.com/S18-Niloy/LEETCODE
- Size: 223 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LEETCODE Solutions
This repository contains my solutions to a variety of problems from [LeetCode](https://leetcode.com/), implemented in multiple programming languages. The goal is to provide clear, optimized, and well-documented solutions that can be used for learning and reference.
---
## 🌟 Features
- Comprehensive solutions to LeetCode problems across a wide range of categories.
- Implementations in **Python** and **Java** for better flexibility and learning.
- Easy-to-read and maintainable code, structured for educational purposes.
---
## 🗂️ Repository Structure
The repository is organized as follows:
📁 LEETCODE/ ├── 📄 Problem_Name_Language.extension ├── 📄 Add_Two_Numbers.java ├── 📄 Reverse_Linked_List.py ├── 📄 Binary_Tree_Traversal.java └── (other problem files)
Each file is named after the problem it solves and the programming language used for implementation.
---
## 🧠 Topics Covered
- **Arrays**
- **Linked Lists**
- **Stacks**
- **Queues**
- **Trees**
- **Graphs**
- **Dynamic Programming**
- **Backtracking**
- **Recursion**
- **Sorting & Searching**
- **Math Problems**
- **String Manipulation**
---
## 📚 Usage
1. Clone this repository to your local machine:
```bash
git clone https://github.com/S18-Niloy/LEETCODE.git