Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.07 KB

File metadata and controls

37 lines (24 loc) · 1.07 KB

LeetCode Solutions

This repository contains my solutions to various LeetCode problems. LeetCode is a popular platform that offers coding challenges to help improve algorithmic thinking and coding skills.

Repository Structure

Solutions are organized by difficulty level and problem number:

  • easy/ - Solutions to easy difficulty problems
  • medium/ - Solutions to medium difficulty problems
  • hard/ - Solutions to hard difficulty problems

Features

  • Well-commented code with explanations of the approach
  • Time and space complexity analysis for each solution
  • Multiple solutions for some problems (when applicable)

Languages Used

Solutions are primarily implemented in:

  • Python
  • Java
  • C++

How to Use

  1. Browse the folders based on difficulty level
  2. Each solution file is named according to the problem number and title
  3. Read the comments for understanding the approach

Contributing

Feel free to suggest improvements or alternative solutions by creating a pull request.

License

This repository is licensed under the terms specified in the LICENSE file.