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

28
twitter_1year.csv Normal file
View File

@@ -0,0 +1,28 @@
256,Paint House,52.1%,Easy,0.8299890646199083, https://leetcode.com/problems/paint-house
780,Reaching Points,29.4%,Hard,0.6779561713749561, https://leetcode.com/problems/reaching-points
635,Design Log Storage System,58.6%,Medium,0.48162092276953306, https://leetcode.com/problems/design-log-storage-system
57,Insert Interval,33.5%,Hard,0.28528567416411, https://leetcode.com/problems/insert-interval
1326,Minimum Number of Taps to Open to Water a Garden,43.6%,Hard,0.2786048543006643, https://leetcode.com/problems/minimum-number-of-taps-to-open-to-water-a-garden
945,Minimum Increment to Make Array Unique,46.3%,Medium,0.27427904232444056, https://leetcode.com/problems/minimum-increment-to-make-array-unique
547,Friend Circles,58.6%,Medium,0.22246660738239243, https://leetcode.com/problems/friend-circles
532,K-diff Pairs in an Array,31.6%,Easy,0.15718558352241233, https://leetcode.com/problems/k-diff-pairs-in-an-array
647,Palindromic Substrings,60.6%,Medium,0.06329624434241725, https://leetcode.com/problems/palindromic-substrings
307,Range Sum Query - Mutable,34.6%,Medium,0.04935211978972769, https://leetcode.com/problems/range-sum-query-mutable
341,Flatten Nested List Iterator,52.9%,Medium,0.04440788848944038, https://leetcode.com/problems/flatten-nested-list-iterator
716,Max Stack,42.6%,Easy,0.042695919196489414, https://leetcode.com/problems/max-stack
161,One Edit Distance,32.3%,Medium,0.03626870773745257, https://leetcode.com/problems/one-edit-distance
528,Random Pick with Weight,43.9%,Medium,0.03306693626657339, https://leetcode.com/problems/random-pick-with-weight
496,Next Greater Element I,63.8%,Easy,0.029462032730316202, https://leetcode.com/problems/next-greater-element-i
981,Time Based Key-Value Store,53.1%,Medium,0.02226024024151985, https://leetcode.com/problems/time-based-key-value-store
540,Single Element in a Sorted Array,57.9%,Medium,0.0192128868599912, https://leetcode.com/problems/single-element-in-a-sorted-array
239,Sliding Window Maximum,43.0%,Hard,0.01768566434627554, https://leetcode.com/problems/sliding-window-maximum
706,Design HashMap,61.3%,Easy,0.01752893260576219, https://leetcode.com/problems/design-hashmap
767,Reorganize String,48.7%,Medium,0.01329806830463147, https://leetcode.com/problems/reorganize-string
269,Alien Dictionary,33.3%,Hard,0.012730916694039954, https://leetcode.com/problems/alien-dictionary
23,Merge k Sorted Lists,40.2%,Hard,0.009092808657599025, https://leetcode.com/problems/merge-k-sorted-lists
10,Regular Expression Matching,26.8%,Hard,0.0071865203293987245, https://leetcode.com/problems/regular-expression-matching
105,Construct Binary Tree from Preorder and Inorder Traversal,48.8%,Medium,0.005628268691614718, https://leetcode.com/problems/construct-binary-tree-from-preorder-and-inorder-traversal
139,Word Break,40.1%,Medium,0.003894465052690167, https://leetcode.com/problems/word-break
56,Merge Intervals,39.3%,Medium,0.0034728286335985107, https://leetcode.com/problems/merge-intervals
210,Course Schedule II,40.7%,Medium,0.0019086707135282834, https://leetcode.com/problems/course-schedule-ii
1,Two Sum,45.6%,Easy,0.0008206138651873125, https://leetcode.com/problems/two-sum
1 256 Paint House 52.1% Easy 0.8299890646199083 https://leetcode.com/problems/paint-house
2 780 Reaching Points 29.4% Hard 0.6779561713749561 https://leetcode.com/problems/reaching-points
3 635 Design Log Storage System 58.6% Medium 0.48162092276953306 https://leetcode.com/problems/design-log-storage-system
4 57 Insert Interval 33.5% Hard 0.28528567416411 https://leetcode.com/problems/insert-interval
5 1326 Minimum Number of Taps to Open to Water a Garden 43.6% Hard 0.2786048543006643 https://leetcode.com/problems/minimum-number-of-taps-to-open-to-water-a-garden
6 945 Minimum Increment to Make Array Unique 46.3% Medium 0.27427904232444056 https://leetcode.com/problems/minimum-increment-to-make-array-unique
7 547 Friend Circles 58.6% Medium 0.22246660738239243 https://leetcode.com/problems/friend-circles
8 532 K-diff Pairs in an Array 31.6% Easy 0.15718558352241233 https://leetcode.com/problems/k-diff-pairs-in-an-array
9 647 Palindromic Substrings 60.6% Medium 0.06329624434241725 https://leetcode.com/problems/palindromic-substrings
10 307 Range Sum Query - Mutable 34.6% Medium 0.04935211978972769 https://leetcode.com/problems/range-sum-query-mutable
11 341 Flatten Nested List Iterator 52.9% Medium 0.04440788848944038 https://leetcode.com/problems/flatten-nested-list-iterator
12 716 Max Stack 42.6% Easy 0.042695919196489414 https://leetcode.com/problems/max-stack
13 161 One Edit Distance 32.3% Medium 0.03626870773745257 https://leetcode.com/problems/one-edit-distance
14 528 Random Pick with Weight 43.9% Medium 0.03306693626657339 https://leetcode.com/problems/random-pick-with-weight
15 496 Next Greater Element I 63.8% Easy 0.029462032730316202 https://leetcode.com/problems/next-greater-element-i
16 981 Time Based Key-Value Store 53.1% Medium 0.02226024024151985 https://leetcode.com/problems/time-based-key-value-store
17 540 Single Element in a Sorted Array 57.9% Medium 0.0192128868599912 https://leetcode.com/problems/single-element-in-a-sorted-array
18 239 Sliding Window Maximum 43.0% Hard 0.01768566434627554 https://leetcode.com/problems/sliding-window-maximum
19 706 Design HashMap 61.3% Easy 0.01752893260576219 https://leetcode.com/problems/design-hashmap
20 767 Reorganize String 48.7% Medium 0.01329806830463147 https://leetcode.com/problems/reorganize-string
21 269 Alien Dictionary 33.3% Hard 0.012730916694039954 https://leetcode.com/problems/alien-dictionary
22 23 Merge k Sorted Lists 40.2% Hard 0.009092808657599025 https://leetcode.com/problems/merge-k-sorted-lists
23 10 Regular Expression Matching 26.8% Hard 0.0071865203293987245 https://leetcode.com/problems/regular-expression-matching
24 105 Construct Binary Tree from Preorder and Inorder Traversal 48.8% Medium 0.005628268691614718 https://leetcode.com/problems/construct-binary-tree-from-preorder-and-inorder-traversal
25 139 Word Break 40.1% Medium 0.003894465052690167 https://leetcode.com/problems/word-break
26 56 Merge Intervals 39.3% Medium 0.0034728286335985107 https://leetcode.com/problems/merge-intervals
27 210 Course Schedule II 40.7% Medium 0.0019086707135282834 https://leetcode.com/problems/course-schedule-ii
28 1 Two Sum 45.6% Easy 0.0008206138651873125 https://leetcode.com/problems/two-sum