Skip to content

πŸš€ My structured journey of solving 1000+ LeetCode problems β€” consistent practice in Java with focus on optimization and clarity.

Notifications You must be signed in to change notification settings

rana782782/leetCode-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Sorry, we had to truncate this directory to 1,000 files. 82 entries were omitted from the list.
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🧠 LeetCode Solutions β€” Rana Randip Kumar

GitHub Stars GitHub Forks Last Commit LeetCode

Curated solutions to LeetCode problems in Java , focused on clarity, optimal complexity, and consistent practice.

LeetCode Card


πŸ“Š Live LeetCode Stats

User: rana_782

  • βœ… Solved: 1084 (Easy 395 Β· Med 607 Β· Hard 82)
  • πŸ† Global Rank: 18399
  • πŸ“ˆ Contest Rating: 1545.84 Β· Contests: 4
  • πŸŽ–οΈ Badges: Annual Badge, Annual Badge, Annual Badge, Annual Badge

Last updated: 18 Oct 2025, 07:26 AM IST


πŸ—‚οΈ Repository Layout

LeetCode Topics

Array

0611-valid-triangle-number
0794-swim-in-rising-water
0830-largest-triangle-area
1166-toss-strange-coins
1222-remove-covered-intervals
1224-minimum-falling-path-sum-ii
1241-decompress-run-length-encoded-list
1273-compare-strings-by-frequency-of-the-smallest-character
1284-four-divisors
1287-distance-between-bus-stops
1349-check-if-it-is-a-straight-line
1353-find-resultant-array-after-removing-anagrams
1388-greatest-sum-divisible-by-three
1436-get-watched-videos-by-your-friends
1449-print-words-vertically
1464-reduce-array-size-to-the-half
1486-find-the-distance-value-between-two-arrays
2751-sliding-subarray-beauty

Two Pointers

0611-valid-triangle-number
1486-find-the-distance-value-between-two-arrays

Binary Search

0611-valid-triangle-number
0794-swim-in-rising-water
1273-compare-strings-by-frequency-of-the-smallest-character
1486-find-the-distance-value-between-two-arrays

Greedy

0611-valid-triangle-number
1388-greatest-sum-divisible-by-three
1464-reduce-array-size-to-the-half
1515-find-the-minimum-number-of-fibonacci-numbers-whose-sum-is-k

Sorting

0611-valid-triangle-number
1222-remove-covered-intervals
1273-compare-strings-by-frequency-of-the-smallest-character
1353-find-resultant-array-after-removing-anagrams
1388-greatest-sum-divisible-by-three
1436-get-watched-videos-by-your-friends
1464-reduce-array-size-to-the-half
1486-find-the-distance-value-between-two-arrays
1488-sort-integers-by-the-power-value

Math

0830-largest-triangle-area
1166-toss-strange-coins
1276-closest-divisors
1284-four-divisors
1349-check-if-it-is-a-straight-line
1515-find-the-minimum-number-of-fibonacci-numbers-whose-sum-is-k
3336-water-bottles-ii

Geometry

0830-largest-triangle-area
1349-check-if-it-is-a-straight-line

String

0115-distinct-subsequences
1273-compare-strings-by-frequency-of-the-smallest-character
1353-find-resultant-array-after-removing-anagrams
1434-decrypt-string-from-alphabet-to-integer-mapping
1449-print-words-vertically
1490-generate-a-string-with-characters-that-have-odd-counts

Dynamic Programming

0115-distinct-subsequences
1166-toss-strange-coins
1224-minimum-falling-path-sum-ii
1388-greatest-sum-divisible-by-three
1488-sort-integers-by-the-power-value

Hash Table

1273-compare-strings-by-frequency-of-the-smallest-character
1353-find-resultant-array-after-removing-anagrams
1436-get-watched-videos-by-your-friends
1464-reduce-array-size-to-the-half
2751-sliding-subarray-beauty

Probability and Statistics

1166-toss-strange-coins

Depth-First Search

0794-swim-in-rising-water
1493-frog-position-after-t-seconds

Breadth-First Search

0794-swim-in-rising-water
1436-get-watched-videos-by-your-friends
1493-frog-position-after-t-seconds

Union Find

0794-swim-in-rising-water

Heap (Priority Queue)

0794-swim-in-rising-water
1464-reduce-array-size-to-the-half

Matrix

0794-swim-in-rising-water
1224-minimum-falling-path-sum-ii

Simulation

1449-print-words-vertically
3336-water-bottles-ii

Sliding Window

2751-sliding-subarray-beauty

Graph

1436-get-watched-videos-by-your-friends
1493-frog-position-after-t-seconds

Tree

1493-frog-position-after-t-seconds

Memoization

1488-sort-integers-by-the-power-value

About

πŸš€ My structured journey of solving 1000+ LeetCode problems β€” consistent practice in Java with focus on optimization and clarity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •