Skip to content

PrashantVS18/LeetCode_Solution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

254 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode_Solution

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

LeetCode Topics

Linked List

0019-remove-nth-node-from-end-of-list
0024-swap-nodes-in-pairs
0061-rotate-list
0082-remove-duplicates-from-sorted-list-ii
0092-reverse-linked-list-ii
0142-linked-list-cycle-ii
0143-reorder-list
0148-sort-list
0206-reverse-linked-list
0234-palindrome-linked-list
2236-maximum-twin-sum-of-a-linked-list

Two Pointers

0019-remove-nth-node-from-end-of-list
0027-remove-element
0061-rotate-list
0075-sort-colors
0082-remove-duplicates-from-sorted-list-ii
0088-merge-sorted-array
0125-valid-palindrome
0142-linked-list-cycle-ii
0143-reorder-list
0148-sort-list
0234-palindrome-linked-list
2236-maximum-twin-sum-of-a-linked-list

Array

0027-remove-element
0033-search-in-rotated-sorted-array
0034-find-first-and-last-position-of-element-in-sorted-array
0066-plus-one
0075-sort-colors
0088-merge-sorted-array
0169-majority-element
0219-contains-duplicate-ii

Math

0007-reverse-integer
0012-integer-to-roman
0066-plus-one
0067-add-binary
0069-sqrtx
0231-power-of-two
0326-power-of-three
0342-power-of-four
2238-a-number-after-a-double-reversal

Recursion

0024-swap-nodes-in-pairs
0143-reorder-list
0206-reverse-linked-list
0231-power-of-two
0234-palindrome-linked-list
0326-power-of-three
0342-power-of-four

Hash Table

0012-integer-to-roman
0142-linked-list-cycle-ii
0169-majority-element
0219-contains-duplicate-ii

String

0012-integer-to-roman
0038-count-and-say
0058-length-of-last-word
0067-add-binary
0125-valid-palindrome

Bit Manipulation

0067-add-binary
0231-power-of-two
0342-power-of-four

Simulation

0067-add-binary

Binary Search

0033-search-in-rotated-sorted-array
0034-find-first-and-last-position-of-element-in-sorted-array
0069-sqrtx

Database

0175-combine-two-tables
0176-second-highest-salary
0177-nth-highest-salary
0178-rank-scores
0180-consecutive-numbers
0181-employees-earning-more-than-their-managers
0184-department-highest-salary
0185-department-top-three-salaries
0196-delete-duplicate-emails
0197-rising-temperature
0570-managers-with-at-least-5-direct-reports
0577-employee-bonus
0584-find-customer-referee
0585-investments-in-2016
0586-customer-placing-the-largest-number-of-orders
0595-big-countries
0596-classes-with-at-least-5-students
0602-friend-requests-ii-who-has-the-most-friends
0619-biggest-single-number
1179-game-play-analysis-i
1182-game-play-analysis-iv

Sorting

0075-sort-colors
0088-merge-sorted-array
0148-sort-list
0169-majority-element

Divide and Conquer

0148-sort-list
0169-majority-element

Counting

0169-majority-element

Stack

0143-reorder-list
0234-palindrome-linked-list
2236-maximum-twin-sum-of-a-linked-list

Sliding Window

0219-contains-duplicate-ii

Merge Sort

0148-sort-list

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

 
 
 

Contributors