Skip to content

gl-aarav/My_LeetCode_Solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My LeetCode Solutions

Welcome to my repository of LeetCode solutions! This repository contains my solutions to various LeetCode problems, organized by question number. Each solution includes:

  • Problem Description: A detailed explanation of the problem.
  • Step-by-Step Explanation: A breakdown of the approach used to solve the problem.
  • Code Implementation: The Java code for the solution, complete with Javadoc comments.

Directory Structure

The repository is organized as follows:

Question_<number>/
    Q<number>.md       # Problem description and explanation
    Solution_Q<number>.java  # Java solution with Javadoc comments

How to Use

  1. Navigate to the folder for the question you are interested in (e.g., Question_66).
  2. Open the Q<number>.md file to read the problem description and explanation.
  3. Review the Solution_Q<number>.java file for the Java implementation.

Example

For Question 66:

Author

Aarav Goyal

Feel free to explore the solutions and use them as a reference for your own learning. If you have any suggestions or improvements, feel free to contribute!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages