Skip to content

devLover-Shivam/LeetCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode

My LeetCode journey documenting solutions, patterns, and problem-solving approaches in Data Structures and Algorithms.

LeetCode Topics

Linked List

0206-reverse-linked-list
0876-middle-of-the-linked-list

Two Pointers

0031-next-permutation
0876-middle-of-the-linked-list
2149-rearrange-array-elements-by-sign

Recursion

0206-reverse-linked-list

Hash Table

0003-longest-substring-without-repeating-characters
0128-longest-consecutive-sequence
0560-subarray-sum-equals-k
1189-maximum-number-of-balloons

String

0003-longest-substring-without-repeating-characters
0020-valid-parentheses
1189-maximum-number-of-balloons

Counting

1189-maximum-number-of-balloons

Stack

0020-valid-parentheses

Array

0031-next-permutation
0033-search-in-rotated-sorted-array
0034-find-first-and-last-position-of-element-in-sorted-array
0053-maximum-subarray
0128-longest-consecutive-sequence
0560-subarray-sum-equals-k
1423-maximum-points-you-can-obtain-from-cards
1749-maximum-absolute-sum-of-any-subarray
2149-rearrange-array-elements-by-sign

Binary Search

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

Divide and Conquer

0053-maximum-subarray

Dynamic Programming

0053-maximum-subarray
1749-maximum-absolute-sum-of-any-subarray

Simulation

2149-rearrange-array-elements-by-sign

Union-Find

0128-longest-consecutive-sequence

Sliding Window

0003-longest-substring-without-repeating-characters
1423-maximum-points-you-can-obtain-from-cards

Prefix Sum

0560-subarray-sum-equals-k
1423-maximum-points-you-can-obtain-from-cards

About

My LeetCode journey documenting solutions, patterns, and problem-solving approaches in Data Structures and Algorithms.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages