Skip to content

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.

Notifications You must be signed in to change notification settings

S18-Niloy/LEETCODE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LEETCODE Solutions

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.


🌟 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:

    git clone https://github.com/S18-Niloy/LEETCODE.git

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages