Skip to content

suchith2510/Leetcode_DSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leetcode_DSA

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

LeetCode Topics

Array

0001-two-sum
0066-plus-one
0088-merge-sorted-array
0136-single-number
0169-majority-element
0283-move-zeroes
0349-intersection-of-two-arrays
0907-koko-eating-bananas
1019-squares-of-a-sorted-array
2436-make-array-zero-by-subtracting-equal-amounts
4068-sum-of-elements-with-frequency-divisible-by-k

Hash Table

0001-two-sum
0169-majority-element
0242-valid-anagram
0349-intersection-of-two-arrays
2436-make-array-zero-by-subtracting-equal-amounts
4068-sum-of-elements-with-frequency-divisible-by-k

Math

0009-palindrome-number
0066-plus-one
0069-sqrtx
0070-climbing-stairs
0367-valid-perfect-square

String

0028-find-the-index-of-the-first-occurrence-in-a-string
0058-length-of-last-word
0125-valid-palindrome
0242-valid-anagram
4052-equal-score-substrings

Binary Search

0069-sqrtx
0349-intersection-of-two-arrays
0367-valid-perfect-square
0907-koko-eating-bananas

Dynamic Programming

0070-climbing-stairs

Memoization

0070-climbing-stairs

Two Pointers

0028-find-the-index-of-the-first-occurrence-in-a-string
0088-merge-sorted-array
0125-valid-palindrome
0283-move-zeroes
0349-intersection-of-two-arrays
1019-squares-of-a-sorted-array

Greedy

2436-make-array-zero-by-subtracting-equal-amounts

Sorting

0088-merge-sorted-array
0169-majority-element
0242-valid-anagram
0349-intersection-of-two-arrays
1019-squares-of-a-sorted-array
2436-make-array-zero-by-subtracting-equal-amounts

Heap (Priority Queue)

2436-make-array-zero-by-subtracting-equal-amounts

Simulation

2436-make-array-zero-by-subtracting-equal-amounts

String Matching

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

Counting

0169-majority-element
4068-sum-of-elements-with-frequency-divisible-by-k

Prefix Sum

4052-equal-score-substrings

Bit Manipulation

0136-single-number

Divide and Conquer

0169-majority-element

About

A collection of LeetCode questions to ace the coding interview! - Created using [LeetHub v2](https://github.com/arunbhardwaj/LeetHub-2.0)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages