Skip to content

bunnybhargavi/Leetcode

Repository files navigation

🚀 LeetCode Solutions ☕

coding gif

💻 Solving Leetcode problems the Java way! This repo is where I drop every solution I code — from easy warmups to mind-bending DSA challenges 🧠 Each one is crafted to be clean, simple, and logic-first ⚙️


🧩 What’s Inside

📘 Language: Java
🧠 Focus: DSA + Problem-Solving 🏗 Goal: Consistent problem-solving and concept mastery


🌱 My Learning Journey

I started this repo to track my progress, build consistency, and make problem-solving a daily habit.
Every solution is a small step toward writing better, faster, and cleaner code 🌟
Let’s grow together — line by line, code by code! 💪


🛠 How to Use

  1. Browse folders by topic
  2. Open the .java files to view solutions
  3. Run the code in your IDE to test and understand logic

Typing SVG


🌟 Star this repo if you find it useful!
💬 Contributions and suggestions are always welcome 😄

LeetCode Topics

Math

0050-powx-n
0066-plus-one
0067-add-binary
0069-sqrtx
0204-count-primes
2383-add-two-integers
2556-convert-the-temperature

Recursion

0050-powx-n

Array

0033-search-in-rotated-sorted-array
0034-find-first-and-last-position-of-element-in-sorted-array
0066-plus-one
0204-count-primes

Binary Search

0033-search-in-rotated-sorted-array
0034-find-first-and-last-position-of-element-in-sorted-array
0069-sqrtx

Enumeration

0204-count-primes

Number Theory

0204-count-primes

String

0067-add-binary

Bit Manipulation

0067-add-binary

Simulation

0067-add-binary

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages