Adds all question csvs

This commit is contained in:
krishnadey30
2020-08-11 20:28:09 +05:30
commit 0331bb542a
537 changed files with 20453 additions and 0 deletions

15
databricks_1year.csv Normal file
View File

@@ -0,0 +1,15 @@
314,Binary Tree Vertical Order Traversal,45.3%,Medium,0.6090179533486686, https://leetcode.com/problems/binary-tree-vertical-order-traversal
1242,Web Crawler Multithreaded,45.9%,Medium,0.4978384282391795, https://leetcode.com/problems/web-crawler-multithreaded
722,Remove Comments,34.6%,Medium,0.40958882529202645, https://leetcode.com/problems/remove-comments
380,Insert Delete GetRandom O(1),47.5%,Medium,0.30401720671431187, https://leetcode.com/problems/insert-delete-getrandom-o1
742,Closest Leaf in a Binary Tree,43.6%,Medium,0.23361485118150516, https://leetcode.com/problems/closest-leaf-in-a-binary-tree
41,First Missing Positive,32.0%,Hard,0.12243532607201607, https://leetcode.com/problems/first-missing-positive
239,Sliding Window Maximum,43.0%,Hard,0.09271146326206103, https://leetcode.com/problems/sliding-window-maximum
91,Decode Ways,24.7%,Medium,0.09146617076347968, https://leetcode.com/problems/decode-ways
218,The Skyline Problem,34.6%,Hard,0.0564413109049518, https://leetcode.com/problems/the-skyline-problem
426,Convert Binary Search Tree to Sorted Doubly Linked List,59.1%,Medium,0.05368014946362379, https://leetcode.com/problems/convert-binary-search-tree-to-sorted-doubly-linked-list
987,Vertical Order Traversal of a Binary Tree,36.6%,Medium,0.04561794346101633, https://leetcode.com/problems/vertical-order-traversal-of-a-binary-tree
381,Insert Delete GetRandom O(1) - Duplicates allowed,34.1%,Hard,0.041499730906752734, https://leetcode.com/problems/insert-delete-getrandom-o1-duplicates-allowed
42,Trapping Rain Water,48.9%,Hard,0.017290251352643615, https://leetcode.com/problems/trapping-rain-water
10,Regular Expression Matching,26.8%,Hard,0.0071865203293987245, https://leetcode.com/problems/regular-expression-matching
114,Flatten Binary Tree to Linked List,49.3%,Medium,0.006896579059060353, https://leetcode.com/problems/flatten-binary-tree-to-linked-list
1 314 Binary Tree Vertical Order Traversal 45.3% Medium 0.6090179533486686 https://leetcode.com/problems/binary-tree-vertical-order-traversal
2 1242 Web Crawler Multithreaded 45.9% Medium 0.4978384282391795 https://leetcode.com/problems/web-crawler-multithreaded
3 722 Remove Comments 34.6% Medium 0.40958882529202645 https://leetcode.com/problems/remove-comments
4 380 Insert Delete GetRandom O(1) 47.5% Medium 0.30401720671431187 https://leetcode.com/problems/insert-delete-getrandom-o1
5 742 Closest Leaf in a Binary Tree 43.6% Medium 0.23361485118150516 https://leetcode.com/problems/closest-leaf-in-a-binary-tree
6 41 First Missing Positive 32.0% Hard 0.12243532607201607 https://leetcode.com/problems/first-missing-positive
7 239 Sliding Window Maximum 43.0% Hard 0.09271146326206103 https://leetcode.com/problems/sliding-window-maximum
8 91 Decode Ways 24.7% Medium 0.09146617076347968 https://leetcode.com/problems/decode-ways
9 218 The Skyline Problem 34.6% Hard 0.0564413109049518 https://leetcode.com/problems/the-skyline-problem
10 426 Convert Binary Search Tree to Sorted Doubly Linked List 59.1% Medium 0.05368014946362379 https://leetcode.com/problems/convert-binary-search-tree-to-sorted-doubly-linked-list
11 987 Vertical Order Traversal of a Binary Tree 36.6% Medium 0.04561794346101633 https://leetcode.com/problems/vertical-order-traversal-of-a-binary-tree
12 381 Insert Delete GetRandom O(1) - Duplicates allowed 34.1% Hard 0.041499730906752734 https://leetcode.com/problems/insert-delete-getrandom-o1-duplicates-allowed
13 42 Trapping Rain Water 48.9% Hard 0.017290251352643615 https://leetcode.com/problems/trapping-rain-water
14 10 Regular Expression Matching 26.8% Hard 0.0071865203293987245 https://leetcode.com/problems/regular-expression-matching
15 114 Flatten Binary Tree to Linked List 49.3% Medium 0.006896579059060353 https://leetcode.com/problems/flatten-binary-tree-to-linked-list