Skip to content

A collection of my solved LeetCode problems in Java, featuring clean, optimized, and well-structured solutions. Continuously updated with new challenges!

Notifications You must be signed in to change notification settings

bhuvan2018/leetcode_solved_java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode Solutions in Java

Welcome to my LeetCode Solutions repository! 🚀 This repository contains my solved LeetCode problems implemented in Java. I aim to provide well-structured, optimized, and readable solutions with proper explanations where necessary.

✨ Features

  • ✅ Clean and structured code with proper comments
  • ✅ Optimized solutions with multiple approaches where applicable
  • ✅ Categorized problems for better organization
  • ✅ Continuous updates with new problems

🔥 How to Use

  1. Clone the repository:
    git clone https://github.com/bhuvan2018/leetcode_solved_java.git
  2. Navigate to the desired problem category and open the Java file.
  3. Run the solution in your favorite Java environment (e.g., IntelliJ, Eclipse, VS Code).

🏆 Topics Covered

  • Arrays (currently) & Strings (soon)

📌 Upcoming

  • Linked Lists
  • Trees & Graphs
  • Dynamic Programming
  • Recursion & Backtracking
  • Sorting & Searching
  • Stacks & Queues
  • Bit Manipulation

📝 Contributing

If you have alternative solutions or optimizations, feel free to fork this repository and submit a pull request! 😊

⭐ Show Your Support

If you find this repository useful, please consider giving it a star ⭐ to support my work!

Happy Coding! 🎯

About

A collection of my solved LeetCode problems in Java, featuring clean, optimized, and well-structured solutions. Continuously updated with new challenges!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages