Files
LeetCode-Questions-CompanyWise/ebay_alltime.csv
2020-08-25 16:13:54 +05:30

14 KiB

1146LRU Cache33.2%Medium0.5157086604966173https://leetcode.com/problems/lru-cache
2545Boundary of Binary Tree38.9%Medium0.4381868316355515https://leetcode.com/problems/boundary-of-binary-tree
31Two Sum45.6%Easy0.36066500277448565https://leetcode.com/problems/two-sum
423Merge k Sorted Lists40.2%Hard0.31216920465676024https://leetcode.com/problems/merge-k-sorted-lists
551N-Queens46.6%Hard0.2346473757956944https://leetcode.com/problems/n-queens
6200Number of Islands46.8%Medium0.23204607197311616https://leetcode.com/problems/number-of-islands
754Spiral Matrix34.1%Medium0.2136377131249709https://leetcode.com/problems/spiral-matrix
8138Copy List with Random Pointer36.4%Medium0.17215255068496113https://leetcode.com/problems/copy-list-with-random-pointer
9846Hand of Straights54.2%Medium0.17036326780508096https://leetcode.com/problems/hand-of-straights
10283Move Zeroes57.8%Easy0.16968455522475076https://leetcode.com/problems/move-zeroes
11153Sum26.8%Medium0.1640862201935116https://leetcode.com/problems/3sum
12498Diagonal Traverse48.2%Medium0.1610153538521647https://leetcode.com/problems/diagonal-traverse
13199Binary Tree Right Side View54.1%Medium0.15904374287529144https://leetcode.com/problems/binary-tree-right-side-view
14215Kth Largest Element in an Array55.4%Medium0.15289308167366858https://leetcode.com/problems/kth-largest-element-in-an-array
15227Basic Calculator II36.9%Medium0.14222709959207652https://leetcode.com/problems/basic-calculator-ii
16702Search in a Sorted Array of Unknown Size66.9%Medium0.13783247452391326https://leetcode.com/problems/search-in-a-sorted-array-of-unknown-size
1720Valid Parentheses39.0%Easy0.13750374228546985https://leetcode.com/problems/valid-parentheses
18428Serialize and Deserialize N-ary Tree59.4%Hard0.13313574474596881https://leetcode.com/problems/serialize-and-deserialize-n-ary-tree
194Median of Two Sorted Arrays29.6%Hard0.13162453469432595https://leetcode.com/problems/median-of-two-sorted-arrays
20139Word Break40.1%Medium0.1314440532234174https://leetcode.com/problems/word-break
21344Reverse String68.5%Easy0.1295937337220932https://leetcode.com/problems/reverse-string
22968Binary Tree Cameras37.5%Hard0.12586422089000404https://leetcode.com/problems/binary-tree-cameras
23253Meeting Rooms II45.7%Medium0.12203276379668937https://leetcode.com/problems/meeting-rooms-ii
245Longest Palindromic Substring29.5%Medium0.12076411655886263https://leetcode.com/problems/longest-palindromic-substring
25366Find Leaves of Binary Tree70.6%Medium0.12030510508909331https://leetcode.com/problems/find-leaves-of-binary-tree
263Longest Substring Without Repeating Characters30.4%Medium0.11876423093459514https://leetcode.com/problems/longest-substring-without-repeating-characters
2733Search in Rotated Sorted Array34.5%Medium0.1101693809658871https://leetcode.com/problems/search-in-rotated-sorted-array
28206Reverse Linked List62.5%Easy0.10866398437760691https://leetcode.com/problems/reverse-linked-list
29295Find Median from Data Stream44.3%Hard0.10502147513923703https://leetcode.com/problems/find-median-from-data-stream
30796Rotate String49.6%Easy0.10392210998497661https://leetcode.com/problems/rotate-string
31130Surrounded Regions28.1%Medium0.10285964809047102https://leetcode.com/problems/surrounded-regions
32141Linked List Cycle41.1%Easy0.10063328674952829https://leetcode.com/problems/linked-list-cycle
33143Reorder List37.1%Medium0.09969510903753867https://leetcode.com/problems/reorder-list
34358Rearrange String k Distance Apart34.9%Hard0.08894748601649616https://leetcode.com/problems/rearrange-string-k-distance-apart
35449Serialize and Deserialize BST52.0%Medium0.08696405427235052https://leetcode.com/problems/serialize-and-deserialize-bst
36443String Compression41.3%Easy0.08391368024915737https://leetcode.com/problems/string-compression
37703Kth Largest Element in a Stream49.7%Easy0.08385735299772534https://leetcode.com/problems/kth-largest-element-in-a-stream
38962Maximum Width Ramp45.4%Medium0.08184524810424337https://leetcode.com/problems/maximum-width-ramp
39250Count Univalue Subtrees52.0%Medium0.07975881838845024https://leetcode.com/problems/count-univalue-subtrees
40322Coin Change35.5%Medium0.07859731751631634https://leetcode.com/problems/coin-change
411122Relative Sort Array67.7%Easy0.07651914983419623https://leetcode.com/problems/relative-sort-array
42244Shortest Word Distance II52.3%Medium0.07622736538788424https://leetcode.com/problems/shortest-word-distance-ii
438String to Integer (atoi)15.4%Medium0.07412832776627384https://leetcode.com/problems/string-to-integer-atoi
44153Find Minimum in Rotated Sorted Array45.1%Medium0.07343579359779528https://leetcode.com/problems/find-minimum-in-rotated-sorted-array
45236Lowest Common Ancestor of a Binary Tree45.7%Medium0.07288369759447264https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree
461146Snapshot Array37.0%Medium0.07017687679183775https://leetcode.com/problems/snapshot-array
4717Letter Combinations of a Phone Number46.8%Medium0.06820582606617018https://leetcode.com/problems/letter-combinations-of-a-phone-number
48328Odd Even Linked List55.7%Medium0.06677800280143044https://leetcode.com/problems/odd-even-linked-list
49240Search a 2D Matrix II43.2%Medium0.06626158386149206https://leetcode.com/problems/search-a-2d-matrix-ii
50297Serialize and Deserialize Binary Tree47.5%Hard0.061960627359177074https://leetcode.com/problems/serialize-and-deserialize-binary-tree
51238Product of Array Except Self60.1%Medium0.061105194807639235https://leetcode.com/problems/product-of-array-except-self
5249Group Anagrams56.9%Medium0.059194347436734636https://leetcode.com/problems/group-anagrams
53208Implement Trie (Prefix Tree)49.4%Medium0.05559457257530485https://leetcode.com/problems/implement-trie-prefix-tree
54735Asteroid Collision41.0%Medium0.05479154882968245https://leetcode.com/problems/asteroid-collision
5553Maximum Subarray46.5%Easy0.052816160704876255https://leetcode.com/problems/maximum-subarray
5642Trapping Rain Water48.9%Hard0.05203424501747888https://leetcode.com/problems/trapping-rain-water
57560Subarray Sum Equals K43.9%Medium0.0512021569656579https://leetcode.com/problems/subarray-sum-equals-k
5846Permutations63.5%Medium0.05046375425919308https://leetcode.com/problems/permutations
59394Decode String50.0%Medium0.049980419824640375https://leetcode.com/problems/decode-string
60341Flatten Nested List Iterator52.9%Medium0.04440788848944038https://leetcode.com/problems/flatten-nested-list-iterator
6175Sort Colors47.3%Medium0.04405998979403051https://leetcode.com/problems/sort-colors
62102Binary Tree Level Order Traversal54.6%Medium0.04369064305418892https://leetcode.com/problems/binary-tree-level-order-traversal
63103Binary Tree Zigzag Level Order Traversal48.3%Medium0.041859373582180025https://leetcode.com/problems/binary-tree-zigzag-level-order-traversal
6456Merge Intervals39.3%Medium0.04173304225331761https://leetcode.com/problems/merge-intervals
6541First Missing Positive32.0%Hard0.03941241494009615https://leetcode.com/problems/first-missing-positive
6631Next Permutation32.6%Medium0.03686102113159897https://leetcode.com/problems/next-permutation
6788Merge Sorted Array39.4%Easy0.0362653520190164https://leetcode.com/problems/merge-sorted-array
68189Rotate Array34.7%Easy0.03569682997206547https://leetcode.com/problems/rotate-array
6921Merge Two Sorted Lists53.5%Easy0.03548634253021285https://leetcode.com/problems/merge-two-sorted-lists
70125Valid Palindrome36.7%Easy0.035266657982323354https://leetcode.com/problems/valid-palindrome
7139Combination Sum56.1%Medium0.035200029965399685https://leetcode.com/problems/combination-sum
72173Binary Search Tree Iterator56.6%Medium0.03353206029057467https://leetcode.com/problems/binary-search-tree-iterator
73300Longest Increasing Subsequence42.6%Medium0.03245773693742074https://leetcode.com/problems/longest-increasing-subsequence
74284Peeking Iterator45.7%Medium0.03110670713225487https://leetcode.com/problems/peeking-iterator
75767Reorganize String48.7%Medium0.02967576814611661https://leetcode.com/problems/reorganize-string
76176Second Highest Salary31.6%Easy0.029252542837437355https://leetcode.com/problems/second-highest-salary
77665Non-decreasing Array19.5%Easy0.029053044062689753https://leetcode.com/problems/non-decreasing-array
78129Sum Root to Leaf Numbers49.1%Medium0.02843793532053351https://leetcode.com/problems/sum-root-to-leaf-numbers
79213House Robber II36.5%Medium0.028250466285851712https://leetcode.com/problems/house-robber-ii
8050Pow(x;n)30.3%Medium0.028008192734969368https://leetcode.com/problems/powx-n
81445Add Two Numbers II54.5%Medium0.02753309435998931https://leetcode.com/problems/add-two-numbers-ii
821438Longest Continuous Subarray With Absolute Diff Less Than or Equal to Limit42.1%Medium0.026955809988528263https://leetcode.com/problems/longest-continuous-subarray-with-absolute-diff-less-than-or-equal-to-limit
83951Flip Equivalent Binary Trees65.8%Medium0.025269822188076344https://leetcode.com/problems/flip-equivalent-binary-trees
8476Minimum Window Substring34.6%Hard0.024696424154275233https://leetcode.com/problems/minimum-window-substring
85662Maximum Width of Binary Tree41.0%Medium0.024116924478312346https://leetcode.com/problems/maximum-width-of-binary-tree
86977Squares of a Sorted Array72.1%Easy0.02407434514623628https://leetcode.com/problems/squares-of-a-sorted-array
87572Subtree of Another Tree44.1%Easy0.02337161690633092https://leetcode.com/problems/subtree-of-another-tree
88211Add and Search Word - Data structure design38.1%Medium0.02333525640896379https://leetcode.com/problems/add-and-search-word-data-structure-design
8925Reverse Nodes in k-Group42.1%Hard0.022832042042645793https://leetcode.com/problems/reverse-nodes-in-k-group
9078Subsets62.0%Medium0.022827872206034577https://leetcode.com/problems/subsets
9140Combination Sum II48.2%Medium0.021424290044083395https://leetcode.com/problems/combination-sum-ii
92698Partition to K Equal Sum Subsets45.0%Medium0.02109782896463587https://leetcode.com/problems/partition-to-k-equal-sum-subsets
9332Longest Valid Parentheses28.4%Hard0.020385756924473915https://leetcode.com/problems/longest-valid-parentheses
9466Plus One43.0%Easy0.020215776991954044https://leetcode.com/problems/plus-one
95207Course Schedule43.1%Medium0.019709926055136454https://leetcode.com/problems/course-schedule
96416Partition Equal Subset Sum43.7%Medium0.01943905703222215https://leetcode.com/problems/partition-equal-subset-sum
97155Min Stack44.5%Easy0.01886181109797383https://leetcode.com/problems/min-stack
98787Cheapest Flights Within K Stops39.3%Medium0.018824085245635554https://leetcode.com/problems/cheapest-flights-within-k-stops
99994Rotting Oranges49.2%Medium0.017087941897195622https://leetcode.com/problems/rotting-oranges
100658Find K Closest Elements40.9%Medium0.016611677666896175https://leetcode.com/problems/find-k-closest-elements
10110Regular Expression Matching26.8%Hard0.01609764684284749https://leetcode.com/problems/regular-expression-matching
102204Count Primes31.5%Easy0.015842612639489526https://leetcode.com/problems/count-primes
10328Implement strStr()34.5%Easy0.01568044672076543https://leetcode.com/problems/implement-strstr
1042Add Two Numbers33.9%Medium0.015095892173467356https://leetcode.com/problems/add-two-numbers
105142Linked List Cycle II37.3%Medium0.014710955064667802https://leetcode.com/problems/linked-list-cycle-ii
106202Happy Number50.4%Easy0.014045174703047602https://leetcode.com/problems/happy-number
107287Find the Duplicate Number55.5%Medium0.012335682739188652https://leetcode.com/problems/find-the-duplicate-number
108547Friend Circles58.6%Medium0.012228828639434596https://leetcode.com/problems/friend-circles
109785Is Graph Bipartite?47.5%Medium0.011236073266925854https://leetcode.com/problems/is-graph-bipartite
110160Intersection of Two Linked Lists40.6%Easy0.010994491398666248https://leetcode.com/problems/intersection-of-two-linked-lists
111140Word Break II32.6%Hard0.010784682582145173https://leetcode.com/problems/word-break-ii
112347Top K Frequent Elements61.2%Medium0.009249390740121013https://leetcode.com/problems/top-k-frequent-elements
113279Perfect Squares47.4%Medium0.009216655104924008https://leetcode.com/problems/perfect-squares
114198House Robber42.0%Easy0.008434914115059812https://leetcode.com/problems/house-robber
11514Longest Common Prefix35.4%Easy0.00745530292090591https://leetcode.com/problems/longest-common-prefix
11698Validate Binary Search Tree27.8%Medium0.006611351489350257https://leetcode.com/problems/validate-binary-search-tree
11783Remove Duplicates from Sorted List45.4%Easy0.006353261522609498https://leetcode.com/problems/remove-duplicates-from-sorted-list
11824Swap Nodes in Pairs50.4%Medium0.0062218275061505365https://leetcode.com/problems/swap-nodes-in-pairs
119973K Closest Points to Origin63.8%Medium0.005773688094426333https://leetcode.com/problems/k-closest-points-to-origin
12026Remove Duplicates from Sorted Array45.1%Easy0.004385117141850828https://leetcode.com/problems/remove-duplicates-from-sorted-array
121727Minimum Window Subsequence41.8%Hard0https://leetcode.com/problems/minimum-window-subsequence
122868Binary Gap60.6%Easy0https://leetcode.com/problems/binary-gap
1231206Design Skiplist57.3%Hard0https://leetcode.com/problems/design-skiplist