Skip to content

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

Notifications You must be signed in to change notification settings

LahariDurgaKetha/Leetcode-Solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leetcode-Solutions

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

LeetCode Topics

Array

0004-median-of-two-sorted-arrays
0035-search-insert-position
0066-plus-one
0078-subsets
0080-remove-duplicates-from-sorted-array-ii
0118-pascals-triangle
0121-best-time-to-buy-and-sell-stock
0189-rotate-array
0835-linked-list-components
0983-validate-stack-sequences

Binary Search

0004-median-of-two-sorted-arrays
0035-search-insert-position
0069-sqrtx

Math

0002-add-two-numbers
0007-reverse-integer
0012-integer-to-roman
0029-divide-two-integers
0066-plus-one
0067-add-binary
0069-sqrtx
0070-climbing-stairs
0189-rotate-array

Linked List

0002-add-two-numbers
0019-remove-nth-node-from-end-of-list
0024-swap-nodes-in-pairs
0092-reverse-linked-list-ii
0141-linked-list-cycle
0142-linked-list-cycle-ii
0835-linked-list-components

Recursion

0002-add-two-numbers
0024-swap-nodes-in-pairs

Hash Table

0003-longest-substring-without-repeating-characters
0012-integer-to-roman
0017-letter-combinations-of-a-phone-number
0141-linked-list-cycle
0142-linked-list-cycle-ii
0835-linked-list-components
0931-maximum-frequency-stack

String

0003-longest-substring-without-repeating-characters
0005-longest-palindromic-substring
0006-zigzag-conversion
0008-string-to-integer-atoi
0012-integer-to-roman
0017-letter-combinations-of-a-phone-number
0022-generate-parentheses
0058-length-of-last-word
0067-add-binary

Sliding Window

0003-longest-substring-without-repeating-characters

Divide and Conquer

0004-median-of-two-sorted-arrays

Two Pointers

0005-longest-palindromic-substring
0019-remove-nth-node-from-end-of-list
0080-remove-duplicates-from-sorted-array-ii
0141-linked-list-cycle
0142-linked-list-cycle-ii
0189-rotate-array

Dynamic Programming

0005-longest-palindromic-substring
0022-generate-parentheses
0070-climbing-stairs
0118-pascals-triangle
0121-best-time-to-buy-and-sell-stock

Backtracking

0017-letter-combinations-of-a-phone-number
0022-generate-parentheses
0078-subsets

Bit Manipulation

0029-divide-two-integers
0067-add-binary
0078-subsets

Simulation

0067-add-binary
0983-validate-stack-sequences

Memoization

0070-climbing-stairs

Tree

0100-same-tree
0111-minimum-depth-of-binary-tree
0112-path-sum

Depth-First Search

0100-same-tree
0111-minimum-depth-of-binary-tree
0112-path-sum

Breadth-First Search

0100-same-tree
0111-minimum-depth-of-binary-tree
0112-path-sum

Binary Tree

0100-same-tree
0111-minimum-depth-of-binary-tree
0112-path-sum

Stack

0155-min-stack
0931-maximum-frequency-stack
0983-validate-stack-sequences

Design

0155-min-stack
0931-maximum-frequency-stack

Ordered Set

0931-maximum-frequency-stack

About

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