Skip to content

SRINIJA-PULLIPUDI/Leetcode-Problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leetcode

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

LeetCode Topics

Array

0011-container-with-most-water
0048-rotate-image
0049-group-anagrams
0075-sort-colors
0198-house-robber
0215-kth-largest-element-in-an-array
0561-array-partition
1627-last-moment-before-all-ants-fall-out-of-a-plank
2117-find-original-array-from-doubled-array
3242-count-elements-with-maximum-frequency
3461-find-the-minimum-area-to-cover-all-ones-i

Divide and Conquer

0148-sort-list
0215-kth-largest-element-in-an-array

Sorting

0049-group-anagrams
0075-sort-colors
0148-sort-list
0215-kth-largest-element-in-an-array
0451-sort-characters-by-frequency
0561-array-partition
2117-find-original-array-from-doubled-array
2887-sort-vowels-in-a-string

Heap (Priority Queue)

0215-kth-largest-element-in-an-array
0451-sort-characters-by-frequency

Quickselect

0215-kth-largest-element-in-an-array

Math

0029-divide-two-integers
0048-rotate-image
0537-complex-number-multiplication
3279-alice-and-bob-playing-flower-game

Matrix

0048-rotate-image
3461-find-the-minimum-area-to-cover-all-ones-i

String

0049-group-anagrams
0151-reverse-words-in-a-string
0451-sort-characters-by-frequency
0535-encode-and-decode-tinyurl
0537-complex-number-multiplication
2887-sort-vowels-in-a-string
3872-find-most-frequent-vowel-and-consonant

Simulation

0537-complex-number-multiplication
1627-last-moment-before-all-ants-fall-out-of-a-plank

Hash Table

0049-group-anagrams
0451-sort-characters-by-frequency
0535-encode-and-decode-tinyurl
2117-find-original-array-from-doubled-array
3242-count-elements-with-maximum-frequency
3872-find-most-frequent-vowel-and-consonant

Bucket Sort

0451-sort-characters-by-frequency

Counting

0451-sort-characters-by-frequency
3242-count-elements-with-maximum-frequency
3872-find-most-frequent-vowel-and-consonant

Two Pointers

0011-container-with-most-water
0075-sort-colors
0148-sort-list
0151-reverse-words-in-a-string
2216-delete-the-middle-node-of-a-linked-list

Brainteaser

1627-last-moment-before-all-ants-fall-out-of-a-plank

Greedy

0011-container-with-most-water
0561-array-partition
2117-find-original-array-from-doubled-array

Bit Manipulation

0029-divide-two-integers

Linked List

0148-sort-list
2216-delete-the-middle-node-of-a-linked-list

Merge Sort

0148-sort-list

Dynamic Programming

0198-house-robber

Design

0535-encode-and-decode-tinyurl

Hash Function

0535-encode-and-decode-tinyurl

Stack

0094-binary-tree-inorder-traversal
0144-binary-tree-preorder-traversal

Tree

0094-binary-tree-inorder-traversal
0144-binary-tree-preorder-traversal

Depth-First Search

0094-binary-tree-inorder-traversal
0144-binary-tree-preorder-traversal

Binary Tree

0094-binary-tree-inorder-traversal
0144-binary-tree-preorder-traversal

Counting Sort

0561-array-partition

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