Skip to content

DeepakManga22/75DaysLeetCodeChallenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

137 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

LeetCode Topics

Array

0001-two-sum
0011-container-with-most-water
0026-remove-duplicates-from-sorted-array
0033-search-in-rotated-sorted-array
0035-search-insert-position
0049-group-anagrams
0074-search-a-2d-matrix
0121-best-time-to-buy-and-sell-stock
0150-evaluate-reverse-polish-notation
0153-find-minimum-in-rotated-sorted-array
0167-two-sum-ii-input-array-is-sorted
0217-contains-duplicate
0238-product-of-array-except-self
0283-move-zeroes
0347-top-k-frequent-elements
0448-find-all-numbers-disappeared-in-an-array
0704-binary-search
0739-daily-temperatures

Hash Table

0001-two-sum
0003-longest-substring-without-repeating-characters
0049-group-anagrams
0141-linked-list-cycle
0217-contains-duplicate
0242-valid-anagram
0347-top-k-frequent-elements
0424-longest-repeating-character-replacement
0448-find-all-numbers-disappeared-in-an-array

Sorting

0049-group-anagrams
0217-contains-duplicate
0242-valid-anagram
0347-top-k-frequent-elements

String

0003-longest-substring-without-repeating-characters
0020-valid-parentheses
0049-group-anagrams
0125-valid-palindrome
0242-valid-anagram
0424-longest-repeating-character-replacement

Divide and Conquer

0347-top-k-frequent-elements

Heap (Priority Queue)

0347-top-k-frequent-elements

Bucket Sort

0347-top-k-frequent-elements

Counting

0347-top-k-frequent-elements

Quickselect

0347-top-k-frequent-elements

Prefix Sum

0238-product-of-array-except-self

Two Pointers

0011-container-with-most-water
0019-remove-nth-node-from-end-of-list
0026-remove-duplicates-from-sorted-array
0125-valid-palindrome
0141-linked-list-cycle
0143-reorder-list
0167-two-sum-ii-input-array-is-sorted
0283-move-zeroes
0876-middle-of-the-linked-list

Binary Search

0033-search-in-rotated-sorted-array
0035-search-insert-position
0074-search-a-2d-matrix
0153-find-minimum-in-rotated-sorted-array
0167-two-sum-ii-input-array-is-sorted
0704-binary-search

Greedy

0011-container-with-most-water

Dynamic Programming

0121-best-time-to-buy-and-sell-stock

Sliding Window

0003-longest-substring-without-repeating-characters
0424-longest-repeating-character-replacement

Stack

0020-valid-parentheses
0143-reorder-list
0150-evaluate-reverse-polish-notation
0155-min-stack
0232-implement-queue-using-stacks
0739-daily-temperatures

Design

0155-min-stack
0232-implement-queue-using-stacks

Queue

0232-implement-queue-using-stacks

Math

0150-evaluate-reverse-polish-notation

Monotonic Stack

0739-daily-temperatures

Matrix

0074-search-a-2d-matrix

Linked List

0019-remove-nth-node-from-end-of-list
0021-merge-two-sorted-lists
0141-linked-list-cycle
0143-reorder-list
0206-reverse-linked-list
0876-middle-of-the-linked-list

Recursion

0021-merge-two-sorted-lists
0143-reorder-list
0206-reverse-linked-list

Tree

0104-maximum-depth-of-binary-tree
0226-invert-binary-tree

Depth-First Search

0104-maximum-depth-of-binary-tree
0226-invert-binary-tree

Breadth-First Search

0104-maximum-depth-of-binary-tree
0226-invert-binary-tree

Binary Tree

0104-maximum-depth-of-binary-tree
0226-invert-binary-tree

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages