Skip to content

raushangit0/Leetcode-Questions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A collection of LeetCode questions to ace the coding interview! - Created using LeetHub v2

LeetCode Topics

Array

0001-two-sum
0014-longest-common-prefix
0027-remove-element
0031-next-permutation
0033-search-in-rotated-sorted-array
0034-find-first-and-last-position-of-element-in-sorted-array
0053-maximum-subarray
0075-sort-colors
0088-merge-sorted-array
0283-move-zeroes
0349-intersection-of-two-arrays
0496-next-greater-element-i
0540-single-element-in-a-sorted-array
0882-peak-index-in-a-mountain-array

Hash Table

0001-two-sum
0349-intersection-of-two-arrays
0496-next-greater-element-i

Linked List

0019-remove-nth-node-from-end-of-list
0082-remove-duplicates-from-sorted-list-ii
0086-partition-list

Two Pointers

0005-longest-palindromic-substring
0019-remove-nth-node-from-end-of-list
0027-remove-element
0028-find-the-index-of-the-first-occurrence-in-a-string
0031-next-permutation
0075-sort-colors
0082-remove-duplicates-from-sorted-list-ii
0086-partition-list
0088-merge-sorted-array
0283-move-zeroes
0349-intersection-of-two-arrays

String

0005-longest-palindromic-substring
0014-longest-common-prefix
0028-find-the-index-of-the-first-occurrence-in-a-string
0058-length-of-last-word

Trie

0014-longest-common-prefix

Sorting

0075-sort-colors
0088-merge-sorted-array
0349-intersection-of-two-arrays

String Matching

0028-find-the-index-of-the-first-occurrence-in-a-string

Binary Search

0033-search-in-rotated-sorted-array
0034-find-first-and-last-position-of-element-in-sorted-array
0349-intersection-of-two-arrays
0374-guess-number-higher-or-lower
0540-single-element-in-a-sorted-array
0882-peak-index-in-a-mountain-array

Stack

0496-next-greater-element-i

Monotonic Stack

0496-next-greater-element-i

Dynamic Programming

0005-longest-palindromic-substring
0053-maximum-subarray
0070-climbing-stairs
1013-fibonacci-number

Math

0070-climbing-stairs
1013-fibonacci-number

Memoization

0070-climbing-stairs
1013-fibonacci-number

Recursion

1013-fibonacci-number

Divide and Conquer

0053-maximum-subarray

Interactive

0374-guess-number-higher-or-lower

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages