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

11 KiB

1146LRU Cache33.2%Medium0.40992460509770895https://leetcode.com/problems/lru-cache
2697Degree of an Array53.8%Easy0.3745732054339119https://leetcode.com/problems/degree-of-an-array
3460LFU Cache34.2%Hard0.3604069261652464https://leetcode.com/problems/lfu-cache
420Valid Parentheses39.0%Easy0.347758344150091https://leetcode.com/problems/valid-parentheses
537Sudoku Solver43.6%Hard0.33098179084516033https://leetcode.com/problems/sudoku-solver
649Group Anagrams56.9%Medium0.2956303911813633https://leetcode.com/problems/group-anagrams
74Median of Two Sorted Arrays29.6%Hard0.2749994072467641https://leetcode.com/problems/median-of-two-sorted-arrays
833Search in Rotated Sorted Array34.5%Medium0.2561733762253273https://leetcode.com/problems/search-in-rotated-sorted-array
91Two Sum45.6%Easy0.24761788734731766https://leetcode.com/problems/two-sum
1097Interleaving String31.5%Hard0.22582867117596545https://leetcode.com/problems/interleaving-string
1193Restore IP Addresses35.6%Medium0.21874266403522635https://leetcode.com/problems/restore-ip-addresses
121048Longest String Chain54.7%Medium0.21470136904554477https://leetcode.com/problems/longest-string-chain
1356Merge Intervals39.3%Medium0.20101852155261443https://leetcode.com/problems/merge-intervals
1475Sort Colors47.3%Medium0.1656671218888174https://leetcode.com/problems/sort-colors
1585Maximal Rectangle37.7%Hard0.15223129344145475https://leetcode.com/problems/maximal-rectangle
16221Maximal Square37.7%Medium0.1475288463816385https://leetcode.com/problems/maximal-square
1776Minimum Window Substring34.6%Hard0.14520312778609068https://leetcode.com/problems/minimum-window-substring
1823Merge k Sorted Lists40.2%Hard0.13640708740119573https://leetcode.com/problems/merge-k-sorted-lists
19322Coin Change35.5%Medium0.13572462473832947https://leetcode.com/problems/coin-change
201328Break a Palindrome43.3%Medium0.12838116664820678https://leetcode.com/problems/break-a-palindrome
21295Find Median from Data Stream44.3%Hard0.10502147513923703https://leetcode.com/problems/find-median-from-data-stream
22706Design HashMap61.3%Easy0.10482987091202353https://leetcode.com/problems/design-hashmap
232Add Two Numbers33.9%Medium0.10270361758692534https://leetcode.com/problems/add-two-numbers
24300Longest Increasing Subsequence42.6%Medium0.10155280044326445https://leetcode.com/problems/longest-increasing-subsequence
25609Find Duplicate File in System59.5%Medium0.09898183354885093https://leetcode.com/problems/find-duplicate-file-in-system
26733Flood Fill55.3%Easy0.09669362480247104https://leetcode.com/problems/flood-fill
27243Shortest Word Distance61.0%Easy0.08952296190665864https://leetcode.com/problems/shortest-word-distance
28981Time Based Key-Value Store53.1%Medium0.08621383525234454https://leetcode.com/problems/time-based-key-value-store
2947Permutations II46.4%Medium0.08386751759778556https://leetcode.com/problems/permutations-ii
30206Reverse Linked List62.5%Easy0.08096580890872224https://leetcode.com/problems/reverse-linked-list
3188Merge Sorted Array39.4%Easy0.0726641464118391https://leetcode.com/problems/merge-sorted-array
3217Letter Combinations of a Phone Number46.8%Medium0.06820582606617018https://leetcode.com/problems/letter-combinations-of-a-phone-number
335Longest Palindromic Substring29.5%Medium0.0667502613531191https://leetcode.com/problems/longest-palindromic-substring
34277Find the Celebrity41.8%Medium0.06562120535847293https://leetcode.com/problems/find-the-celebrity
35116Populating Next Right Pointers in Each Node45.2%Medium0.06417026482702023https://leetcode.com/problems/populating-next-right-pointers-in-each-node
363Longest Substring Without Repeating Characters30.4%Medium0.06370380162663494https://leetcode.com/problems/longest-substring-without-repeating-characters
3725Reverse Nodes in k-Group42.1%Hard0.062178154907672076https://leetcode.com/problems/reverse-nodes-in-k-group
38297Serialize and Deserialize Binary Tree47.5%Hard0.061960627359177074https://leetcode.com/problems/serialize-and-deserialize-binary-tree
398String to Integer (atoi)15.4%Medium0.0590196151944673https://leetcode.com/problems/string-to-integer-atoi
4041First Missing Positive32.0%Hard0.056273635982108605https://leetcode.com/problems/first-missing-positive
41426Convert Binary Search Tree to Sorted Doubly Linked List59.1%Medium0.05368014946362379https://leetcode.com/problems/convert-binary-search-tree-to-sorted-doubly-linked-list
42829Consecutive Numbers Sum37.5%Hard0.05341723749698583https://leetcode.com/problems/consecutive-numbers-sum
43186Reverse Words in a String II43.3%Medium0.05064373281875492https://leetcode.com/problems/reverse-words-in-a-string-ii
4446Permutations63.5%Medium0.05046375425919308https://leetcode.com/problems/permutations
4539Combination Sum56.1%Medium0.05030398316850793https://leetcode.com/problems/combination-sum
46269Alien Dictionary33.3%Hard0.04997917057465883https://leetcode.com/problems/alien-dictionary
47133Clone Graph34.8%Medium0.049801168649527466https://leetcode.com/problems/clone-graph
48238Product of Array Except Self60.1%Medium0.04711503937510501https://leetcode.com/problems/product-of-array-except-self
49698Partition to K Equal Sum Subsets45.0%Medium0.04685917114094188https://leetcode.com/problems/partition-to-k-equal-sum-subsets
50556Next Greater Element III31.7%Medium0.04679216150675895https://leetcode.com/problems/next-greater-element-iii
51215Kth Largest Element in an Array55.4%Medium0.04678657567912081https://leetcode.com/problems/kth-largest-element-in-an-array
5298Validate Binary Search Tree27.8%Medium0.046091107200267https://leetcode.com/problems/validate-binary-search-tree
53200Number of Islands46.8%Medium0.04526299408355752https://leetcode.com/problems/number-of-islands
54341Flatten Nested List Iterator52.9%Medium0.04440788848944038https://leetcode.com/problems/flatten-nested-list-iterator
55525Contiguous Array42.8%Medium0.04390949261556855https://leetcode.com/problems/contiguous-array
56121Best Time to Buy and Sell Stock50.5%Easy0.04215422741819192https://leetcode.com/problems/best-time-to-buy-and-sell-stock
57141Linked List Cycle41.1%Easy0.0419797805851107https://leetcode.com/problems/linked-list-cycle
5872Edit Distance44.8%Hard0.039482058697133414https://leetcode.com/problems/edit-distance
59380Insert Delete GetRandom O(1)47.5%Medium0.038717635350707984https://leetcode.com/problems/insert-delete-getrandom-o1
60905Sort Array By Parity74.1%Easy0.03787434929243582https://leetcode.com/problems/sort-array-by-parity
6121Merge Two Sorted Lists53.5%Easy0.03548634253021285https://leetcode.com/problems/merge-two-sorted-lists
62124Binary Tree Maximum Path Sum34.3%Hard0.034081815554754834https://leetcode.com/problems/binary-tree-maximum-path-sum
63150Evaluate Reverse Polish Notation36.3%Medium0.031526253646773944https://leetcode.com/problems/evaluate-reverse-polish-notation
64239Sliding Window Maximum43.0%Hard0.031228142547585713https://leetcode.com/problems/sliding-window-maximum
6555Jump Game34.6%Medium0.030985252381807864https://leetcode.com/problems/jump-game
6626Remove Duplicates from Sorted Array45.1%Easy0.030773138378062014https://leetcode.com/problems/remove-duplicates-from-sorted-array
67268Missing Number51.7%Easy0.03011913009547617https://leetcode.com/problems/missing-number
6862Unique Paths54.1%Medium0.02853749186115581https://leetcode.com/problems/unique-paths
6911Container With Most Water50.8%Medium0.02727648457622222https://leetcode.com/problems/container-with-most-water
70153Sum26.8%Medium0.02661031301111795https://leetcode.com/problems/3sum
71162Find Peak Element43.3%Medium0.02516251642407408https://leetcode.com/problems/find-peak-element
72139Word Break40.1%Medium0.024095228922591846https://leetcode.com/problems/word-break
73127Word Ladder29.6%Medium0.023704813655166343https://leetcode.com/problems/word-ladder
74647Palindromic Substrings60.6%Medium0.023250853650202817https://leetcode.com/problems/palindromic-substrings
751209Remove All Adjacent Duplicates in String II56.9%Medium0.02324334737232728https://leetcode.com/problems/remove-all-adjacent-duplicates-in-string-ii
76102Binary Tree Level Order Traversal54.6%Medium0.02252956425342345https://leetcode.com/problems/binary-tree-level-order-traversal
77113Path Sum II46.7%Medium0.021882711249507664https://leetcode.com/problems/path-sum-ii
7863Unique Paths II34.6%Medium0.01949801804099658https://leetcode.com/problems/unique-paths-ii
79402Remove K Digits28.4%Medium0.016863806052004816https://leetcode.com/problems/remove-k-digits
80977Squares of a Sorted Array72.1%Easy0.015474196582597383https://leetcode.com/problems/squares-of-a-sorted-array
8180Remove Duplicates from Sorted Array II44.0%Medium0.014815085785140639https://leetcode.com/problems/remove-duplicates-from-sorted-array-ii
82109Convert Sorted List to Binary Search Tree47.7%Medium0.014440684154794336https://leetcode.com/problems/convert-sorted-list-to-binary-search-tree
83230Kth Smallest Element in a BST60.2%Medium0.014200301729123736https://leetcode.com/problems/kth-smallest-element-in-a-bst
84304Range Sum Query 2D - Immutable38.6%Medium0.013913267916985026https://leetcode.com/problems/range-sum-query-2d-immutable
85101Symmetric Tree46.8%Easy0.013553786479814183https://leetcode.com/problems/symmetric-tree
86226Invert Binary Tree65.0%Easy0.01235091863400913https://leetcode.com/problems/invert-binary-tree
87287Find the Duplicate Number55.5%Medium0.012335682739188652https://leetcode.com/problems/find-the-duplicate-number
88234Palindrome Linked List39.3%Easy0.010171877938733932https://leetcode.com/problems/palindrome-linked-list
8928Implement strStr()34.5%Easy0.008850485542574548https://leetcode.com/problems/implement-strstr
9050Pow(xn)30.3%Medium0.008728496167158806https://leetcode.com/problems/powx-n
91416Partition Equal Subset Sum43.7%Medium0.008686265255960345https://leetcode.com/problems/partition-equal-subset-sum
92394Decode String50.0%Medium0.008166644000272283https://leetcode.com/problems/decode-string
93163Sum Closest46.0%Medium0.0075259057003469075https://leetcode.com/problems/3sum-closest
94692Top K Frequent Words51.8%Medium0.007516006820935329https://leetcode.com/problems/top-k-frequent-words
9536Valid Sudoku48.7%Medium0.007258242715805398https://leetcode.com/problems/valid-sudoku
9619Remove Nth Node From End of List35.2%Medium0.0069087555063702365https://leetcode.com/problems/remove-nth-node-from-end-of-list
97151Reverse Words in a String21.9%Medium0.0061359296669270605https://leetcode.com/problems/reverse-words-in-a-string
98199Binary Tree Right Side View54.1%Medium0.0056826406650506926https://leetcode.com/problems/binary-tree-right-side-view
99621Task Scheduler50.1%Medium0.005261323957171611https://leetcode.com/problems/task-scheduler
100153Find Minimum in Rotated Sorted Array45.1%Medium0.0037558729598054378https://leetcode.com/problems/find-minimum-in-rotated-sorted-array
101347Top K Frequent Elements61.2%Medium0.0033396446491217604https://leetcode.com/problems/top-k-frequent-elements
10279Word Search35.6%Medium0.0016647248725526849https://leetcode.com/problems/word-search