File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -1824,15 +1824,6 @@ const questions = [
18241824 'Oracle' ,
18251825 ] ,
18261826 } ,
1827- {
1828- id : 154 ,
1829- name : 'Remove Duplicates from Sorted List' ,
1830- url : 'https://leetcode.com/problems/remove-duplicates-from-sorted-list/' ,
1831- pattern : [ 'Two Pointers' ] ,
1832- difficulty : 'Easy' ,
1833- premium : false ,
1834- companies : [ 'Amazon' , 'Apple' , 'Microsoft' ] ,
1835- } ,
18361827 {
18371828 id : 155 ,
18381829 name : 'Squares of a Sorted Array' ,
@@ -2049,7 +2040,8 @@ const questions = [
20492040 {
20502041 id : 172 ,
20512042 name : 'Sort Items by Groups Respecting Dependencies' ,
2052- url : 'https://leetcode.com/problems/sort-items-by-groups-respecting-dependencies/' ,
2043+ url :
2044+ 'https://leetcode.com/problems/sort-items-by-groups-respecting-dependencies/' ,
20532045 pattern : [ 'DFS' , 'Graph' , 'Topological Sort' ] ,
20542046 difficulty : 'Hard' ,
20552047 premium : false ,
You can’t perform that action at this time.
0 commit comments