You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ To run a specific problem in your console run `node <problem_file_path>` (e.g.
68
68
|[Reverse Integer](/LeetcodeProblems/Algorithms/Reverse_Integer.js)| Medium |https://leetcode.com/problems/reverse-integer/|
69
69
|[Minimize Maximum Pair Sum in Array ](/LeetcodeProblems/Algorithms/Minimize_Maximum_Pair_Sum_In_Array.js)| Medium |https://leetcode.com/problems/minimize-maximum-pair-sum-in-array/|
70
70
|[Top K Frequent Elements ](/LeetcodeProblems/Algorithms/Top_K_Frequent_Elements.js)| Medium |https://leetcode.com/problems/top-k-frequent-elements/|
71
-
|[Gas Station](/LeetcodeProblems/Algorithms/Gas Station/index.js) | Medium |https://leetcode.com/problems/gas-station/description/|
71
+
|[Gas Station](/LeetcodeProblems/Algorithms/GasStation/index.js)| Medium |https://leetcode.com/problems/gas-station/description/|
72
72
|[Flood Fill ](/LeetcodeProblems/Algorithms/Flood_Fill.js)| Easy |https://leetcode.com/problems/flood-fill/|
73
73
|[Implement stack using queues ](/LeetcodeProblems/Algorithms/Implement_stack_using_queues.js)| Easy |https://leetcode.com/problems/implement-stack-using-queues/|
74
74
|[Number of Segments in a String ](/LeetcodeProblems/Algorithms/Number_of_Segments_in_a_String.js)| Easy |https://leetcode.com/problems/number-of-segments-in-a-string/|
0 commit comments