Files
LeetCode-Questions-CompanyWise/ebay_1year.csv
2020-08-11 20:28:09 +05:30

9.8 KiB

1545Boundary of Binary Tree38.9%Medium0.15000822156709664https://leetcode.com/problems/boundary-of-binary-tree
2968Binary Tree Cameras37.5%Hard0.12586422089000404https://leetcode.com/problems/binary-tree-cameras
3146LRU Cache33.2%Medium0.1090999130829226https://leetcode.com/problems/lru-cache
4498Diagonal Traverse48.2%Medium0.10598924878133596https://leetcode.com/problems/diagonal-traverse
5962Maximum Width Ramp45.4%Medium0.08184524810424337https://leetcode.com/problems/maximum-width-ramp
6250Count Univalue Subtrees52.0%Medium0.07975881838845024https://leetcode.com/problems/count-univalue-subtrees
7244Shortest Word Distance II52.3%Medium0.07622736538788424https://leetcode.com/problems/shortest-word-distance-ii
8253Meeting Rooms II45.7%Medium0.07046545668000562https://leetcode.com/problems/meeting-rooms-ii
9846Hand of Straights54.2%Medium0.06472423940349638https://leetcode.com/problems/hand-of-straights
10366Find Leaves of Binary Tree70.6%Medium0.05526267867504946https://leetcode.com/problems/find-leaves-of-binary-tree
11143Reorder List37.1%Medium0.04554002588608351https://leetcode.com/problems/reorder-list
12341Flatten Nested List Iterator52.9%Medium0.04440788848944038https://leetcode.com/problems/flatten-nested-list-iterator
131146Snapshot Array37.0%Medium0.0317991816929387https://leetcode.com/problems/snapshot-array
14284Peeking Iterator45.7%Medium0.03110670713225487https://leetcode.com/problems/peeking-iterator
15227Basic Calculator II36.9%Medium0.027685557859864054https://leetcode.com/problems/basic-calculator-ii
161438Longest 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
17130Surrounded Regions28.1%Medium0.02672368055211276https://leetcode.com/problems/surrounded-regions
18951Flip Equivalent Binary Trees65.8%Medium0.025269822188076344https://leetcode.com/problems/flip-equivalent-binary-trees
1940Combination Sum II48.2%Medium0.021424290044083395https://leetcode.com/problems/combination-sum-ii
20698Partition to K Equal Sum Subsets45.0%Medium0.02109782896463587https://leetcode.com/problems/partition-to-k-equal-sum-subsets
211122Relative Sort Array67.7%Easy0.019685675071030327https://leetcode.com/problems/relative-sort-array
22787Cheapest Flights Within K Stops39.3%Medium0.018824085245635554https://leetcode.com/problems/cheapest-flights-within-k-stops
23394Decode String50.0%Medium0.0182820448374491https://leetcode.com/problems/decode-string
24283Move Zeroes57.8%Easy0.01789853050377608https://leetcode.com/problems/move-zeroes
25560Subarray Sum Equals K43.9%Medium0.017009020666013328https://leetcode.com/problems/subarray-sum-equals-k
26240Search a 2D Matrix II43.2%Medium0.0169815401480941https://leetcode.com/problems/search-a-2d-matrix-ii
27658Find K Closest Elements40.9%Medium0.016611677666896175https://leetcode.com/problems/find-k-closest-elements
2851N-Queens46.6%Hard0.016393809775676407https://leetcode.com/problems/n-queens
29297Serialize and Deserialize Binary Tree47.5%Hard0.01585377577217724https://leetcode.com/problems/serialize-and-deserialize-binary-tree
30215Kth Largest Element in an Array55.4%Medium0.015519225147600912https://leetcode.com/problems/kth-largest-element-in-an-array
31977Squares of a Sorted Array72.1%Easy0.015474196582597383https://leetcode.com/problems/squares-of-a-sorted-array
32153Find Minimum in Rotated Sorted Array45.1%Medium0.014939586916186732https://leetcode.com/problems/find-minimum-in-rotated-sorted-array
33443String Compression41.3%Easy0.01390843004613198https://leetcode.com/problems/string-compression
34703Kth Largest Element in a Stream49.7%Easy0.013898764390814973https://leetcode.com/problems/kth-largest-element-in-a-stream
35138Copy List with Random Pointer36.4%Medium0.013876263355766411https://leetcode.com/problems/copy-list-with-random-pointer
36767Reorganize String48.7%Medium0.01329806830463147https://leetcode.com/problems/reorganize-string
37665Non-decreasing Array19.5%Easy0.013016779950191773https://leetcode.com/problems/non-decreasing-array
3833Search in Rotated Sorted Array34.5%Medium0.012857779194289386https://leetcode.com/problems/search-in-rotated-sorted-array
39129Sum Root to Leaf Numbers49.1%Medium0.012739025777429757https://leetcode.com/problems/sum-root-to-leaf-numbers
40213House Robber II36.5%Medium0.012654392210497564https://leetcode.com/problems/house-robber-ii
41287Find the Duplicate Number55.5%Medium0.012335682739188652https://leetcode.com/problems/find-the-duplicate-number
42445Add Two Numbers II54.5%Medium0.01233061245747872https://leetcode.com/problems/add-two-numbers-ii
43547Friend Circles58.6%Medium0.012228828639434596https://leetcode.com/problems/friend-circles
44300Longest Increasing Subsequence42.6%Medium0.011806512586989004https://leetcode.com/problems/longest-increasing-subsequence
45200Number of Islands46.8%Medium0.011509262420590827https://leetcode.com/problems/number-of-islands
46785Is Graph Bipartite?47.5%Medium0.011236073266925854https://leetcode.com/problems/is-graph-bipartite
47160Intersection of Two Linked Lists40.6%Easy0.010994491398666248https://leetcode.com/problems/intersection-of-two-linked-lists
48662Maximum Width of Binary Tree41.0%Medium0.010790501245113902https://leetcode.com/problems/maximum-width-of-binary-tree
49211Add and Search Word - Data structure design38.1%Medium0.010438508143923443https://leetcode.com/problems/add-and-search-word-data-structure-design
501Two Sum45.6%Easy0.010006414028595919https://leetcode.com/problems/two-sum
5117Letter Combinations of a Phone Number46.8%Medium0.00987716546167603https://leetcode.com/problems/letter-combinations-of-a-phone-number
523Longest Substring Without Repeating Characters30.4%Medium0.009683242444739549https://leetcode.com/problems/longest-substring-without-repeating-characters
5346Permutations63.5%Medium0.009461803137288448https://leetcode.com/problems/permutations
54206Reverse Linked List62.5%Easy0.009326794511974934https://leetcode.com/problems/reverse-linked-list
5523Merge k Sorted Lists40.2%Hard0.009092808657599025https://leetcode.com/problems/merge-k-sorted-lists
565Longest Palindromic Substring29.5%Medium0.009086325220960808https://leetcode.com/problems/longest-palindromic-substring
57173Binary Search Tree Iterator56.6%Medium0.008489015324911316https://leetcode.com/problems/binary-search-tree-iterator
58102Binary Tree Level Order Traversal54.6%Medium0.008169238497129479https://leetcode.com/problems/binary-tree-level-order-traversal
59141Linked List Cycle41.1%Easy0.007843861028908454https://leetcode.com/problems/linked-list-cycle
6056Merge Intervals39.3%Medium0.007796972706004796https://leetcode.com/problems/merge-intervals
61994Rotting Oranges49.2%Medium0.007630712341163886https://leetcode.com/problems/rotting-oranges
62176Second Highest Salary31.6%Easy0.007393749024938284https://leetcode.com/problems/second-highest-salary
6310Regular Expression Matching26.8%Hard0.0071865203293987245https://leetcode.com/problems/regular-expression-matching
6441First Missing Positive32.0%Hard0.0064113058208121855https://leetcode.com/problems/first-missing-positive
6583Remove Duplicates from Sorted List45.4%Easy0.006353261522609498https://leetcode.com/problems/remove-duplicates-from-sorted-list
66202Happy Number50.4%Easy0.006266666286010046https://leetcode.com/problems/happy-number
6776Minimum Window Substring34.6%Hard0.006231520398723243https://leetcode.com/problems/minimum-window-substring
6831Next Permutation32.6%Medium0.005989835219179644https://leetcode.com/problems/next-permutation
6939Combination Sum56.1%Medium0.005715934396440999https://leetcode.com/problems/combination-sum
70199Binary Tree Right Side View54.1%Medium0.0056826406650506926https://leetcode.com/problems/binary-tree-right-side-view
7120Valid Parentheses39.0%Easy0.005168860577665306https://leetcode.com/problems/valid-parentheses
72153Sum26.8%Medium0.004940992758742591https://leetcode.com/problems/3sum
73236Lowest Common Ancestor of a Binary Tree45.7%Medium0.004714210262726446https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree
7442Trapping Rain Water48.9%Hard0.004350670338744988https://leetcode.com/problems/trapping-rain-water
75322Coin Change35.5%Medium0.004029826126500844https://leetcode.com/problems/coin-change
76189Rotate Array34.7%Easy0.004029826126500844https://leetcode.com/problems/rotate-array
77125Valid Palindrome36.7%Easy0.0039805008274065926https://leetcode.com/problems/valid-palindrome
78238Product of Array Except Self60.1%Medium0.003930436424724545https://leetcode.com/problems/product-of-array-except-self
79139Word Break40.1%Medium0.003894465052690167https://leetcode.com/problems/word-break
80103Binary Tree Zigzag Level Order Traversal48.3%Medium0.003839922800048048https://leetcode.com/problems/binary-tree-zigzag-level-order-traversal
818String to Integer (atoi)15.4%Medium0.0037925521897059712https://leetcode.com/problems/string-to-integer-atoi
82198House Robber42.0%Easy0.0037576371128333645https://leetcode.com/problems/house-robber
83347Top K Frequent Elements61.2%Medium0.0033396446491217604https://leetcode.com/problems/top-k-frequent-elements
8414Longest Common Prefix35.4%Easy0.003320331762984143https://leetcode.com/problems/longest-common-prefix
8566Plus One43.0%Easy0.00326211347832938https://leetcode.com/problems/plus-one
8698Validate Binary Search Tree27.8%Medium0.002943776044013381https://leetcode.com/problems/validate-binary-search-tree
8721Merge Two Sorted Lists53.5%Easy0.0022551737583973706https://leetcode.com/problems/merge-two-sorted-lists
8850Pow(xn)30.3%Medium0.0014016892647828818https://leetcode.com/problems/powx-n