-
Notifications
You must be signed in to change notification settings - Fork 0
/
questions_cache.yml
104 lines (104 loc) · 2.75 KB
/
questions_cache.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
---
:data:
:problemsetQuestionList:
:total: 2173
:questions:
- :acRate: 49.044660539993686
:difficulty: Easy
:freqBar:
:frontendQuestionId: '1'
:isFavor: false
:paidOnly: false
:status: ac
:title: Two Sum
:titleSlug: two-sum
:topicTags:
- :name: Array
:id: VG9waWNUYWdOb2RlOjU=
:slug: array
- :name: Hash Table
:id: VG9waWNUYWdOb2RlOjY=
:slug: hash-table
:hasSolution: true
:hasVideoSolution: true
- :acRate: 39.4205506988321
:difficulty: Medium
:freqBar:
:frontendQuestionId: '2'
:isFavor: false
:paidOnly: false
:status: ac
:title: Add Two Numbers
:titleSlug: add-two-numbers
:topicTags:
- :name: Linked List
:id: VG9waWNUYWdOb2RlOjc=
:slug: linked-list
- :name: Math
:id: VG9waWNUYWdOb2RlOjg=
:slug: math
- :name: Recursion
:id: VG9waWNUYWdOb2RlOjMx
:slug: recursion
:hasSolution: true
:hasVideoSolution: false
- :acRate: 33.66792933957646
:difficulty: Medium
:freqBar:
:frontendQuestionId: '3'
:isFavor: false
:paidOnly: false
:status: ac
:title: Longest Substring Without Repeating Characters
:titleSlug: longest-substring-without-repeating-characters
:topicTags:
- :name: Hash Table
:id: VG9waWNUYWdOb2RlOjY=
:slug: hash-table
- :name: String
:id: VG9waWNUYWdOb2RlOjEw
:slug: string
- :name: Sliding Window
:id: VG9waWNUYWdOb2RlOjU1ODIx
:slug: sliding-window
:hasSolution: true
:hasVideoSolution: true
- :acRate: 34.88307714236082
:difficulty: Hard
:freqBar:
:frontendQuestionId: '4'
:isFavor: false
:paidOnly: false
:status:
:title: Median of Two Sorted Arrays
:titleSlug: median-of-two-sorted-arrays
:topicTags:
- :name: Array
:id: VG9waWNUYWdOb2RlOjU=
:slug: array
- :name: Binary Search
:id: VG9waWNUYWdOb2RlOjEx
:slug: binary-search
- :name: Divide and Conquer
:id: VG9waWNUYWdOb2RlOjEy
:slug: divide-and-conquer
:hasSolution: false
:hasVideoSolution: false
- :acRate: 32.335330553702626
:difficulty: Medium
:freqBar:
:frontendQuestionId: '5'
:isFavor: false
:paidOnly: false
:status:
:title: Longest Palindromic Substring
:titleSlug: longest-palindromic-substring
:topicTags:
- :name: String
:id: VG9waWNUYWdOb2RlOjEw
:slug: string
- :name: Dynamic Programming
:id: VG9waWNUYWdOb2RlOjEz
:slug: dynamic-programming
:hasSolution: true
:hasVideoSolution: false