Skip to content

Kunal-Ladhani/leetcodeSolutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leetcodeSolutions

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

LeetCode Topics

Array

0015-3sum
0053-maximum-subarray
0054-spiral-matrix
0074-search-a-2d-matrix
0075-sort-colors
0121-best-time-to-buy-and-sell-stock
0167-two-sum-ii-input-array-is-sorted
0268-missing-number
0347-top-k-frequent-elements
0485-max-consecutive-ones
2149-rearrange-array-elements-by-sign

Two Pointers

0015-3sum
0019-remove-nth-node-from-end-of-list
0075-sort-colors
0141-linked-list-cycle
0167-two-sum-ii-input-array-is-sorted
2149-rearrange-array-elements-by-sign

Sorting

0015-3sum
0075-sort-colors
0268-missing-number
0347-top-k-frequent-elements

Binary Search

0074-search-a-2d-matrix
0167-two-sum-ii-input-array-is-sorted
0268-missing-number

Hash Table

0012-integer-to-roman
0013-roman-to-integer
0141-linked-list-cycle
0268-missing-number
0347-top-k-frequent-elements

Divide and Conquer

0053-maximum-subarray
0191-number-of-1-bits
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

Linked List

0002-add-two-numbers
0019-remove-nth-node-from-end-of-list
0141-linked-list-cycle

Math

0002-add-two-numbers
0012-integer-to-roman
0013-roman-to-integer
0050-powx-n
0268-missing-number

Recursion

0002-add-two-numbers
0050-powx-n

Dynamic Programming

0053-maximum-subarray
0121-best-time-to-buy-and-sell-stock
0338-counting-bits

Bit Manipulation

0191-number-of-1-bits
0268-missing-number
0338-counting-bits

Stack

0155-min-stack

Design

0155-min-stack

Matrix

0054-spiral-matrix
0074-search-a-2d-matrix

Simulation

0054-spiral-matrix
2149-rearrange-array-elements-by-sign

String

0012-integer-to-roman
0013-roman-to-integer

About

Collection of LeetCode questions to ace the coding interview!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published