Skip to content

Commit 8de4f1c

Browse files
committed
Name extra space removed
1 parent c2ac65e commit 8de4f1c

File tree

2 files changed

+122
-122
lines changed

2 files changed

+122
-122
lines changed

README.md

+122-122
Original file line numberDiff line numberDiff line change
@@ -221,128 +221,128 @@
221221
218. [Number of Boomerangs](source-code/Number_of_Boomerangs.cpp)
222222
219. [Is Subsequence](source-code/Is_Subsequence.cpp)
223223
220. [Pacific Atlantic Water Flow](source-code/Pacific_Atlantic_Water_Flow.cpp)
224-
221. [Maximum Width of Binary Tree](source-code/Maximum_Width_of_Binary _Tree.cpp)
225-
222. [Spiral Matrix](source-code/Spiral_Matrix.cpp)
226-
223. [Sudoku Solver](source-code/Sudoku_Solver.cpp)
227-
224. [Paint House II](source-code/Paint_House_II.cpp)
228-
225. [Friend Circles](source-code/Friend_Circles.cpp)
229-
226. [Binary Tree Maximum Path Sum](source-code/Binary_Tree_Maximum_Path_Sum.cpp)
230-
227. [Best Time to Buy and Sell Stock III](source-code/Best_Time_to_Buy_and_Sell_Stock_III.cpp)
231-
228. [Valid Parentheses](source-code/Valid_Parentheses.cpp)
232-
229. [Combine Two Tables](source-code/Combine_Two_Tables.sql)
233-
230. [Longest Palindromic Substring](source-code/Longest_Palindromic_Substring.cpp)
234-
231. [Binary Search Tree Iterator](source-code/Binary_Search_Tree_Iterator.cpp)
235-
232. [Minimum Number of Arrows to Burst Balloons](source-code/Minimum_Number_of_Arrows_to_Burst_Balloons.cpp)
236-
233. [Hamming Distance](source-code/Hamming_Distance.cpp)
237-
234. [Range Sum Query 2D Immutable](source-code/Range_Sum_Query_2D_Immutable.cpp)
238-
235. [Binary Tree Inorder Traversal](source-code/Binary_Tree_Inorder_Traversal.cpp)
239-
236. [Power of Four](source-code/Power_of_Four.cpp)
240-
237. [Factor Combinations](source-code/Factor_Combinations.cpp)
241-
238. [Valid Word Abbreviation](source-code/Valid_Word_Abbreviation.cpp)
242-
239. [Walls and Gates](source-code/Walls_and_Gates.cpp)
243-
240. [Zuma Game](source-code/Zuma_Game.cpp)
244-
241. [All O one Data Structure](source-code/All_O_one_Data_Structure.cpp)
245-
242. [Meeting Rooms II](source-code/Meeting_Rooms_II.cpp)
246-
243. [Insert Delete GetRandom O(1)](source-code/Insert_Delete_GetRandom_O(1).cpp)
247-
244. [N-Queens II](source-code/N-Queens_II.cpp)
248-
245. [Construct Binary Tree from String](source-code/Construct_Binary_Tree_from_String.cpp)
249-
246. [String to Integer (atoi)](source-code/String_to_Integer_(atoi).cpp)
250-
247. [Flatten 2D Vector](source-code/Flatten_2D_Vector.cpp)
251-
248. [Maximum Gap](source-code/Maximum_Gap.cpp)
252-
249. [Diagonal Traverse](source-code/Diagonal_Traverse.cpp)
253-
250. [Rotate Array](source-code/Rotate_Array.cpp)
254-
251. [Longest Increasing Path in a Matrix](source-code/Longest_Increasing_Path_in_a_Matrix.cpp)
255-
252. [Can Place Flowers](source-code/Can_Place_Flowers.cpp)
256-
253. [Letter Combinations of a Phone Number](source-code/Letter_Combinations_of_a_Phone_Number.cpp)
257-
254. [3 Sum Closest](source-code/3_Sum_Closest.cpp)
258-
255. [Course Schedule II](source-code/Course_Schedule_II.cpp)
259-
256. [Factorial Trailing Zeroes](source-code/Factorial_Trailing_Zeroes.cpp)
260-
257. [Anagrams](source-code/Anagrams.cpp)
261-
258. [Evaluate Reverse Polish Notation](source-code/Evaluate_Reverse_Polish_Notation.cpp)
262-
259. [Count and Say](source-code/Count_and_Say.cpp)
263-
260. [01 Matrix](source-code/01_Matrix.cpp)
264-
261. [Palindrome Partitioning](source-code/Palindrome_Partitioning.cpp)
265-
262. [Decode Ways](source-code/Decode_Ways.cpp)
266-
263. [Reverse String II](source-code/Reverse_String_II.cpp)
267-
264. [Detect Capital](source-code/Detect_Capital.cpp)
268-
265. [Second Highest Salary](source-code/Second_Highest_Salary.sql)
269-
266. [Validate IP Address](source-code/Validate_IP_Address.cpp)
270-
267. [Word Pattern](source-code/Word_Pattern.cpp)
271-
268. [Task Scheduler](source-code/Task_Scheduler.cpp)
272-
269. [Repeated Substring Pattern](source-code/Repeated_Substring_Pattern.cpp)
273-
270. [Binary Watch](source-code/Binary_Watch.cpp)
274-
271. [Flip Game](source-code/Flip_Game.cpp)
275-
272. [Verify Preorder Sequence in Binary Search Tree](source-code/Verify_Preorder_Sequence_in_Binary_Search_Tree.cpp)
276-
273. [Substring with Concatenation of All Words](source-code/Substring_with_Concatenation_of_All_Words.cpp)
277-
274. [Valid Perfect Square](source-code/Valid_Perfect_Square.cpp)
278-
275. [Integer Break](source-code/Integer_Break.cpp)
279-
276. [Array Partition I](source-code/Array_Partition_I.cpp)
280-
277. [Reverse String](source-code/Reverse_String.cpp)
281-
278. [Number Complement](source-code/Number_Complement.cpp)
282-
279. [Add Two Numbers II](source-code/Add_Two_Numbers_II.cpp)
283-
280. [Longest Substring with At Least K Repeating Characters](source-code/Longest_Substring_with_At_Least_K_Repeating_Characters.cpp)
284-
281. [House Robber II](source-code/House_Robber_II.cpp)
285-
282. [Frog Jump](source-code/Frog_Jump.cpp)
286-
283. [Remove Element](source-code/Remove_Element.cpp)
287-
284. [Add and Search Word Data structure design](source-code/Add_and_Search_Word_Data_structure_design.cpp)
288-
285. [Guess Number Higher or Lower](source-code/Guess_Number_Higher_or_Lower.cpp)
289-
286. [Remove Duplicates from Sorted List](source-code/Remove_Duplicates_from_Sorted_List.cpp)
290-
287. [Super Pow](source-code/Super_Pow.cpp)
291-
288. [Next Greater Element II](source-code/Next_Greater_Element_II.cpp)
292-
289. [Partition List](source-code/Partition_List.cpp)
293-
290. [Linked List Cycle](source-code/Linked_List_Cycle.cpp)
294-
291. [Valid Square](source-code/Valid_Square.cpp)
295-
292. [Ugly Number II](source-code/Ugly_Number_II.cpp)
296-
293. [Reverse Nodes in k-Group](source-code/Reverse_Nodes_in_k-Group.cpp)
297-
294. [Reverse Vowels of a String](source-code/Reverse_Vowels_of_a_String.cpp)
298-
295. [target sum](source-code/target_sum.cpp)
299-
296. [Kth Smallest Element in a BST](source-code/Kth_Smallest_Element_in_a_BST.cpp)
300-
297. [Surrounded Regions](source-code/Surrounded_Regions.cpp)
301-
298. [Merge Intervals](source-code/Merge_Intervals.cpp)
302-
299. [Excel Sheet Column Number](source-code/Excel_Sheet_Column_Number.cpp)
303-
300. [Sliding Window Maximum](source-code/Sliding_Window_Maximum.cpp)
304-
301. [Gray Code](source-code/Gray_Code.cpp)
305-
302. [Base 7](source-code/Base_7.cpp)
306-
303. [Strobogrammatic Number](source-code/Strobogrammatic_Number.cpp)
307-
304. [Super Ugly Number](source-code/Super_Ugly_Number.cpp)
308-
305. [First Unique Character in a String](source-code/First_Unique_Character_in_a_String.cpp)
309-
306. [Set Mismatch](source-code/Set_Mismatch.cpp)
310-
307. [Alien Dictionary](source-code/Alien_Dictionary.cpp)
311-
308. [Consecutive Numbers](source-code/Consecutive_Numbers.sql)
312-
309. [Read N Characters Given Read4 II-Call multiple times](source-code/Read_N_Characters_Given_Read4_II-Call_multiple_times.cpp)
313-
310. [Longest Absolute File Path](source-code/Longest_Absolute_File_Path.cpp)
314-
311. [Peeking Iterator](source-code/Peeking_Iterator.cpp)
315-
312. [Closest Binary Search Tree Value](source-code/Closest_Binary_Search_Tree_Value.cpp)
316-
313. [Elimination Game](source-code/Elimination_Game.cpp)
317-
314. [Teemo Attacking](source-code/Teemo_Attacking.cpp)
318-
315. [Concatenated Words](source-code/Concatenated_Words.cpp)
319-
316. [bulb switcher](source-code/bulb_switcher.cpp)
320-
317. [Longest Palindromic Subsequence](source-code/Longest_Palindromic_Subsequence.cpp)
321-
318. [Graph Valid Tree](source-code/Graph_Valid_Tree.cpp)
322-
319. [4 Sum](source-code/4_Sum.cpp)
323-
320. [Basic Calculator II](source-code/Basic_Calculator_II.cpp)
324-
321. [Reverse Words in a String II](source-code/Reverse_Words_in_a_String_II.cpp)
325-
322. [Binary Tree Preorder Traversal](source-code/Binary_Tree_Preorder_Traversal.cpp)
326-
323. [Additive Number](source-code/Additive_Number.cpp)
327-
324. [Maximal Square](source-code/Maximal_Square.cpp)
328-
325. [Arranging Coins](source-code/Arranging_Coins.cpp)
329-
326. [Maximum Distance in Arrays](source-code/Maximum_Distance_in_Arrays.cpp)
330-
327. [Roman to Integer](source-code/Roman_to_Integer.cpp)
331-
328. [Text Justification](source-code/Text_Justification.cpp)
332-
329. [Generalized Abbreviation](source-code/Generalized_Abbreviation.cpp)
333-
330. [Longest Increasing Subsequence](source-code/Longest_Increasing_Subsequence.cpp)
334-
331. [Convert Sorted Array to Binary Search Tree](source-code/Convert_Sorted_Array_to_Binary_Search_Tree.cpp)
335-
332. [Equal Tree Partition](source-code/Equal_Tree_Partition.cpp)
336-
333. [UTF-8 Validation](source-code/UTF-8_Validation.cpp)
337-
334. [Group Shifted Strings](source-code/Group_Shifted_Strings.cpp)
338-
335. [Contains Duplicate](source-code/Contains_Duplicate.cpp)
339-
336. [Set Matrix Zeroes](source-code/Set_Matrix_Zeroes.cpp)
340-
337. [Unique Word Abbreviation](source-code/Unique_Word_Abbreviation.cpp)
341-
338. [Plus One](source-code/Plus_One.cpp)
342-
339. [Reconstruct Original Digits from English](source-code/Reconstruct_Original_Digits_from_English.cpp)
343-
340. [Lexicographical Numbers](source-code/Lexicographical_Numbers.cpp)
344-
341. [Number of Islands](source-code/Number_of_Islands.cpp)
345-
342. [3 Sum Smaller](source-code/3_Sum_Smaller.cpp)
224+
221. [Spiral Matrix](source-code/Spiral_Matrix.cpp)
225+
222. [Sudoku Solver](source-code/Sudoku_Solver.cpp)
226+
223. [Paint House II](source-code/Paint_House_II.cpp)
227+
224. [Friend Circles](source-code/Friend_Circles.cpp)
228+
225. [Binary Tree Maximum Path Sum](source-code/Binary_Tree_Maximum_Path_Sum.cpp)
229+
226. [Best Time to Buy and Sell Stock III](source-code/Best_Time_to_Buy_and_Sell_Stock_III.cpp)
230+
227. [Valid Parentheses](source-code/Valid_Parentheses.cpp)
231+
228. [Combine Two Tables](source-code/Combine_Two_Tables.sql)
232+
229. [Longest Palindromic Substring](source-code/Longest_Palindromic_Substring.cpp)
233+
230. [Binary Search Tree Iterator](source-code/Binary_Search_Tree_Iterator.cpp)
234+
231. [Minimum Number of Arrows to Burst Balloons](source-code/Minimum_Number_of_Arrows_to_Burst_Balloons.cpp)
235+
232. [Hamming Distance](source-code/Hamming_Distance.cpp)
236+
233. [Range Sum Query 2D Immutable](source-code/Range_Sum_Query_2D_Immutable.cpp)
237+
234. [Binary Tree Inorder Traversal](source-code/Binary_Tree_Inorder_Traversal.cpp)
238+
235. [Power of Four](source-code/Power_of_Four.cpp)
239+
236. [Factor Combinations](source-code/Factor_Combinations.cpp)
240+
237. [Valid Word Abbreviation](source-code/Valid_Word_Abbreviation.cpp)
241+
238. [Walls and Gates](source-code/Walls_and_Gates.cpp)
242+
239. [Zuma Game](source-code/Zuma_Game.cpp)
243+
240. [All O one Data Structure](source-code/All_O_one_Data_Structure.cpp)
244+
241. [Meeting Rooms II](source-code/Meeting_Rooms_II.cpp)
245+
242. [Insert Delete GetRandom O(1)](source-code/Insert_Delete_GetRandom_O(1).cpp)
246+
243. [N-Queens II](source-code/N-Queens_II.cpp)
247+
244. [Construct Binary Tree from String](source-code/Construct_Binary_Tree_from_String.cpp)
248+
245. [String to Integer (atoi)](source-code/String_to_Integer_(atoi).cpp)
249+
246. [Flatten 2D Vector](source-code/Flatten_2D_Vector.cpp)
250+
247. [Maximum Gap](source-code/Maximum_Gap.cpp)
251+
248. [Diagonal Traverse](source-code/Diagonal_Traverse.cpp)
252+
249. [Rotate Array](source-code/Rotate_Array.cpp)
253+
250. [Longest Increasing Path in a Matrix](source-code/Longest_Increasing_Path_in_a_Matrix.cpp)
254+
251. [Can Place Flowers](source-code/Can_Place_Flowers.cpp)
255+
252. [Letter Combinations of a Phone Number](source-code/Letter_Combinations_of_a_Phone_Number.cpp)
256+
253. [3 Sum Closest](source-code/3_Sum_Closest.cpp)
257+
254. [Course Schedule II](source-code/Course_Schedule_II.cpp)
258+
255. [Factorial Trailing Zeroes](source-code/Factorial_Trailing_Zeroes.cpp)
259+
256. [Anagrams](source-code/Anagrams.cpp)
260+
257. [Evaluate Reverse Polish Notation](source-code/Evaluate_Reverse_Polish_Notation.cpp)
261+
258. [Count and Say](source-code/Count_and_Say.cpp)
262+
259. [01 Matrix](source-code/01_Matrix.cpp)
263+
260. [Palindrome Partitioning](source-code/Palindrome_Partitioning.cpp)
264+
261. [Decode Ways](source-code/Decode_Ways.cpp)
265+
262. [Reverse String II](source-code/Reverse_String_II.cpp)
266+
263. [Detect Capital](source-code/Detect_Capital.cpp)
267+
264. [Second Highest Salary](source-code/Second_Highest_Salary.sql)
268+
265. [Validate IP Address](source-code/Validate_IP_Address.cpp)
269+
266. [Word Pattern](source-code/Word_Pattern.cpp)
270+
267. [Task Scheduler](source-code/Task_Scheduler.cpp)
271+
268. [Repeated Substring Pattern](source-code/Repeated_Substring_Pattern.cpp)
272+
269. [Binary Watch](source-code/Binary_Watch.cpp)
273+
270. [Flip Game](source-code/Flip_Game.cpp)
274+
271. [Verify Preorder Sequence in Binary Search Tree](source-code/Verify_Preorder_Sequence_in_Binary_Search_Tree.cpp)
275+
272. [Substring with Concatenation of All Words](source-code/Substring_with_Concatenation_of_All_Words.cpp)
276+
273. [Valid Perfect Square](source-code/Valid_Perfect_Square.cpp)
277+
274. [Integer Break](source-code/Integer_Break.cpp)
278+
275. [Array Partition I](source-code/Array_Partition_I.cpp)
279+
276. [Reverse String](source-code/Reverse_String.cpp)
280+
277. [Number Complement](source-code/Number_Complement.cpp)
281+
278. [Add Two Numbers II](source-code/Add_Two_Numbers_II.cpp)
282+
279. [Longest Substring with At Least K Repeating Characters](source-code/Longest_Substring_with_At_Least_K_Repeating_Characters.cpp)
283+
280. [House Robber II](source-code/House_Robber_II.cpp)
284+
281. [Frog Jump](source-code/Frog_Jump.cpp)
285+
282. [Remove Element](source-code/Remove_Element.cpp)
286+
283. [Add and Search Word Data structure design](source-code/Add_and_Search_Word_Data_structure_design.cpp)
287+
284. [Guess Number Higher or Lower](source-code/Guess_Number_Higher_or_Lower.cpp)
288+
285. [Remove Duplicates from Sorted List](source-code/Remove_Duplicates_from_Sorted_List.cpp)
289+
286. [Super Pow](source-code/Super_Pow.cpp)
290+
287. [Next Greater Element II](source-code/Next_Greater_Element_II.cpp)
291+
288. [Partition List](source-code/Partition_List.cpp)
292+
289. [Linked List Cycle](source-code/Linked_List_Cycle.cpp)
293+
290. [Valid Square](source-code/Valid_Square.cpp)
294+
291. [Ugly Number II](source-code/Ugly_Number_II.cpp)
295+
292. [Reverse Nodes in k-Group](source-code/Reverse_Nodes_in_k-Group.cpp)
296+
293. [Reverse Vowels of a String](source-code/Reverse_Vowels_of_a_String.cpp)
297+
294. [target sum](source-code/target_sum.cpp)
298+
295. [Kth Smallest Element in a BST](source-code/Kth_Smallest_Element_in_a_BST.cpp)
299+
296. [Surrounded Regions](source-code/Surrounded_Regions.cpp)
300+
297. [Merge Intervals](source-code/Merge_Intervals.cpp)
301+
298. [Excel Sheet Column Number](source-code/Excel_Sheet_Column_Number.cpp)
302+
299. [Sliding Window Maximum](source-code/Sliding_Window_Maximum.cpp)
303+
300. [Gray Code](source-code/Gray_Code.cpp)
304+
301. [Base 7](source-code/Base_7.cpp)
305+
302. [Strobogrammatic Number](source-code/Strobogrammatic_Number.cpp)
306+
303. [Super Ugly Number](source-code/Super_Ugly_Number.cpp)
307+
304. [First Unique Character in a String](source-code/First_Unique_Character_in_a_String.cpp)
308+
305. [Set Mismatch](source-code/Set_Mismatch.cpp)
309+
306. [Alien Dictionary](source-code/Alien_Dictionary.cpp)
310+
307. [Consecutive Numbers](source-code/Consecutive_Numbers.sql)
311+
308. [Read N Characters Given Read4 II-Call multiple times](source-code/Read_N_Characters_Given_Read4_II-Call_multiple_times.cpp)
312+
309. [Longest Absolute File Path](source-code/Longest_Absolute_File_Path.cpp)
313+
310. [Peeking Iterator](source-code/Peeking_Iterator.cpp)
314+
311. [Closest Binary Search Tree Value](source-code/Closest_Binary_Search_Tree_Value.cpp)
315+
312. [Elimination Game](source-code/Elimination_Game.cpp)
316+
313. [Teemo Attacking](source-code/Teemo_Attacking.cpp)
317+
314. [Concatenated Words](source-code/Concatenated_Words.cpp)
318+
315. [bulb switcher](source-code/bulb_switcher.cpp)
319+
316. [Longest Palindromic Subsequence](source-code/Longest_Palindromic_Subsequence.cpp)
320+
317. [Graph Valid Tree](source-code/Graph_Valid_Tree.cpp)
321+
318. [4 Sum](source-code/4_Sum.cpp)
322+
319. [Basic Calculator II](source-code/Basic_Calculator_II.cpp)
323+
320. [Reverse Words in a String II](source-code/Reverse_Words_in_a_String_II.cpp)
324+
321. [Binary Tree Preorder Traversal](source-code/Binary_Tree_Preorder_Traversal.cpp)
325+
322. [Additive Number](source-code/Additive_Number.cpp)
326+
323. [Maximal Square](source-code/Maximal_Square.cpp)
327+
324. [Arranging Coins](source-code/Arranging_Coins.cpp)
328+
325. [Maximum Distance in Arrays](source-code/Maximum_Distance_in_Arrays.cpp)
329+
326. [Roman to Integer](source-code/Roman_to_Integer.cpp)
330+
327. [Text Justification](source-code/Text_Justification.cpp)
331+
328. [Generalized Abbreviation](source-code/Generalized_Abbreviation.cpp)
332+
329. [Longest Increasing Subsequence](source-code/Longest_Increasing_Subsequence.cpp)
333+
330. [Convert Sorted Array to Binary Search Tree](source-code/Convert_Sorted_Array_to_Binary_Search_Tree.cpp)
334+
331. [Equal Tree Partition](source-code/Equal_Tree_Partition.cpp)
335+
332. [UTF-8 Validation](source-code/UTF-8_Validation.cpp)
336+
333. [Group Shifted Strings](source-code/Group_Shifted_Strings.cpp)
337+
334. [Contains Duplicate](source-code/Contains_Duplicate.cpp)
338+
335. [Set Matrix Zeroes](source-code/Set_Matrix_Zeroes.cpp)
339+
336. [Unique Word Abbreviation](source-code/Unique_Word_Abbreviation.cpp)
340+
337. [Plus One](source-code/Plus_One.cpp)
341+
338. [Reconstruct Original Digits from English](source-code/Reconstruct_Original_Digits_from_English.cpp)
342+
339. [Lexicographical Numbers](source-code/Lexicographical_Numbers.cpp)
343+
340. [Number of Islands](source-code/Number_of_Islands.cpp)
344+
341. [3 Sum Smaller](source-code/3_Sum_Smaller.cpp)
345+
342. [Maximum Width of Binary Tree](source-code/Maximum_Width_of_Binary_Tree.cpp)
346346
343. [Find Bottom Left Tree Value](source-code/Find_Bottom_Left_Tree_Value.cpp)
347347
344. [Lonely Pixel I](source-code/Lonely_Pixel_I.cpp)
348348
345. [Missing Ranges](source-code/Missing_Ranges.cpp)

0 commit comments

Comments
 (0)