Skip to content

Consistent LeetCode problem solving focused on correctness, optimization, and clean implementation.

Notifications You must be signed in to change notification settings

SabhyataVerma/Leetcode-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode-Solutions

This repository contains my structured solutions to LeetCode problems. I use this space to strengthen my understanding of Data Structures and Algorithms, improve problem-solving skills, and write optimized, clean implementations.

My focus is on correctness, efficiency, and maintaining clear logic rather than just reaching the final answer.

LeetCode Topics

Array

0001-two-sum
0152-maximum-product-subarray
0283-move-zeroes
0414-third-maximum-number
0485-max-consecutive-ones
0747-largest-number-at-least-twice-of-others
1394-find-lucky-integer-in-an-array
1512-number-of-good-pairs
1578-minimum-time-to-make-rope-colorful
1752-check-if-array-is-sorted-and-rotated
2733-neither-minimum-nor-maximum
2784-check-if-array-is-good
2965-find-missing-and-repeated-values

Two Pointers

0283-move-zeroes

Hash Table

0001-two-sum
1394-find-lucky-integer-in-an-array
1512-number-of-good-pairs
2784-check-if-array-is-good
2965-find-missing-and-repeated-values

Math

0009-palindrome-number
0326-power-of-three
1486-xor-operation-in-an-array
1512-number-of-good-pairs
2965-find-missing-and-repeated-values

Counting

1394-find-lucky-integer-in-an-array
1512-number-of-good-pairs

String

1578-minimum-time-to-make-rope-colorful

Dynamic Programming

0152-maximum-product-subarray
1578-minimum-time-to-make-rope-colorful

Greedy

1578-minimum-time-to-make-rope-colorful

Divide and Conquer

0190-reverse-bits
0191-number-of-1-bits

Bit Manipulation

0190-reverse-bits
0191-number-of-1-bits
1486-xor-operation-in-an-array

Recursion

0326-power-of-three

Sorting

0414-third-maximum-number
0747-largest-number-at-least-twice-of-others
2733-neither-minimum-nor-maximum
2784-check-if-array-is-good

Matrix

2965-find-missing-and-repeated-values

About

Consistent LeetCode problem solving focused on correctness, optimization, and clean implementation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages