Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 131 KB

README.md

File metadata and controls

7 lines (4 loc) · 131 KB

DSA

NeetCode150 list: https://neetcode.io/practice

Tracker:

👑

Coding_Main

SR ScoreProblemLast ReviewedTimeScoreDSAlgoStatedPerceivedFrequencyCompanyConfidentRepeat OffenderNeeds ReviewLinkC_DateC_TimeC_SolutionList
945762121. Best Time to Buy and Sell Stock@October 16, 202245arrayskadanesliding windoweasymedium
https://leetcode.com/problems/best-time-to-buy-and-sell-stock/139627180006REPEAT
919842684. Redundant Connection@October 19, 202245graphsdfsunion findmediummedium
https://leetcode.com/problems/redundant-connection/description/135307180006REPEAT
884376125. Valid Palindrome@October 12, 202220.09arraysrunning pointerseasyeasy
https://leetcode.com/problems/valid-palindrome/14538720096DONE
868650102. Binary Tree Level Order Traversal@October 13, 20228.28treesbfsmediumeasy
https://leetcode.com/problems/binary-tree-level-order-traversal/1439478286DONE
866670739. Daily Temperatures@October 21, 202240.06stacksmediummedium
https://leetcode.com/problems/daily-temperatures/description/132427120186REPEATED
866160100. Same Tree@October 13, 20224.13treesdfsrecursioneasyeasy
https://leetcode.com/problems/same-tree/1439474136DONE
864510226. Invert Binary Tree@October 13, 20221.38treesdfsrecursioneasyeasy
https://leetcode.com/problems/invert-binary-tree/1439471386DONE
857844238. Product of Array Except Self@October 15, 202219.07arraysprefix summediummedium
https://leetcode.com/problems/product-of-array-except-self/14106719076REPEAT
853170347. Top K Frequent Elements@October 15, 202211.28arrayshashmapmediumeasy
https://leetcode.com/problems/top-k-frequent-elements/description/14106711286REPEAT
850722424. Longest Repeating Character Replacement@October 27, 202245stringshashmapsliding windowmediummedium
https://leetcode.com/problems/longest-repeating-character-replacement/123787180006REPEAT
8501043. Longest Substring Without Repeating Characters@October 16, 202220.57stringssliding windowmediummedium
https://leetcode.com/problems/longest-substring-without-repeating-characters/13962720576REPEAT
847188217. Contains Duplicate@October 15, 20221.31arrayshashmapeasyeasy
https://leetcode.com/problems/contains-duplicate/1410671316DONE
82480221. Merge Two Sorted Lists@October 30, 202245linkedlistrunning pointerseasymedium
https://leetcode.com/problems/merge-two-sorted-lists/119467180006REPEAT
824802133. Clone Graph@October 30, 202245graphsbfsdfshashmapmediummedium
https://leetcode.com/problems/clone-graph/description/119467180006REPEAT
80181049. Group Anagrams@October 21, 202212.08arrayshashmapsortingmediummedium
https://leetcode.com/problems/group-anagrams/description/13242712086REPEATED
799380572. Subtree of Another Tree@October 21, 20228.03treesdfsrecursioneasymedium
https://leetcode.com/problems/subtree-of-another-tree/description/1324278036REPEATED
792768155. Min Stack@October 22, 202211.41stacksmediummedium
https://leetcode.com/problems/min-stack/description/13098711416REPEAT
790932167. Two Sum II - Input Array Is Sorted@October 22, 20228.35arraysbinary searchrunning pointersmediumeasy
https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/1309878356REPEATED
790830973. K Closest Points to Origin@October 22, 20228.18arraysheapmediummedium
https://leetcode.com/problems/k-closest-points-to-origin/description/1309878186REPEAT
790242297. Serialize and Deserialize Binary Tree@November 3, 202245treesdfshardhard
https://leetcode.com/problems/serialize-and-deserialize-binary-tree/113707180006REPEAT
790242271. Encode and Decode Strings@November 3, 202245stringsmediummedium
https://leetcode.com/problems/encode-and-decode-strings/description/113707180006REPEAT
78845411. Container With Most Water@October 22, 20224.22arraysrunning pointersmediummedium
https://leetcode.com/problems/container-with-most-water/description/1309874226REPEATED
7883221. Two Sum@October 22, 20224arrayshashmapeasyeasy
https://leetcode.com/problems/two-sum/1309874006REPEATED
764160875. Koko Eating Bananas@October 26, 202221.33arraysbinary searchmediummedium
https://leetcode.com/problems/koko-eating-bananas/description/12522721336REPEATED
745332206. Reverse Linked List@October 27, 20224.35linkedlistrunning pointerseasyeasy
https://leetcode.com/problems/reverse-linked-list/description/1237874356REPEATED
740976567. Permutation in String@October 28, 202211.49stringshashmapmediummedium
https://leetcode.com/problems/permutation-in-string/12234711496REPEAT
740904230. Kth Smallest Element in a BST@October 28, 202211.37treesdfsmediummedium
https://leetcode.com/problems/kth-smallest-element-in-a-bst/12234711376REPEAT
735864128. Longest Consecutive Sequence@October 29, 202217.37arrayshashmapsortingunion findmediummedium
https://leetcode.com/problems/longest-consecutive-sequence/12090717376REPEATED
735366200. Number of Islands@October 29, 202216.54graphsmatrixdfsmediummedium
https://leetcode.com/problems/number-of-islands/description/12090716546REPEAT
7294025. Longest Palindromic Substring@November 10, 202245stringsdynamic programmingmediummedium
https://leetcode.com/problems/longest-palindromic-substring/description/103567180006REPEAT
72177670. Climbing Stairs@October 30, 20228.29arraysdynamic programmingeasyeasy
https://leetcode.com/problems/climbing-stairs/description/1194678296REPEAT
72076233. Search in Rotated Sorted Array@November 11, 202245arraysbinary searchmediummedium
https://leetcode.com/problems/search-in-rotated-sorted-array/description/102127180006REPEAT
718602136. Single Number@October 30, 20223arraysbiteasyeasy
https://leetcode.com/problems/single-number/description/1194673006DONE
718602704. Binary Search@October 30, 20223arraysbinary searcheasyeasy
https://leetcode.com/problems/binary-search/description/1194673006DONE
717402191. Number of 1 Bits@October 30, 20221numbersbiteasyeasy
https://leetcode.com/problems/number-of-1-bits/description/1194671006REPEAT
70546239. Combination Sum@November 2, 202224.3arraysbacktrackingmediummedium
https://leetcode.com/problems/combination-sum/description/11514724306REPEAT
70348290. Subsets II@November 13, 202245arraysbacktrackingmediummedium
https://leetcode.com/problems/subsets-ii/description/99247180006REPEAT
702036746. Min Cost Climbing Stairs@November 2, 202218.59arraysdynamic programmingeasymedium
https://leetcode.com/problems/min-cost-climbing-stairs/description/11514718596REPEAT
695214695. Max Area of Island@November 2, 20227.22graphsmatrixdfsmediumeasy
https://leetcode.com/problems/max-area-of-island/description/1151477226DONE
69309074. Search a 2D Matrix@November 3, 202218.08matrixbinary searchmediummedium
https://leetcode.com/problems/search-a-2d-matrix/description/11370718086REPEAT
691956253. Meeting Rooms II@November 3, 202216.19arraysintervalsortingmediummedium
https://leetcode.com/problems/meeting-rooms-ii/description/11370716196REPEAT
68899846. Permutations@November 3, 202211.26arraysbacktrackingmediummedium
https://leetcode.com/problems/permutations/description/11370711266REPEAT
687186252. Meeting Rooms@November 3, 20228.24arraysintervalsortingeasyeasy
https://leetcode.com/problems/meeting-rooms/description/1137078246REPEAT
675762213. House Robber II@November 5, 202218arraysdynamic programmingmediummedium
https://leetcode.com/problems/house-robber-ii/11082718006REPEAT
672420198. House Robber@November 5, 202212.43arraysdynamic programmingmediummedium
https://leetcode.com/problems/house-robber/description/11082712436REPEAT
650682417. Pacific Atlantic Water Flow@November 8, 202220graphsmatrixdfsmediummedium
https://leetcode.com/problems/pacific-atlantic-water-flow/description/10644720006REPEAT
634110703. Kth Largest Element in a Stream@November 10, 202221.18stringsheapeasymedium
https://leetcode.com/problems/kth-largest-element-in-a-stream/description/10356721186REPEATED
630402143. Reorder List@November 10, 202215linkedlistrunning pointersmediummedium
https://leetcode.com/problems/reorder-list/description/10356715006REPEAT
62528420. Valid Parentheses@November 10, 20226.47stackseasyeasy
https://leetcode.com/problems/valid-parentheses/description/1035676476REPEATED
622200141. Linked List Cycle@November 10, 20221.33linkedlisthashmaprunning pointerseasyeasy
https://leetcode.com/problems/linked-list-cycle/description/1035671336DONE
612762150. Evaluate Reverse Polish Notation@November 11, 2022stacksstringsmediumeasy
https://leetcode.com/problems/evaluate-reverse-polish-notation/description/10212706REPEAT
612762215. Kth Largest Element in an Array@November 11, 2022arraysheapquick-selectmediummedium
https://leetcode.com/problems/kth-largest-element-in-an-array/description/10212706REPEAT
60412222. Generate Parentheses@November 12, 2022stringsbacktrackingmediummedium
https://leetcode.com/problems/generate-parentheses/description/10068706REPEAT
50476257. Insert Interval@December 6, 202245arraysintervalsortingmediummedium
https://leetcode.com/problems/insert-interval/description/66127180006REPEAT
478842190. Reverse Bits@December 9, 202245numbersbiteasyeasy
https://leetcode.com/problems/reverse-bits/description/61807180006REPEAT
470202435. Non-overlapping Intervals@December 10, 202245arraysdynamic programminggreedyintervalsortingmediumhard
https://leetcode.com/problems/non-overlapping-intervals/description/60367180006REPEAT
418572323. Number of Connected Components in an Undirected Graph@December 4, 20227.55graphsdfsunion findmediummedium
https://leetcode.com/problems/number-of-connected-components-in-an-undirected-graph/description/690077556DONE
40538456. Merge Intervals@December 6, 202214.37arraysintervalsortingmediummedium
https://leetcode.com/problems/merge-intervals/description/6612714376REPEAT
373842268. Missing Number@December 9, 20225arraysbiteasyeasy
https://leetcode.com/problems/missing-number/description/618075006REPEAT
176442322. Coin Change@January 13, 202345arraysdynamic programmingmediummedium
https://leetcode.com/problems/coin-change/description/11407180006DONE
176442416. Partition Equal Subset Sum@January 13, 202345arraysbacktrackingdynamic programminghashmapmediummedium
https://leetcode.com/problems/partition-equal-subset-sum/description/11407180006DONE
159162787. Cheapest Flights Within K Stops@January 15, 202345graphsbfsdynamic programminggreedyheapmediummedium
https://leetcode.com/problems/cheapest-flights-within-k-stops/description/8527180006DONE
132282134. Gas Station@January 7, 202320arraysgreedymediummedium
https://leetcode.com/problems/gas-station/2004720006DONE
13125655. Jump Game@January 7, 202318.29arraysdynamic programminggreedymediummedium
https://leetcode.com/problems/jump-game/description/2004718296REP-2023
126906846. Hand of Straights@January 7, 202311.04arraysgreedyhashmapsortingmediummedium
https://leetcode.com/problems/hand-of-straights/description/2004711046DONE
12568245. Jump Game II@January 7, 20239arraysdynamic programminggreedymediummedium
https://leetcode.com/problems/jump-game-ii/description/200479006DONE
1241701899. Merge Triplets to Form Target Triplet@January 7, 20236.48arraysgreedymediummedium
https://leetcode.com/problems/merge-triplets-to-form-target-triplet/description/200476486DONE
12405653. Maximum Subarray@January 7, 20236.29arrayskadanemediummedium
https://leetcode.com/problems/maximum-subarray/description/200476296REP-2023
123732763. Partition Labels@January 8, 202320.15arraysgreedyhashmapheapsortingmediummedium
https://leetcode.com/problems/partition-labels/description/1860720156DONE
108006152. Maximum Product Subarray@January 20, 202345arraysdynamic programmingmediummedium
https://leetcode.com/problems/maximum-product-subarray/description/1180006DONE
108006300. Longest Increasing Subsequence@January 20, 202345arraysbinary searchdynamic programmingmediummedium
https://leetcode.com/problems/longest-increasing-subsequence/1180006DONE
1080061143. Longest Common Subsequence@January 20, 202345stringsdynamic programmingmediummedium
https://leetcode.com/problems/longest-common-subsequence/1180006DONE
13374130. Surrounded Regions22.29matrixbfsdfsmediumeasy
https://leetcode.com/problems/surrounded-regions/description/22296DONE
1292436. Valid Sudoku21.54matrixhashmapmediumeasy
https://leetcode.com/problems/valid-sudoku/21546DONE
693678. Subsets11.56arraysbacktrackingmediumeasy
https://leetcode.com/problems/subsets/description/11566DONE
37501046. Last Stone Weight6.25arraysheapeasyeasy
https://leetcode.com/problems/last-stone-weight/description/6256DONE
1854242. Valid Anagram3.09arrayshashmapeasyeasy
https://leetcode.com/problems/valid-anagram/description/3096DONE