LeetCode-Go
✅ Go 언어로 푸는 LeetCode 솔루션, 100% 테스트 커버리지, 상위 100% 실행 속도 | LeetCode 题解
파일 탐색기
최종 버전 다운로드 (.zip)파일 수가 많아 일부만 표시됩니다. 전체 파일은 위 다운로드 버튼으로 확인해 주세요.
- deploy.yml
- test.yml
- FUNDING.yml
- launch.json
- settings.json
- Array
- Backtracking
- Binary_Indexed_Tree
- Binary_Search
- Bit_Manipulation
- Breadth_First_Search
- Depth_First_Search
- Dynamic_Programming
- Hash_Table
- Linked_List
- Math
- meta
- PDFPreface
- Segment_Tree
- Sliding_Window
- Sorting
- Stack
- String
- Tree
- Two_Pointers
- Union_Find
- go.mod
- go.sum
- lcproblems.go
- mdrow.go
- tagproblem.go
- user.go
- Array.md
- Backtracking.md
- Binary_Indexed_Tree.md
- Binary_Search.md
- Bit_Manipulation.md
- Breadth_First_Search.md
- collapseSection.md
- Depth_First_Search.md
- Dynamic_Programming.md
- Hash_Table.md
- Linked_List.md
- Math.md
- menu.md
- Segment_Tree.md
- Sliding_Window.md
- Sorting.md
- Stack.md
- String.md
- template.markdown
- Tree.md
- Two_Pointers.md
- Union_Find.md
- go.mod
- util.go
- command.go
- config.go
- ctl
- error.go
- label.go
- main.go
- pdf.go
- rangking.go
- README.md
- refresh.go
- render.go
- request.go
- statistic.go
- template_render.go
- version.go
- 1. Two Sum.go
- 1. Two Sum_test.go
- README.md
- 2. Add Two Numbers.go
- 2. Add Two Numbers_test.go
- README.md
- 3. Longest Substring Without Repeating Characters.go
- 3. Longest Substring Without Repeating Characters_test.go
- README.md
- 4. Median of Two Sorted Arrays.go
- 4. Median of Two Sorted Arrays_test.go
- README.md
- 5. Longest Palindromic Substring.go
- 5. Longest Palindromic Substring_test.go
- README.md
- 6. ZigZag Conversion.go
- 6. ZigZag Conversion_test.go
- README.md
- 7. Reverse Integer.go
- 7. Reverse Integer_test.go
- README.md
- 8. String to Integer atoi.go
- 8. String to Integer atoi_test.go
- README.md
- 9. Palindrome Number.go
- 9. Palindrome Number_test.go
- README.md
- 11. Container With Most Water.go
- 11. Container With Most Water_test.go
- README.md
- 12. Integer to Roman.go
- 12. Integer to Roman_test.go
- README.md
- 13. Roman to Integer.go
- 13. Roman to Integer_test.go
- README.md
- 14.Longest Common Prefix.go
- 14.Longest Common Prefix_test.go
- README.md
- 15. 3Sum.go
- 15. 3Sum_test.go
- README.md
- 16. 3Sum Closest.go
- 16. 3Sum Closest_test.go
- README.md
- 17. Letter Combinations of a Phone Number.go
- 17. Letter Combinations of a Phone Number_test.go
- README.md
- 18. 4Sum.go
- 18. 4Sum_test.go
- README.md
- 19. Remove Nth Node From End of List.go
- 19. Remove Nth Node From End of List_test.go
- README.md
- 20. Valid Parentheses.go
- 20. Valid Parentheses_test.go
- README.md
- 21. Merge Two Sorted Lists.go
- 21. Merge Two Sorted Lists_test.go
- README.md
- 22. Generate Parentheses.go
- 22. Generate Parentheses_test.go
- README.md
- 23. Merge k Sorted Lists.go
- 23. Merge k Sorted Lists_test.go
- README.md
- 24. Swap Nodes in Pairs.go
- 24. Swap Nodes in Pairs_test.go
- README.md
- 25. Reverse Nodes in k Group.go
- 25. Reverse Nodes in k Group_test.go
- README.md
- 26. Remove Duplicates from Sorted Array.go
- 26. Remove Duplicates from Sorted Array_test.go
- README.md
- 27. Remove Element.go
- 27. Remove Element_test.go
- README.md
- 28. Find the Index of the First Occurrence in a String.go
- 28. Find the Index of the First Occurrence in a String_test.go
- README.md
- 29. Divide Two Integers.go
- 29. Divide Two Integers_test.go
- README.md
- 30. Substring with Concatenation of All Words.go
- 30. Substring with Concatenation of All Words_test.go
- README.md
- 31. Next Permutation.go
- 31. Next Permutation_test.go
- README.md
- 32. Longest Valid Parentheses.go
- 32. Longest Valid Parentheses_test.go
- README.md
- 33. Search in Rotated Sorted Array.go
- 33. Search in Rotated Sorted Array_test.go
- README.md
- 34. Find First and Last Position of Element in Sorted Array.go
- 34. Find First and Last Position of Element in Sorted Array_test.go
- README.md
- 35. Search Insert Position.go
- 35. Search Insert Position_test.go
- README.md
- 36. Valid Sudoku.go
- 36. Valid Sudoku_test.go
- README.md
- 37. Sudoku Solver.go
- 37. Sudoku Solver_test.go
- README.md
- 39. Combination Sum.go
- 39. Combination Sum_test.go
- README.md
- 40. Combination Sum II.go
- 40. Combination Sum II_test.go
- README.md
- 41. First Missing Positive.go
- 41. First Missing Positive_test.go
- README.md
- 42. Trapping Rain Water.go
- 42. Trapping Rain Water_test.go
- README.md
- 43. Multiply Strings.go
- 43. Multiply Strings_test.go
- README.md
- 45. Jump Game II.go
- 45. Jump Game II_test.go
- README.md
- 46. Permutations.go
- 46. Permutations_test.go
- README.md
- 47. Permutations II.go
- 47. Permutations II_test.go
- README.md
- 48. Rotate Image.go
- 48. Rotate Image_test.go
- README.md
- 49. Group Anagrams.go
- 49. Group Anagrams_test.go
- README.md
- 50. Pow(x, n).go
- 50. Pow(x, n)_test.go
- README.md
- 51. N-Queens.go
- 51. N-Queens_test.go
- README.md
- 52. N-Queens II.go
- 52. N-Queens II_test.go
- README.md
- 53. Maximum Subarray.go
- 53. Maximum Subarray_test.go
- README.md
- 54. Spiral Matrix.go
- 54. Spiral Matrix_test.go
- README.md
- 55. Jump Game.go
- 55. Jump Game_test.go
- README.md
- 56. Merge Intervals.go
- 56. Merge Intervals_test.go
- README.md
- 57. Insert Interval.go
- 57. Insert Interval_test.go
- README.md
- 58.Length of Last Word.go
- 58.Length of Last Word_test.go
- README.md
- 59. Spiral Matrix II.go
- 59. Spiral Matrix II_test.go
- README.md
- 60. Permutation Sequence.go
- 60. Permutation Sequence_test.go
- README.md
- 61. Rotate List.go
- 61. Rotate List_test.go
- README.md
- 62. Unique Paths.go
- 62. Unique Paths_test.go
- README.md
- 63. Unique Paths II.go
- 63. Unique Paths II_test.go
- README.md
- 64. Minimum Path Sum.go
- 64. Minimum Path Sum_test.go
- README.md
- 65. Valid Number.go
- 65. Valid Number_test.go
- README.md
- 66. Plus One.go
- 66. Plus One_test.go
- README.md
- 67. Add Binary.go
- 67. Add Binary_test.go
- README.md
- 69. Sqrt(x).go
- 69. Sqrt(x)_test.go
- README.md
- 70. Climbing Stairs.go
- 70. Climbing Stairs_test.go
- README.md
- 71. Simplify Path.go
- 71. Simplify Path_test.go
- README.md
- 73. Set Matrix Zeroes.go
- 73. Set Matrix Zeroes_test.go
- README.md
- 74. Search a 2D Matrix.go
- 74. Search a 2D Matrix_test.go
- README.md
- 75. Sort Colors.go
- 75. Sort Colors_test.go
- README.md
- 76. Minimum Window Substring.go
- 76. Minimum Window Substring_test.go
- README.md
- 77. Combinations.go
- 77. Combinations_test.go
- README.md
- 78. Subsets.go
- 78. Subsets_test.go
- README.md
- 79. Word Search.go
- 79. Word Search_test.go
- README.md
- 80. Remove Duplicates from Sorted Array II.go
- 80. Remove Duplicates from Sorted Array II_test.go
- README.md
- 81. Search in Rotated Sorted Array II.go
- 81. Search in Rotated Sorted Array II_test.go
- README.md
- 82. Remove Duplicates from Sorted List II.go
- 82. Remove Duplicates from Sorted List II_test.go
- README.md
- 83. Remove Duplicates from Sorted List.go
- 83. Remove Duplicates from Sorted List_test.go
- README.md
- 84. Largest Rectangle in Histogram.go
- 84. Largest Rectangle in Histogram_test.go
- README.md
- 86. Partition List.go
- 86. Partition List_test.go
- README.md
- 88. Merge Sorted Array.go
- 88. Merge Sorted Array_test.go
- README.md
- 89. Gray Code.go
- 89. Gray Code_test.go
- README.md
- 90. Subsets II.go
- 90. Subsets II_test.go
- README.md
- 91. Decode Ways.go
- 91. Decode Ways_test.go
- README.md
- 92. Reverse Linked List II.go
- 92. Reverse Linked List II_test.go
- README.md
- 93. Restore IP Addresses.go
- 93. Restore IP Addresses_test.go
- README.md
- 94. Binary Tree Inorder Traversal.go
- 94. Binary Tree Inorder Traversal_test.go
- README.md
- 95. Unique Binary Search Trees II.go
- 95. Unique Binary Search Trees II_test.go
- README.md
- 96. Unique Binary Search Trees.go
- 96. Unique Binary Search Trees_test.go
- README.md
- 97. Interleaving String.go
- 97. Interleaving String_test.go
- README.md
- 98. Validate Binary Search Tree.go
- 98. Validate Binary Search Tree_test.go
- README.md
- 99. Recover Binary Search Tree.go
- 99. Recover Binary Search Tree_test.go
- README.md
- 100. Same Tree.go
- 100. Same Tree_test.go
- README.md
- 101. Symmetric Tree.go
- 101. Symmetric Tree_test.go
- README.md
- 102. Binary Tree Level Order Traversal.go
- 102. Binary Tree Level Order Traversal_test.go
- README.md
- 103. Binary Tree Zigzag Level Order Traversal.go
- 103. Binary Tree Zigzag Level Order Traversal_test.go
- README.md
- 104. Maximum Depth of Binary Tree.go
- 104. Maximum Depth of Binary Tree_test.go
- README.md
- 105. Construct Binary Tree from Preorder and Inorder Traversal.go
- 105. Construct Binary Tree from Preorder and Inorder Traversal_test.go
- README.md
- 106. Construct Binary Tree from Inorder and Postorder Traversal.go
- 106. Construct Binary Tree from Inorder and Postorder Traversal_test.go
- README.md
- 107. Binary Tree Level Order Traversal II.go
- 107. Binary Tree Level Order Traversal II_test.go
- README.md
- 108. Convert Sorted Array to Binary Search Tree.go
- 108. Convert Sorted Array to Binary Search Tree_test.go
- README.md
- 109. Convert Sorted List to Binary Search Tree.go
- 109. Convert Sorted List to Binary Search Tree_test.go
- README.md
- 110. Balanced Binary Tree.go
- 110. Balanced Binary Tree_test.go
- README.md
- 111. Minimum Depth of Binary Tree.go
- 111. Minimum Depth of Binary Tree_test.go
- README.md
- 112. Path Sum.go
- 112. Path Sum_test.go
- README.md
- 113. Path Sum II.go
- 113. Path Sum II_test.go
- README.md
- 114. Flatten Binary Tree to Linked List.go
- 114. Flatten Binary Tree to Linked List_test.go
- README.md
- 115. Distinct Subsequences.go
- 115. Distinct Subsequences_test.go
- README.md
- 116.Populating Next Right Pointers in Each Node.go
- 116.Populating Next Right Pointers in Each Node_test.go
- README.md
- 118. Pascals Triangle.go
- 118. Pascals Triangle_test.go
- README.md
- 119. Pascals Triangle II.go
- 119. Pascals Triangle II_test.go
- README.md
- 120. Triangle.go
- 120. Triangle_test.go
- README.md
- 121. Best Time to Buy and Sell Stock.go
- 121. Best Time to Buy and Sell Stock_test.go
- README.md
- 122. Best Time to Buy and Sell Stock II.go
- 122. Best Time to Buy and Sell Stock II_test.go
- README.md
- 124. Binary Tree Maximum Path Sum.go
- 124. Binary Tree Maximum Path Sum_test.go
- README.md
- 125. Valid Palindrome.go
- 125. Valid Palindrome_test.go
- README.md
- 126. Word Ladder II.go
- 126. Word Ladder II_test.go
- README.md
- 127. Word Ladder.go
- 127. Word Ladder_test.go
- README.md
- 128. Longest Consecutive Sequence.go
- 128. Longest Consecutive Sequence_test.go
- README.md
- 129. Sum Root to Leaf Numbers.go
- 129. Sum Root to Leaf Numbers_test.go
- README.md
- 130. Surrounded Regions.go
- 130. Surrounded Regions_test.go
- README.md
- 131. Palindrome Partitioning.go
- 131. Palindrome Partitioning_test.go
- README.md
- Gas.go
- Gas_test.go
- README.md
- 135. Candy.go
- 135. Candy_test.go
- README.md
- 136. Single Number.go
- 136. Single Number_test.go
- README.md
- 137. Single Number II.go
- 137. Single Number II_test.go
- README.md
- 138. Copy List With Random Pointer.go
- 138. Copy List With Random Pointer_test.go
- README.md
- 141. Linked List Cycle.go
- 141. Linked List Cycle_test.go
- README.md
- 142. Linked List Cycle II.go
- 142. Linked List Cycle II_test.go
- README.md
- 143. Reorder List.go
- 143. Reorder List_test.go
- README.md
- 144. Binary Tree Preorder Traversal.go
- 144. Binary Tree Preorder Traversal_test.go
- README.md
- 145. Binary Tree Postorder Traversal.go
- 145. Binary Tree Postorder Traversal_test.go
- README.md
- 146. LRU Cache.go
- 146. LRU Cache_test.go
- README.md
- 147. Insertion Sort List.go
- 147. Insertion Sort List_test.go
- README.md
- 148. Sort List.go
- 148. Sort List_test.go
- README.md
- 150. Evaluate Reverse Polish Notation.go
- 150. Evaluate Reverse Polish Notation_test.go
- README.md
- 151. Reverse Words in a String.go
- 151. Reverse Words in a String_test.go
- README.md
- 152. Maximum Product Subarray.go
- 152. Maximum Product Subarray_test.go
- README.md
- 153. Find Minimum in Rotated Sorted Array.go
- 153. Find Minimum in Rotated Sorted Array_test.go
- README.md
- 154. Find Minimum in Rotated Sorted Array II.go
- 154. Find Minimum in Rotated Sorted Array II_test.go
- README.md
- 155. Min Stack.go
- 155. Min Stack_test.go
- README.md
- 160. Intersection of Two Linked Lists.go
- 160. Intersection of Two Linked Lists_test.go
- README.md
- 162. Find Peak Element.go
- 162. Find Peak Element_test.go
- README.md
- 164. Maximum Gap.go
- 164. Maximum Gap_test.go
- README.md
- 167. Two Sum II - Input array is sorted.go
- 167. Two Sum II - Input array is sorted_test.go
- README.md
- 168. Excel Sheet Column Title.go
- 168. Excel Sheet Column Title_test.go
- README.md
- 169. Majority Element.go
- 169. Majority Element_test.go
- README.md
- 171. Excel Sheet Column Number.go
- 171. Excel Sheet Column Number_test.go
- README.md
- 172. Factorial Trailing Zeroes.go
- 172. Factorial Trailing Zeroes_test.go
- README.md
- 173. Binary Search Tree Iterator.go
- 173. Binary Search Tree Iterator_test.go
- README.md
- 174. Dungeon Game.go
- 174. Dungeon Game_test.go
- README.md
- 179. Largest Number.go
- 179. Largest Number_test.go
- README.md
- 187. Repeated DNA Sequences.go
- 187. Repeated DNA Sequences_test.go
- README.md
- 189. Rotate Array.go
- 189. Rotate Array_test.go
- README.md
- 190. Reverse Bits.go
- 190. Reverse Bits_test.go
- README.md
- 191. Number of 1 Bits.go
- 191. Number of 1 Bits_test.go
- README.md
- 198. House Robber.go
- 198. House Robber_test.go
- README.md
- 199. Binary Tree Right Side View.go
- 199. Binary Tree Right Side View_test.go
- README.md
- 200. Number of Islands.go
- 200. Number of Islands_test.go
- README.md
- 201. Bitwise AND of Numbers Range.go
- 201. Bitwise AND of Numbers Range_test.go
- README.md
- 202. Happy Number.go
- 202. Happy Number_test.go
- README.md
- 203. Remove Linked List Elements.go
- 203. Remove Linked List Elements_test.go
- README.md
- 204. Count Primes.go
- 204. Count Primes_test.go
- README.md
- 205. Isomorphic Strings.go
- 205. Isomorphic Strings_test.go
- README.md
- 206. Reverse Linked List.go
- 206. Reverse Linked List_test.go
- README.md
- 207. Course Schedule.go
- 207. Course Schedule_test.go
- README.md
- 208. Implement Trie (Prefix Tree).go
- 208. Implement Trie (Prefix Tree)_test.go
- README.md
- 209. Minimum Size Subarray Sum.go
- 209. Minimum Size Subarray Sum_test.go
- README.md
- 210. Course Schedule II.go
- 210. Course Schedule II_test.go
- README.md
- 211. Design Add and Search Words Data Structure.go
- 211. Design Add and Search Words Data Structure_test.go
- README.md
- 212. Word Search II.go
- 212. Word Search II_test.go
- README.md
- 213. House Robber II.go
- 213. House Robber II_test.go
- README.md
- 215. Kth Largest Element in an Array.go
- 215. Kth Largest Element in an Array_test.go
- README.md
- 216. Combination Sum III.go
- 216. Combination Sum III_test.go
- README.md
- 217. Contains Duplicate.go
- 217. Contains Duplicate_test.go
- README.md
- 218. The Skyline Problem.go
- 218. The Skyline Problem_test.go
- README.md
- 219. Contains Duplicate II.go
- 219. Contains Duplicate II_test.go
- README.md
- 220. Contains Duplicate III.go
- 220. Contains Duplicate III_test.go
- README.md
- 222. Count Complete Tree Nodes.go
- 222. Count Complete Tree Nodes_test.go
- README.md
- 223. Rectangle Area.go
- 223. Rectangle Area_test.go
- README.md
- 224. Basic Calculator.go
- 224. Basic Calculator_test.go
- README.md
- 225. Implement Stack using Queues.go
- 225. Implement Stack using Queues_test.go
- README.md
- 226. Invert Binary Tree.go
- 226. Invert Binary Tree_test.go
- README.md
- 227. Basic Calculator II.go
- 227. Basic Calculator II_test.go
- README.md
- 228. Summary Ranges.go
- 228. Summary Ranges_test.go
- README.md
- 229. Majority Element II.go
- 229. Majority Element II_test.go
- README.md
- 230. Kth Smallest Element in a BST.go
- 230. Kth Smallest Element in a BST_test.go
- README.md
- 231. Power of Two.go
- 231. Power of Two_test.go
- README.md
- 232. Implement Queue using Stacks.go
- 232. Implement Queue using Stacks_test.go
- README.md
- 234. Palindrome Linked List.go
- 234. Palindrome Linked List_test.go
- README.md
- 235. Lowest Common Ancestor of a Binary Search Tree.go
- 235. Lowest Common Ancestor of a Binary Search Tree_test.go
- README.md
- 236. Lowest Common Ancestor of a Binary Tree.go
- 236. Lowest Common Ancestor of a Binary Tree_test.go
- README.md
- 237. Delete Node in a Linked List.go
- 237. Delete Node in a Linked List_test.go
- README.md
- 238. Product of Array Except Self.go
- 238. Product of Array Except Self_test.go
- 239. Sliding Window Maximum.go
- 239. Sliding Window Maximum_test.go
- README.md
- 240. Search a 2D Matrix II.go
- 240. Search a 2D Matrix II_test.go
- README.md
- 242. Valid Anagram.go
- 242. Valid Anagram_test.go
- README.md
- 257. Binary Tree Paths.go
- 257. Binary Tree Paths_test.go
- README.md
- 258. Add Digits.go
- 258. Add Digits_test.go
- README.md
- 260. Single Number III.go
- 260. Single Number III_test.go
- README.md
- 263. Ugly Number.go
- 263. Ugly Number_test.go
- README.md
- 264. Ugly Number II.go
- 264. Ugly Number II_test.go
- README.md
- 268. Missing Number.go
- 268. Missing Number_test.go
- README.md
- 274. H-Index.go
- 274. H-Index_test.go
- README.md
- 275. H-Index II.go
- 275. H-Index II_test.go
- README.md
- 278. First Bad Version.go
- 278. First Bad Version_test.go
- README.md
- 279. Perfect Squares.go
- 279. Perfect Squares_test.go
- README.md
- 283. Move Zeroes.go
- 283. Move Zeroes_test.go
- README.md
- 284. Peeking Iterator.go
- 284. Peeking Iterator_test.go
- README.md
- 287. Find the Duplicate Number.go
- 287. Find the Duplicate Number_test.go
- README.md
- 290. Word Pattern.go
- 290. Word Pattern_test.go
- README.md
- 297.Serialize and Deserialize Binary Tree.go
- 297.Serialize and Deserialize Binary Tree_test.go
- README.md
- 299.Bulls and Cows.go
- 299.Bulls and Cows_test.go
- README.md
- 300. Longest Increasing Subsequence.go
- 300. Longest Increasing Subsequence_test.go
- README.md
- 301.Remove Invalid Parentheses.go
- 301.Remove Invalid Parentheses_test.go
- README.md
- 303. Range Sum Query - Immutable.go
- 303. Range Sum Query - Immutable_test.go
- README.md
- 304. Range Sum Query 2D - Immutable.go
- 304. Range Sum Query 2D - Immutable_test.go
- README.md
- 306. Additive Number.go
- 306. Additive Number_test.go
- README.md
- 307. Range Sum Query - Mutable.go
- 307. Range Sum Query - Mutable_test.go
- README.md
- 309. Best Time to Buy and Sell Stock with Cooldown.go
- 309. Best Time to Buy and Sell Stock with Cooldown_test.go
- README.md
- 315. Count of Smaller Numbers After Self.go
- 315. Count of Smaller Numbers After Self_test.go
- README.md
- 318. Maximum Product of Word Lengths.go
- 318. Maximum Product of Word Lengths_test.go
- README.md
- 319.Bulb Switcher.go
- 319.Bulb Switcher_test.go
- README.md
- 322. Coin Change.go
- 322. Coin Change_test.go
- README.md
- 324. Wiggle Sort II.go
- 324. Wiggle Sort II_test.go
- README.md
- 326. Power of Three.go
- 326. Power of Three_test.go
- README.md
- 327. Count of Range Sum.go
- 327. Count of Range Sum_test.go
- README.md
- 328. Odd Even Linked List.go
- 328. Odd Even Linked List_test.go
- README.md
- 329. Longest Increasing Path in a Matrix.go
- 329. Longest Increasing Path in a Matrix_test.go
- README.md
- 331. Verify Preorder Serialization of a Binary Tree.go
- 331. Verify Preorder Serialization of a Binary Tree_test.go
- README.md
- 337. House Robber III.go
- 337. House Robber III_test.go
- README.md
- 338. Counting Bits.go
- 338. Counting Bits_test.go
- README.md
- 341. Flatten Nested List Iterator.go
- 341. Flatten Nested List Iterator_test.go
- README.md
- 342. Power of Four.go
- 342. Power of Four_test.go
- README.md
- 343. Integer Break.go
- 343. Integer Break_test.go
- README.md
- 344. Reverse String.go
- 344. Reverse String_test.go
- README.md
- 345. Reverse Vowels of a String.go
- 345. Reverse Vowels of a String_test.go
- README.md
- 347. Top K Frequent Elements.go
- 347. Top K Frequent Elements_test.go
- README.md
- 349. Intersection of Two Arrays.go
- 349. Intersection of Two Arrays_test.go
- README.md
- 350. Intersection of Two Arrays II.go
- 350. Intersection of Two Arrays II_test.go
- README.md
- 351. Android Unlock Patterns.go
- 351. Android Unlock Patterns_test.go
- 352.Data Stream as Disjoint Intervals.go
- 352.Data Stream as Disjoint Intervals_test.go
- README.md
- 354. Russian Doll Envelopes.go
- 354. Russian Doll Envelopes_test.go
- README.md
- 357. Count Numbers with Unique Digits.go
- 357. Count Numbers with Unique Digits_test.go
- README.md
- 367. Valid Perfect Square.go
- 367. Valid Perfect Square_test.go
- README.md
- 368. Largest Divisible Subset.go
- 368. Largest Divisible Subset_test.go
- README.md
- 371. Sum of Two Integers.go
- 371. Sum of Two Integers_test.go
- README.md
- 372. Super Pow.go
- 372. Super Pow_test.go
- README.md
- 373. Find K Pairs with Smallest Sums.go
- 373. Find K Pairs with Smallest Sums_test.go
- README.md
- 374. Guess Number Higher or Lower.go
- 374. Guess Number Higher or Lower_test.go
- README.md
- 376. Wiggle Subsequence.go
- 376. Wiggle Subsequence_test.go
- README.md
- 377. Combination Sum IV.go
- 377. Combination Sum IV_test.go
- README.md
- 378. Kth Smallest Element in a Sorted Matrix.go
- 378. Kth Smallest Element in a Sorted Matrix_test.go
- README.md
- 382. Linked List Random Node.go
- 382. Linked List Random Node_test.go
- README.md
- 383.Ransom Note.go
- 383.Ransom Note_test.go
- README.md
- 384.Shuffle an Array.go
- 384.Shuffle an Array_test.go
- README.md
- 385. Mini Parser.go
- 385. Mini Parser_test.go
- README.md
- 386. Lexicographical Numbers.go
- 386. Lexicographical Numbers_test.go
- README.md
- 387. First Unique Character in a String.go
- 387. First Unique Character in a String_test.go
- README.md
- 389. Find the Difference.go
- 389. Find the Difference_test.go
- README.md
- 390. Elimination Game.go
- 390. Elimination Game_test.go
- README.md
- 391.Perfect Rectangle.go
- 391.Perfect Rectangle_test.go
- README.md
- 392. Is Subsequence.go
- 392. Is Subsequence_test.go
- README.md
- 393. UTF-8 Validation.go
- 393. UTF-8 Validation_test.go
- README.md
- 394. Decode String.go
- 394. Decode String_test.go
- README.md
- 395. Longest Substring with At Least K Repeating Characters.go
- 395. Longest Substring with At Least K Repeating Characters_test.go
- README.md
- 396. Rotate Function.go
- 396. Rotate Function_test.go
- README.md
- 397. Integer Replacement.go
- 397. Integer Replacement_test.go
- README.md
- 399. Evaluate Division.go
- 399. Evaluate Division_test.go
- README.md
- 400.Nth Digit.go
- 400.Nth Digit_test.go
- README.md
- 401. Binary Watch.go
- 401. Binary Watch_test.go
- README.md
- 402. Remove K Digits.go
- 402. Remove K Digits_test.go
- README.md
- 404. Sum of Left Leaves.go
- 404. Sum of Left Leaves_test.go
- README.md
- 405. Convert a Number to Hexadecimal.go
- 405. Convert a Number to Hexadecimal_test.go
- README.md
- 409. Longest Palindrome.go
- 409. Longest Palindrome_test.go
- README.md
- 410. Split Array Largest Sum.go
- 410. Split Array Largest Sum_test.go
- README.md
- 412. Fizz Buzz.go
- 412. Fizz Buzz_test.go
- README.md
- 413. Arithmetic Slices.go
- 413. Arithmetic Slices_test.go
- README.md
- 414. Third Maximum Number.go
- 414. Third Maximum Number_test.go
- README.md
- 416. Partition Equal Subset Sum.go
- 416. Partition Equal Subset Sum_test.go
- README.md
- 417. Pacific Atlantic Water Flow.go
- 417. Pacific Atlantic Water Flow_test.go
- README.md
- 419. Battleships in a Board.go
- 419. Battleships in a Board_test.go
- README.md
- 421. Maximum XOR of Two Numbers in an Array.go
- 421. Maximum XOR of Two Numbers in an Array_test.go
- README.md
- 423. Reconstruct Original Digits from English.go
- 423. Reconstruct Original Digits from English_test.go
- README.md
- 424. Longest Repeating Character Replacement.go
- 424. Longest Repeating Character Replacement_test.go
- README.md
- 429. N-ary Tree Level Order Traversal.go
- 429. N-ary Tree Level Order Traversal_test.go
- README.md
- 433. Minimum Genetic Mutation.go
- 433. Minimum Genetic Mutation_test.go
- README.md
- 434.Number of Segments in a String.go
- 434.Number of Segments in a String_test.go
- README.md
- 435. Non-overlapping Intervals.go
- 435. Non-overlapping Intervals_test.go
- README.md
- 436. Find Right Interval.go
- 436. Find Right Interval_test.go
- README.md
- 437. Path Sum III.go
- 437. Path Sum III_test.go
- README.md
- 438. Find All Anagrams in a String.go
- 438. Find All Anagrams in a String_test.go
- README.md
- 441. Arranging Coins.go
- 441. Arranging Coins_test.go
- README.md
- 445. Add Two Numbers II.go
- 445. Add Two Numbers II_test.go
- README.md
- 447. Number of Boomerangs.go
- 447. Number of Boomerangs_test.go
- README.md
- 448. Find All Numbers Disappeared in an Array.go
- 448. Find All Numbers Disappeared in an Array_test.go
- README.md
- 451. Sort Characters By Frequency.go
- 451. Sort Characters By Frequency_test.go
- README.md
- 453. Minimum Moves to Equal Array Elements.go
- 453. Minimum Moves to Equal Array Elements_test.go
- README.md
- 454. 4Sum II.go
- 454. 4Sum II_test.go
- README.md
- 455. Assign Cookies.go
- 455. Assign Cookies_test.go
- README.md
- 456. 132 Pattern.go
- 456. 132 Pattern_test.go
- README.md
- 457. Circular Array Loop.go
- 457. Circular Array Loop_test.go
- README.md
- 458.Poor Pigs.go
- 458.Poor Pigs_test.go
- README.md
- 460. LFU Cache.go
- 460. LFU Cache_test.go
- README.md
- 461. Hamming Distance.go
- 461. Hamming Distance_test.go
- README.md
- 462. Minimum Moves to Equal Array Elements II.go
- 462. Minimum Moves to Equal Array Elements II_test.go
- README.md
- 463. Island Perimeter.go
- 463. Island Perimeter_test.go
- README.md
- 470. Implement Rand10() Using Rand7().go
- 470. Implement Rand10() Using Rand7()_test.go
- README.md
- 473. Matchsticks to Square.go
- 473. Matchsticks to Square_test.go
- README.md
- 474. Ones and Zeroes.go
- 474. Ones and Zeroes_test.go
- README.md
- 475. Heaters.go
- 475. Heaters_test.go
- README.md
- 476. Number Complement.go
- 476. Number Complement_test.go
- README.md
- 477. Total Hamming Distance.go
- 477. Total Hamming Distance_test.go
- README.md
- 478. Generate Random Point in a Circle.go
- 478. Generate Random Point in a Circle_test.go
- README.md
- 480. Sliding Window Median.go
- 480. Sliding Window Median_test.go
- README.md
- 483. Smallest Good Base.go
- 483. Smallest Good Base_test.go
- README.md
- 485. Max Consecutive Ones.go
- 485. Max Consecutive Ones_test.go
- README.md
- 488.Zuma Game.go
- 488.Zuma Game_test.go
- README.md
- 491. Non-decreasing Subsequences.go
- 491. Non-decreasing Subsequences_test.go
- README.md
- 492.Construct the Rectangle.go
- 492.Construct the Rectangle_test.go
- README.md
- 493. Reverse Pairs.go
- 493. Reverse Pairs_test.go
- README.md
- 494. Target Sum.go
- 494. Target Sum_test.go
- README.md
- 495.Teemo Attacking.go
- 495.Teemo Attacking_test.go
- README.md
- 496. Next Greater Element I.go
- 496. Next Greater Element I_test.go
- README.md
- 497. Random Point in Non-overlapping Rectangles.go
- 497. Random Point in Non-overlapping Rectangles_test.go
- README.md
- 498. Diagonal Traverse.go
- 498. Diagonal Traverse_test.go
- README.md
- 500. Keyboard Row.go
- 500. Keyboard Row_test.go
- README.md
- 503. Next Greater Element II.go
- 503. Next Greater Element II_test.go
- README.md
- 504.Base 7.go
- 504.Base 7_test.go
- README.md
- 506.Relative Ranks.go
- 506.Relative Ranks_test.go
- README.md
- 507. Perfect Number.go
- 507. Perfect Number_test.go
- README.md
- 508. Most Frequent Subtree Sum.go
- 508. Most Frequent Subtree Sum_test.go
- README.md
- 509. Fibonacci Number.go
- 509. Fibonacci Number_test.go
- README.md
- 513. Find Bottom Left Tree Value.go
- 513. Find Bottom Left Tree Value_test.go
- README.md
- 515. Find Largest Value in Each Tree Row.go
- 515. Find Largest Value in Each Tree Row_test.go
- README.md
- 518. Coin Change II.go
- 518. Coin Change II_test.go
- README.md
- 519.Random Flip Matrix.go
- 519.Random Flip Matrix_test.go
- README.md
- 520.Detect Capital.go
- 520.Detect Capital_test.go
- README.md
- 523. Continuous Subarray Sum.go
- 523. Continuous Subarray Sum_test.go
- README.md
- 524. Longest Word in Dictionary through Deleting.go
- 524. Longest Word in Dictionary through Deleting_test.go
- README.md
- 525. Contiguous Array.go
- 525. Contiguous Array_test.go
- README.md
- 526. Beautiful Arrangement.go
- 526. Beautiful Arrangement_test.go
- README.md
- 528. Random Pick with Weight.go
- 528. Random Pick with Weight_test.go
- README.md
- 529. Minesweeper.go
- 529. Minesweeper_test.go
- README.md
- 530. Minimum Absolute Difference in BST.go
- 530. Minimum Absolute Difference in BST_test.go
- README.md
- 532. K-diff Pairs in an Array.go
- 532. K-diff Pairs in an Array_test.go
- README.md
- 535. Encode and Decode TinyURL.go
- 535. Encode and Decode TinyURL_test.go
- README.md
- 537. Complex Number Multiplication.go
- 537. Complex Number Multiplication_test.go
- README.md
- 538. Convert BST to Greater Tree.go
- 538. Convert BST to Greater Tree_test.go
- README.md
- 540.Single Element in a Sorted Array.go
- 540.Single Element in a Sorted Array_test.go
- README.md
- 541. Reverse String II.go
- 541. Reverse String II_test.go
- README.md
- 542. 01 Matrix.go
- 542. 01 Matrix_test.go
- README.md
- 543. Diameter of Binary Tree.go
- 543. Diameter of Binary Tree_test.go
- README.md
- 547. Number of Provinces.go
- 547. Number of Provinces_test.go
- README.md
- 551.Student Attendance Record I.go
- 551.Student Attendance Record I_test.go
- README.md
- 554. Brick Wall.go
- 554. Brick Wall_test.go
- README.md
- 557. Reverse Words in a String III.go
- 557. Reverse Words in a String III_test.go
- README.md
- 559.Maximum Depth of N-ary Tree.go
- 559.Maximum Depth of N-ary Tree_test.go
- README.md
- 560. Subarray Sum Equals K.go
- 560. Subarray Sum Equals K_test.go
- README.md
- 561. Array Partition.go
- 561. Array Partition_test.go
- README.md
- 563. Binary Tree Tilt.go
- 563. Binary Tree Tilt_test.go
- README.md
- 566. Reshape the Matrix.go
- 566. Reshape the Matrix_test.go
- README.md
- 567. Permutation in String.go
- 567. Permutation in String_test.go
- README.md
- 572. Subtree of Another Tree.go
- 572. Subtree of Another Tree_test.go
- README.md
- 575. Distribute Candies.go
- 575. Distribute Candies_test.go
- README.md
- 576. Out of Boundary Paths.go
- 576. Out of Boundary Paths_test.go
- README.md
- 581. Shortest Unsorted Continuous Subarray.go
- 581. Shortest Unsorted Continuous Subarray_test.go
- README.md
- 583. Delete Operation for Two Strings.go
- 583. Delete Operation for Two Strings_test.go
- README.md
- 589. N-ary Tree Preorder Traversal.go
- 589. N-ary Tree Preorder Traversal_test.go
- README.md
- 594. Longest Harmonious Subsequence.go
- 594. Longest Harmonious Subsequence_test.go
- README.md
- 598. Range Addition II.go
- 598. Range Addition II_test.go
- README.md
- 599. Minimum Index Sum of Two Lists.go
- 599. Minimum Index Sum of Two Lists_test.go
- README.md
- 605. Can Place Flowers.go
- 605. Can Place Flowers_test.go
- README.md
- 609. Find Duplicate File in System.go
- 609. Find Duplicate File in System_test.go
- README.md
- 611. Valid Triangle Number.go
- 611. Valid Triangle Number_test.go
- README.md
- 617. Merge Two Binary Trees.go
- 617. Merge Two Binary Trees_test.go
- README.md
- 622. Design Circular Queue.go
- 622. Design Circular Queue_test.go
- README.md
- 623. Add One Row to Tree.go
- 623. Add One Row to Tree_test.go
- README.md
- 628. Maximum Product of Three Numbers.go
- 628. Maximum Product of Three Numbers_test.go
- README.md
- 630. Course Schedule III.go
- 630. Course Schedule III_test.go
- README.md
- 632. Smallest Range Covering Elements from K Lists.go
- 632. Smallest Range Covering Elements from K Lists_test.go
- README.md
- 633. Sum of Square Numbers.go
- 633. Sum of Square Numbers_test.go
- README.md
- 636. Exclusive Time of Functions.go
- 636. Exclusive Time of Functions_test.go
- README.md
- 637. Average of Levels in Binary Tree.go
- 637. Average of Levels in Binary Tree_test.go
- README.md
- 638. Shopping Offers.go
- 638. Shopping Offers_test.go
- README.md
- 643. Maximum Average Subarray I.go
- 643. Maximum Average Subarray I_test.go
- README.md
- 645. Set Mismatch.go
- 645. Set Mismatch_test.go
- README.md
- 647. Palindromic Substrings.go
- 647. Palindromic Substrings_test.go
- README.md
- 648. Replace Words.go
- 648. Replace Words_test.go
- README.md
- 653. Two Sum IV - Input is a BST.go
- 653. Two Sum IV - Input is a BST_test.go
- README.md
- 658. Find K Closest Elements.go
- 658. Find K Closest Elements_test.go
- README.md
- 661. Image Smoother.go
- 661. Image Smoother_test.go
- README.md
- 662. Maximum Width of Binary Tree.go
- 662. Maximum Width of Binary Tree_test.go
- README.md
- 665. Non-decreasing Array.go
- 665. Non-decreasing Array_test.go
- README.md
- 667. Beautiful Arrangement II.go
- 667. Beautiful Arrangement II_test.go
- README.md
- 668. Kth Smallest Number in Multiplication Table.go
- 668. Kth Smallest Number in Multiplication Table_test.go
- README.md
- 669. Trim a Binary Search Tree.go
- 669. Trim a Binary Search Tree_test.go
- README.md
- 674. Longest Continuous Increasing Subsequence.go
- 674. Longest Continuous Increasing Subsequence_test.go
- README.md
- 676. Implement Magic Dictionary.go
- 676. Implement Magic Dictionary_test.go
- README.md
- 677. Map Sum Pairs.go
- 677. Map Sum Pairs_test.go
- README.md
- 682. Baseball Game.go
- 682. Baseball Game_test.go
- README.md
- 684. Redundant Connection.go
- 684. Redundant Connection_test.go
- README.md
- 685. Redundant Connection II.go
- 685. Redundant Connection II_test.go
- README.md
- 690. Employee Importance.go
- 690. Employee Importance_test.go
- README.md
- 692. Top K Frequent Words.go
- 692. Top K Frequent Words_test.go
- README.md
- 693. Binary Number with Alternating Bits.go
- 693. Binary Number with Alternating Bits_test.go
- README.md
- 695. Max Area of Island.go
- 695. Max Area of Island_test.go
- README.md
- 696. Count Binary Substrings.go
- 696. Count Binary Substrings_test.go
- README.md
- 697. Degree of an Array.go
- 697. Degree of an Array_test.go
- README.md
- 699. Falling Squares.go
- 699. Falling Squares_test.go
- README.md
- 700.Search in a Binary Search Tree.go
- 700.Search in a Binary Search Tree_test.go
- README.md
- 701. Insert into a Binary Search Tree.go
- 701. Insert into a Binary Search Tree_test.go
- README.md
- 703. Kth Largest Element in a Stream.go
- 703. Kth Largest Element in a Stream_test.go
- README.md
- 704. Binary Search.go
- 704. Binary Search_test.go
- README.md
- 705. Design HashSet.go
- 705. Design HashSet_test.go
- README.md
- 706. Design HashMap.go
- 706. Design HashMap_test.go
- README.md
- 707. Design Linked List.go
- 707. Design Linked List_test.go
- README.md
- 709. To Lower Case.go
- 709. To Lower Case_test.go
- README.md
- 710. Random Pick with Blacklist.go
- 710. Random Pick with Blacklist_test.go
- README.md
- 713. Subarray Product Less Than K.go
- 713. Subarray Product Less Than K_test.go
- README.md
- 714. Best Time to Buy and Sell Stock with Transaction Fee.go
- 714. Best Time to Buy and Sell Stock with Transaction Fee_test.go
- README.md
- 715. Range Module.go
- 715. Range Module_test.go
- README.md
- 717. 1-bit and 2-bit Characters.go
- 717. 1-bit and 2-bit Characters_test.go
- README.md
- 718. Maximum Length of Repeated Subarray.go
- 718. Maximum Length of Repeated Subarray_test.go
- README.md
- 719. Find K-th Smallest Pair Distance.go
- 719. Find K-th Smallest Pair Distance_test.go
- README.md
- 720. Longest Word in Dictionary.go
- 720. Longest Word in Dictionary_test.go
- README.md
- 721. Accounts Merge.go
- 721. Accounts Merge_test.go
- README.md
- 724. Find Pivot Index.go
- 724. Find Pivot Index_test.go
- README.md
- 725. Split Linked List in Parts.go
- 725. Split Linked List in Parts_test.go
- README.md
- 726. Number of Atoms.go
- 726. Number of Atoms_test.go
- README.md
- 728.Self Dividing Numbers.go
- 728.Self Dividing Numbers_test.go
- README.md
- 729. My Calendar I.go
- 729. My Calendar I_test.go
- README.md
- 732. My Calendar III.go
- 732. My Calendar III_test.go
- README.md
- 733. Flood Fill.go
- 733. Flood Fill_test.go
- README.md
- 735. Asteroid Collision.go
- 735. Asteroid Collision_test.go
- README.md
- 739. Daily Temperatures.go
- 739. Daily Temperatures_test.go
- README.md
- 744. Find Smallest Letter Greater Than Target.go
- 744. Find Smallest Letter Greater Than Target_test.go
- README.md
- 745. Prefix and Suffix Search.go
- 745. Prefix and Suffix Search_test.go
- README.md
- 746. Min Cost Climbing Stairs.go
- 746. Min Cost Climbing Stairs_test.go
- README.md
- 747. Largest Number At Least Twice of Others.go
- 747. Largest Number At Least Twice of Others_test.go
- README.md
- 748. Shortest Completing Word.go
- 748. Shortest Completing Word_test.go
- README.md
- 752. Open the Lock.go
- 752. Open the Lock_test.go
- README.md
- 753. Cracking the Safe.go
- 753. Cracking the Safe_test.go
- README.md
- 756. Pyramid Transition Matrix.go
- 756. Pyramid Transition Matrix_test.go
- README.md
- 762. Prime Number of Set Bits in Binary Representation.go
- 762. Prime Number of Set Bits in Binary Representation_test.go
- README.md
- 763. Partition Labels.go
- 763. Partition Labels_test.go
- README.md
- 765. Couples Holding Hands.go
- 765. Couples Holding Hands_test.go
- README.md
- 766. Toeplitz Matrix.go
- 766. Toeplitz Matrix_test.go
- README.md
- 767. Reorganize String.go
- 767. Reorganize String_test.go
- README.md
- 771. Jewels and Stones.go
- 771. Jewels and Stones_test.go
- README.md
- 775. Global and Local Inversions.go
- 775. Global and Local Inversions_test.go
- README.md
- 778. Swim in Rising Water.go
- 778. Swim in Rising Water_test.go
- README.md
- 781. Rabbits in Forest.go
- 781. Rabbits in Forest_test.go
- README.md
- 783. Minimum Distance Between BST Nodes.go
- 783. Minimum Distance Between BST Nodes_test.go
- README.md
- 784. Letter Case Permutation.go
- 784. Letter Case Permutation_test.go
- README.md
- 785. Is Graph Bipartite.go
- 785. Is Graph Bipartite_test.go
- README.md
- 786. K-th Smallest Prime Fraction.go
- 786. K-th Smallest Prime Fraction_test.go
- README.md
- 791. Custom Sort String.go
- 791. Custom Sort String_test.go
- README.md
- 792. Number of Matching Subsequences.go
- 792. Number of Matching Subsequences_test.go
- README.md
- 793. Preimage Size of Factorial Zeroes Function.go
- 793. Preimage Size of Factorial Zeroes Function_test.go
- README.md
- 794.Valid Tic-Tac-Toe State.go
- 794.Valid Tic-Tac-Toe State_test.go
- README.md
- 795. Number of Subarrays with Bounded Maximum.go
- 795. Number of Subarrays with Bounded Maximum_test.go
- README.md
- 802. Find Eventual Safe States.go
- 802. Find Eventual Safe States_test.go
- README.md
- 803. Bricks Falling When Hit.go
- 803. Bricks Falling When Hit_test.go
- README.md
- 807.Max Increase to Keep City Skyline.go
- 807.Max Increase to Keep City Skyline_test.go
- README.md
- 810. Chalkboard XOR Game.go
- 810. Chalkboard XOR Game_test.go
- README.md
- 811. Subdomain Visit Count.go
- 811. Subdomain Visit Count_test.go
- README.md
- 812. Largest Triangle Area.go
- 812. Largest Triangle Area_test.go
- README.md
- 815. Bus Routes.go
- 815. Bus Routes_test.go
- README.md
- 816. Ambiguous Coordinates.go
- 816. Ambiguous Coordinates_test.go
- README.md
- 817. Linked List Components.go
- 817. Linked List Components_test.go
- README.md
- 819. Most Common Word.go
- 819. Most Common Word_test.go
- README.md
- 820. Short Encoding of Words.go
- 820. Short Encoding of Words_test.go
- README.md
- 821. Shortest Distance to a Character.go
- 821. Shortest Distance to a Character_test.go
- README.md
- 823. Binary Trees With Factors.go
- 823. Binary Trees With Factors_test.go
- README.md
- 825. Friends Of Appropriate Ages.go
- 825. Friends Of Appropriate Ages_test.go
- README.md
- 826. Most Profit Assigning Work.go
- 826. Most Profit Assigning Work_test.go
- README.md
- 828. Count Unique Characters of All Substrings of a Given String.go
- 828. Count Unique Characters of All Substrings of a Given String_test.go
- README.md
- 830. Positions of Large Groups.go
- 830. Positions of Large Groups_test.go
- README.md
- 832. Flipping an Image.go
- 832. Flipping an Image_test.go
- README.md
- 834. Sum of Distances in Tree.go
- 834. Sum of Distances in Tree_test.go
- README.md
- 836. Rectangle Overlap.go
- 836. Rectangle Overlap_test.go
- README.md
- 838. Push Dominoes.go
- 838. Push Dominoes_test.go
- README.md
- 839. Similar String Groups.go
- 839. Similar String Groups_test.go
- README.md
- 841. Keys and Rooms.go
- 841. Keys and Rooms_test.go
- README.md
- 842. Split Array into Fibonacci Sequence.go
- 842. Split Array into Fibonacci Sequence_test.go
- README.md
- 844. Backspace String Compare.go
- 844. Backspace String Compare_test.go
- README.md
- 845. Longest Mountain in Array.go
- 845. Longest Mountain in Array_test.go
- README.md
- 846.Hand of Straights.go
- 846.Hand of Straights_test.go
- README.md
- 850. Rectangle Area II.go
- 850. Rectangle Area II_test.go
- README.md
- 851. Loud and Rich.go
- 851. Loud and Rich_test.go
- README.md
- 852. Peak Index in a Mountain Array.go
- 852. Peak Index in a Mountain Array_test.go
- README.md
- 853. Car Fleet.go
- 853. Car Fleet_test.go
- README.md
- 856. Score of Parentheses.go
- 856. Score of Parentheses_test.go
- README.md
- 859.Buddy Strings.go
- 859.Buddy Strings_test.go
- README.md
- 862. Shortest Subarray with Sum at Least K.go
- 862. Shortest Subarray with Sum at Least K_test.go
- README.md
- 863. All Nodes Distance K in Binary Tree.go
- 863. All Nodes Distance K in Binary Tree_test.go
- README.md
- 864. Shortest Path to Get All Keys.go
- 864. Shortest Path to Get All Keys_test.go
- README.md
- 867. Transpose Matrix.go
- 867. Transpose Matrix_test.go
- README.md
- 869. Reordered Power of 2.go
- 869. Reordered Power of 2_test.go
- README.md
- 870. Advantage Shuffle.go
- 870. Advantage Shuffle_test.go
- README.md
- 872. Leaf-Similar Trees.go
- 872. Leaf-Similar Trees_test.go
- README.md
- 874. Walking Robot Simulation.go
- 874. Walking Robot Simulation_test.go
- README.md
- 875. Koko Eating Bananas.go
- 875. Koko Eating Bananas_test.go
- README.md
- 876. Middle of the Linked List.go
- 876. Middle of the Linked List_test.go
- README.md
- 877. Stone Game.go
- 877. Stone Game_test.go
- README.md
- 878. Nth Magical Number.go
- 878. Nth Magical Number_test.go
- README.md
- 880. Decoded String at Index.go
- 880. Decoded String at Index_test.go
- README.md
- 881. Boats to Save People.go
- 881. Boats to Save People_test.go
- README.md
- 884. Uncommon Words from Two Sentences.go
- 884. Uncommon Words from Two Sentences_test.go
- README.md
- 885. Spiral Matrix III.go
- 885. Spiral Matrix III_test.go
- README.md
- 887. Super Egg Drop.go
- 887. Super Egg Drop_test.go
- README.md
- 888. Fair Candy Swap.go
- 888. Fair Candy Swap_test.go
- README.md
- 890. Find and Replace Pattern.go
- 890. Find and Replace Pattern_test.go
- README.md
- 891. Sum of Subsequence Widths.go
- 891. Sum of Subsequence Widths_test.go
- README.md
- 892. Surface Area of 3D Shapes.go
- 892. Surface Area of 3D Shapes_test.go
- README.md
- 895. Maximum Frequency Stack.go
- 895. Maximum Frequency Stack_test.go
- README.md
- 896. Monotonic Array.go
- 896. Monotonic Array_test.go
- README.md
- 897. Increasing Order Search Tree.go
- 897. Increasing Order Search Tree_test.go
- README.md
- 898. Bitwise ORs of Subarrays.go
- 898. Bitwise ORs of Subarrays_test.go
- README.md
- 901. Online Stock Span.go
- 901. Online Stock Span_test.go
- README.md
- 904. Fruit Into Baskets.go
- 904. Fruit Into Baskets_test.go
- README.md
- 907. Sum of Subarray Minimums.go
- 907. Sum of Subarray Minimums_test.go
- README.md
- 909. Snakes and Ladders.go
- 909. Snakes and Ladders_test.go
- README.md
- 910.Smallest Range II.go
- 910.Smallest Range II_test.go
- README.md
- 911. Online Election.go
- 911. Online Election_test.go
- README.md
- 914. X of a Kind in a Deck of Cards.go
- 914. X of a Kind in a Deck of Cards_test.go
- README.md
- 916. Word Subsets.go
- 916. Word Subsets_test.go
- README.md
- 918. Maximum Sum Circular Subarray.go
- 918. Maximum Sum Circular Subarray_test.go
- README.md
- 920. Number of Music Playlists.go
- 920. Number of Music Playlists_test.go
- README.md
- 921. Minimum Add to Make Parentheses Valid.go
- 921. Minimum Add to Make Parentheses Valid_test.go
- README.md
- 922. Sort Array By Parity II.go
- 922. Sort Array By Parity II_test.go
- README.md
- 923. 3Sum With Multiplicity.go
- 923. 3Sum With Multiplicity_test.go
- README.md
- 924. Minimize Malware Spread.go
- 924. Minimize Malware Spread_test.go
- README.md
- 925. Long Pressed Name.go
- 925. Long Pressed Name_test.go
- README.md
- 927. Three Equal Parts.go
- 927. Three Equal Parts_test.go
- README.md
- 928. Minimize Malware Spread II.go
- 928. Minimize Malware Spread II_test.go
- README.md
- 930. Binary Subarrays With Sum.go
- 930. Binary Subarrays With Sum_test.go
- README.md
- 933. Number of Recent Calls.go
- 933. Number of Recent Calls_test.go
- README.md
- 938. Range Sum of BST.go
- 938. Range Sum of BST_test.go
- README.md
- 942. DI String Match.go
- 942. DI String Match_test.go
- README.md
- 946. Validate Stack Sequences.go
- 946. Validate Stack Sequences_test.go
- README.md
- 947. Most Stones Removed with Same Row or Column.go
- 947. Most Stones Removed with Same Row or Column_test.go
- README.md
- 949. Largest Time for Given Digits.go
- 949. Largest Time for Given Digits_test.go
- README.md
- 952. Largest Component Size by Common Factor.go
- 952. Largest Component Size by Common Factor_test.go
- README.md
- 953. Verifying an Alien Dictionary.go
- 953. Verifying an Alien Dictionary_test.go
- README.md
- 0958.Check Completeness of a Binary Tree.go
- 0958.Check Completeness of a Binary Tree_test.go
- README.md
- 959. Regions Cut By Slashes.go
- 959. Regions Cut By Slashes_test.go
- README.md
- 961. N-Repeated Element in Size 2N Array.go
- 961. N-Repeated Element in Size 2N Array_test.go
- README.md
- 966. Vowel Spellchecker.go
- 966. Vowel Spellchecker_test.go
- README.md
- 968. Binary Tree Cameras.go
- 968. Binary Tree Cameras_test.go
- README.md
- 969. Pancake Sorting.go
- 969. Pancake Sorting_test.go
- README.md
- 970. Powerful Integers.go
- 970. Powerful Integers_test.go
- README.md
- 971. Flip Binary Tree To Match Preorder Traversal.go
- 971. Flip Binary Tree To Match Preorder Traversal_test.go
- README.md
- 973. K Closest Points to Origin.go
- 973. K Closest Points to Origin_test.go
- README.md
- 976. Largest Perimeter Triangle.go
- 976. Largest Perimeter Triangle_test.go
- README.md
- 977. Squares of a Sorted Array.go
- 977. Squares of a Sorted Array_test.go
- README.md
- 978. Longest Turbulent Subarray.go
- 978. Longest Turbulent Subarray_test.go
- README.md
- 979. Distribute Coins in Binary Tree.go
- 979. Distribute Coins in Binary Tree_test.go
- README.md
- 980. Unique Paths III.go
- 980. Unique Paths III_test.go
- README.md
- 981. Time Based Key-Value Store.go
- 981. Time Based Key-Value Store_test.go
- README.md
- 984. String Without AAA or BBB.go
- 984. String Without AAA or BBB_test.go
- README.md
- 985. Sum of Even Numbers After Queries.go
- 985. Sum of Even Numbers After Queries_test.go
- README.md
- 986. Interval List Intersections.go
- 986. Interval List Intersections_test.go
- README.md
- 987. Vertical Order Traversal of a Binary Tree.go
- 987. Vertical Order Traversal of a Binary Tree_test.go
- README.md
- 989. Add to Array-Form of Integer.go
- 989. Add to Array-Form of Integer_test.go
- README.md
- 990. Satisfiability of Equality Equations.go
- 990. Satisfiability of Equality Equations_test.go
- README.md
- 991. Broken Calculator.go
- 991. Broken Calculator_test.go
- README.md
- 992. Subarrays with K Different Integers.go
- 992. Subarrays with K Different Integers_test.go
- README.md
- 993. Cousins in Binary Tree.go
- 993. Cousins in Binary Tree_test.go
- README.md
- 995. Minimum Number of K Consecutive Bit Flips.go
- 995. Minimum Number of K Consecutive Bit Flips_test.go
- README.md
- 996. Number of Squareful Arrays.go
- 996. Number of Squareful Arrays_test.go
- README.md
- 997.Find the Town Judge.go
- 997.Find the Town Judge_test.go
- README.md
- 999. Available Captures for Rook.go
- 999. Available Captures for Rook_test.go
- README.md
- 1002. Find Common Characters.go
- 1002. Find Common Characters_test.go
- README.md
- 1003. Check If Word Is Valid After Substitutions.go
- 1003. Check If Word Is Valid After Substitutions_test.go
- README.md
- 1004. Max Consecutive Ones III.go
- 1004. Max Consecutive Ones III_test.go
- README.md
- 1005. Maximize Sum Of Array After K Negations.go
- 1005. Maximize Sum Of Array After K Negations_test.go
- README.md
- 1006. Clumsy Factorial.go
- 1006. Clumsy Factorial_test.go
- README.md
- 1009. Complement of Base 10 Integer.go
- 1009. Complement of Base 10 Integer_test.go
- README.md
- 1010. Pairs of Songs With Total Durations Divisible by 60.go
- 1010. Pairs of Songs With Total Durations Divisible by 60_test.go
- README.md
- 1011. Capacity To Ship Packages Within D Days.go
- 1011. Capacity To Ship Packages Within D Days_test.go
- README.md
- 1017. Convert to Base -2.go
- 1017. Convert to Base -2_test.go
- README.md
- 1018. Binary Prefix Divisible By 5.go
- 1018. Binary Prefix Divisible By 5_test.go
- README.md
- 1019. Next Greater Node In Linked List.go
- 1019. Next Greater Node In Linked List_test.go
- README.md
- 1020. Number of Enclaves.go
- 1020. Number of Enclaves_test.go
- README.md
- 1021. Remove Outermost Parentheses.go
- 1021. Remove Outermost Parentheses_test.go
- README.md
- 1022. Sum of Root To Leaf Binary Numbers.go
- 1022. Sum of Root To Leaf Binary Numbers_test.go
- README.md
- 1025. Divisor Game.go
- 1025. Divisor Game_test.go
- README.md
- 1026. Maximum Difference Between Node and Ancestor.go
- 1026. Maximum Difference Between Node and Ancestor_test.go
- README.md
- 1028. Recover a Tree From Preorder Traversal.go
- 1028. Recover a Tree From Preorder Traversal_test.go
- README.md
- 1030. Matrix Cells in Distance Order.go
- 1030. Matrix Cells in Distance Order_test.go
- README.md
- 1034.Coloring A Border.go
- 1034.Coloring A Border_test.go
- README.md
- 1037. Valid Boomerang.go
- 1037. Valid Boomerang_test.go
- README.md
- 1038. Binary Search Tree to Greater Sum Tree.go
- 1038. Binary Search Tree to Greater Sum Tree_test.go
- README.md
- 1040. Moving Stones Until Consecutive II.go
- 1040. Moving Stones Until Consecutive II_test.go
- README.md
- 1047. Remove All Adjacent Duplicates In String.go
- 1047. Remove All Adjacent Duplicates In String_test.go
- README.md
- 1048. Longest String Chain.go
- 1048. Longest String Chain_test.go
- README.md
- 1049. Last Stone Weight II.go
- 1049. Last Stone Weight II_test.go
- README.md
- 1051. Height Checker.go
- 1051. Height Checker_test.go
- README.md
- 1052. Grumpy Bookstore Owner.go
- 1052. Grumpy Bookstore Owner_test.go
- README.md
- 1054. Distant Barcodes.go
- 1054. Distant Barcodes_test.go
- README.md
- 1073. Adding Two Negabinary Numbers.go
- 1073. Adding Two Negabinary Numbers_test.go
- README.md
- 1074. Number of Submatrices That Sum to Target.go
- 1074. Number of Submatrices That Sum to Target_test.go
- README.md
- 1078. Occurrences After Bigram.go
- 1078. Occurrences After Bigram_test.go
- README.md
- 1079. Letter Tile Possibilities.go
- 1079. Letter Tile Possibilities_test.go
- README.md
- 1089. Duplicate Zeros.go
- 1089. Duplicate Zeros_test.go
- README.md
- 1091. Shortest Path in Binary Matrix.go
- 1091. Shortest Path in Binary Matrix_test.go
- README.md
- 1093. Statistics from a Large Sample.go
- 1093. Statistics from a Large Sample_test.go
- README.md
- 1104.Path In Zigzag Labelled Binary Tree.go
- 1104.Path In Zigzag Labelled Binary Tree_test.go
- README.md
- 1105. Filling Bookcase Shelves.go
- 1105. Filling Bookcase Shelves_test.go
- README.md
- 1108. Defanging an IP Address.go
- 1108. Defanging an IP Address_test.go
- README.md
- 1110. Delete Nodes And Return Forest.go
- 1110. Delete Nodes And Return Forest_test.go
- README.md
- 1111. Maximum Nesting Depth of Two Valid Parentheses Strings.go
- 1111. Maximum Nesting Depth of Two Valid Parentheses Strings_test.go
- README.md
- 1122. Relative Sort Array.go
- 1122. Relative Sort Array_test.go
- README.md
- 1123. Lowest Common Ancestor of Deepest Leaves.go
- 1123. Lowest Common Ancestor of Deepest Leaves_test.go
- README.md
- 1128. Number of Equivalent Domino Pairs.go
- 1128. Number of Equivalent Domino Pairs_test.go
- README.md
- 1137. N-th Tribonacci Number.go
- 1137. N-th Tribonacci Number_test.go
- README.md
- 1143. Longest Common Subsequence.go
- 1143. Longest Common Subsequence_test.go
- README.md
- 1145. Binary Tree Coloring Game.go
- 1145. Binary Tree Coloring Game_test.go
- README.md
- 1154. Day of the Year.go
- 1154. Day of the Year_test.go
- README.md
- 1157. Online Majority Element In Subarray.go
- 1157. Online Majority Element In Subarray_test.go
- README.md
- 1160. Find Words That Can Be Formed by Characters.go
- 1160. Find Words That Can Be Formed by Characters_test.go
- README.md
- 1170. Compare Strings by Frequency of the Smallest Character.go
- 1170. Compare Strings by Frequency of the Smallest Character_test.go
- README.md
- 1171. Remove Zero Sum Consecutive Nodes from Linked List.go
- 1171. Remove Zero Sum Consecutive Nodes from Linked List_test.go
- README.md
- 1175. Prime Arrangements.go
- 1175. Prime Arrangements_test.go
- README.md
- 1178. Number of Valid Words for Each Puzzle.go
- 1178. Number of Valid Words for Each Puzzle_test.go
- README.md
- 1184. Distance Between Bus Stops.go
- 1184. Distance Between Bus Stops_test.go
- README.md
- 1185. Day of the Week.go
- 1185. Day of the Week_test.go
- README.md
- 1189. Maximum Number of Balloons.go
- 1189. Maximum Number of Balloons_test.go
- README.md
- 1190. Reverse Substrings Between Each Pair of Parentheses.go
- 1190. Reverse Substrings Between Each Pair of Parentheses_test.go
- README.md
- 1200. Minimum Absolute Difference.go
- 1200. Minimum Absolute Difference_test.go
- README.md
- 1201. Ugly Number III.go
- 1201. Ugly Number III_test.go
- README.md
- 1202. Smallest String With Swaps.go
- 1202. Smallest String With Swaps_test.go
- README.md
- 1203. Sort Items by Groups Respecting Dependencies.go
- 1203. Sort Items by Groups Respecting Dependencies_test.go
- README.md
- 1207. Unique Number of Occurrences.go
- 1207. Unique Number of Occurrences_test.go
- README.md
- 1208. Get Equal Substrings Within Budget.go
- 1208. Get Equal Substrings Within Budget_test.go
- README.md
- 1209. Remove All Adjacent Duplicates in String II.go
- 1209. Remove All Adjacent Duplicates in String II_test.go
- README.md
- 1217. Minimum Cost to Move Chips to The Same Position.go
- 1217. Minimum Cost to Move Chips to The Same Position_test.go
- README.md
- 1221. Split a String in Balanced Strings.go
- 1221. Split a String in Balanced Strings_test.go
- README.md
- 1232. Check If It Is a Straight Line.go
- 1232. Check If It Is a Straight Line_test.go
- README.md
- 1234. Replace the Substring for Balanced String.go
- 1234. Replace the Substring for Balanced String_test.go
- README.md
- 1235. Maximum Profit in Job Scheduling.go
- 1235. Maximum Profit in Job Scheduling_test.go
- README.md
- 1239. Maximum Length of a Concatenated String with Unique Characters.go
- 1239. Maximum Length of a Concatenated String with Unique Characters_test.go
- README.md
- 1249. Minimum Remove to Make Valid Parentheses.go
- 1249. Minimum Remove to Make Valid Parentheses_test.go
- README.md
- 1252. Cells with Odd Values in a Matrix.go
- 1252. Cells with Odd Values in a Matrix_test.go
- README.md
- 1254. Number of Closed Islands.go
- 1254. Number of Closed Islands_test.go
- README.md
- 1260. Shift 2D Grid.go
- 1260. Shift 2D Grid_test.go
- README.md
- 1266. Minimum Time Visiting All Points.go
- 1266. Minimum Time Visiting All Points_test.go
- README.md
- 1268. Search Suggestions System.go
- 1268. Search Suggestions System_test.go
- README.md
- 1275. Find Winner on a Tic Tac Toe Game.go
- 1275. Find Winner on a Tic Tac Toe Game_test.go
- README.md
- 1281. Subtract the Product and Sum of Digits of an Integer.go
- 1281. Subtract the Product and Sum of Digits of an Integer_test.go
- README.md
- 1283. Find the Smallest Divisor Given a Threshold.go
- 1283. Find the Smallest Divisor Given a Threshold_test.go
- README.md
- 1287. Element Appearing More Than 25% In Sorted Array.go
- 1287. Element Appearing More Than 25% In Sorted Array_test.go
- README.md
- 1290. Convert Binary Number in a Linked List to Integer.go
- 1290. Convert Binary Number in a Linked List to Integer_test.go
- README.md
- 1293. Shortest Path in a Grid with Obstacles Elimination.go
- 1293. Shortest Path in a Grid with Obstacles Elimination_test.go
- README.md
- 1295. Find Numbers with Even Number of Digits.go
- 1295. Find Numbers with Even Number of Digits_test.go
- README.md
- 1296.Divide Array in Sets of K Consecutive Numbers.go
- 1296.Divide Array in Sets of K Consecutive Numbers_test.go
- README.md
- 1299. Replace Elements with Greatest Element on Right Side.go
- 1299. Replace Elements with Greatest Element on Right Side_test.go
- README.md
- 1300. Sum of Mutated Array Closest to Target.go
- 1300. Sum of Mutated Array Closest to Target_test.go
- README.md
- 1302. Deepest Leaves Sum.go
- 1302. Deepest Leaves Sum_test.go
- README.md
- 1304. Find N Unique Integers Sum up to Zero.go
- 1304. Find N Unique Integers Sum up to Zero_test.go
- README.md
- 1305. All Elements in Two Binary Search Trees.go
- 1305. All Elements in Two Binary Search Trees_test.go
- README.md
- 1306. Jump Game III.go
- 1306. Jump Game III_test.go
- README.md
- 1310. XOR Queries of a Subarray.go
- 1310. XOR Queries of a Subarray_test.go
- README.md
- 1313. Decompress Run-Length Encoded List.go
- 1313. Decompress Run-Length Encoded List_test.go
- README.md
- 1317. Convert Integer to the Sum of Two No-Zero Integers.go
- 1317. Convert Integer to the Sum of Two No-Zero Integers_test.go
- README.md
- 1319. Number of Operations to Make Network Connected.go
- 1319. Number of Operations to Make Network Connected_test.go
- README.md
- 1329. Sort the Matrix Diagonally.go
- 1329. Sort the Matrix Diagonally_test.go
- README.md
- 1332. Remove Palindromic Subsequences.go
- 1332. Remove Palindromic Subsequences_test.go
- README.md
- 1337. The K Weakest Rows in a Matrix.go
- 1337. The K Weakest Rows in a Matrix_test.go
- README.md
- 1353. Maximum Number of Events That Can Be Attended.go
- 1353. Maximum Number of Events That Can Be Attended_test.go
- README.md
- 1380. Lucky Numbers in a Matrix.go
- 1380. Lucky Numbers in a Matrix_test.go
- README.md
- 1383. Maximum Performance of a Team.go
- 1383. Maximum Performance of a Team_test.go
- README.md
- 1385. Find the Distance Value Between Two Arrays.go
- 1385. Find the Distance Value Between Two Arrays_test.go
- README.md
- 1389. Create Target Array in the Given Order.go
- 1389. Create Target Array in the Given Order_test.go
- README.md
- 1396. Design Underground System.go
- 1396. Design Underground System_test.go
- README.md
- 1423. Maximum Points You Can Obtain from Cards.go
- 1423. Maximum Points You Can Obtain from Cards_test.go
- README.md
- 1437. Check If All 1s Are at Least Length K Places Away.go
- 1437. Check If All 1s Are at Least Length K Places Away_test.go
- README.md
- 1438. Longest Continuous Subarray With Absolute Diff Less Than or Equal to Limit.go
- 1438. Longest Continuous Subarray With Absolute Diff Less Than or Equal to Limit_test.go
- README.md
- 1439. Find the Kth Smallest Sum of a Matrix With Sorted Rows.go
- 1439. Find the Kth Smallest Sum of a Matrix With Sorted Rows_test.go
- README.md
- 1442. Count Triplets That Can Form Two Arrays of Equal XOR.go
- 1442. Count Triplets That Can Form Two Arrays of Equal XOR_test.go
- README.md
- 1446.Consecutive Characters.go
- 1446.Consecutive Characters_test.go
- README.md
- 1455. Check If a Word Occurs As a Prefix of Any Word in a Sentence.go
- 1455. Check If a Word Occurs As a Prefix of Any Word in a Sentence_test.go
- README.md
- 1461. Check If a String Contains All Binary Codes of Size K.go
- 1461. Check If a String Contains All Binary Codes of Size K_test.go
- README.md
- 1463. Cherry Pickup II.go
- 1463. Cherry Pickup II_test.go
- README.md
- 1464. Maximum Product of Two Elements in an Array.go
- 1464. Maximum Product of Two Elements in an Array_test.go
- README.md
- 1465. Maximum Area of a Piece of Cake After Horizontal and Vertical Cuts.go
- 1465. Maximum Area of a Piece of Cake After Horizontal and Vertical Cuts_test.go
- README.md
- 1470. Shuffle the Array.go
- 1470. Shuffle the Array_test.go
- README.md
- 1480. Running Sum of 1d Array.go
- 1480. Running Sum of 1d Array_test.go
- README.md
- 1482. Minimum Number of Days to Make m Bouquets.go
- 1482. Minimum Number of Days to Make m Bouquets_test.go
- README.md
- 1486. XOR Operation in an Array.go
- 1486. XOR Operation in an Array_test.go
- README.md
- 1512. Number of Good Pairs.go
- 1512. Number of Good Pairs_test.go
- README.md
- 1518.Water Bottles.go
- 1518.Water Bottles_test.go
- README.md
- 1539. Kth Missing Positive Number.go
- 1539. Kth Missing Positive Number_test.go
- README.md
- 1551. Minimum Operations to Make Array Equal.go
- 1551. Minimum Operations to Make Array Equal_test.go
- README.md
- 1572.Matrix Diagonal Sum.go
- 1572.Matrix Diagonal Sum_test.go
- README.md
- 1573. Number of Ways to Split a String.go
- 1573. Number of Ways to Split a String_test.go
- README.md
- 1576. Replace-All-s-to-Avoid-Consecutive-Repeating-Characters.go
- 1576. Replace-All-s-to-Avoid-Consecutive-Repeating-Characters_test.go
- README.md
- 1579. Remove Max Number of Edges to Keep Graph Fully Traversable.go
- 1579. Remove Max Number of Edges to Keep Graph Fully Traversable_test.go
- README.md
- 1600. Throne Inheritance.go
- 1600. Throne Inheritance_test.go
- README.md
- 1603. Design Parking System.go
- 1603. Design Parking System_test.go
- README.md
- 1608. Special Array With X Elements Greater Than or Equal X.go
- 1608. Special Array With X Elements Greater Than or Equal X_test.go
- README.md
- 1609.Even Odd Tree.go
- 1609.Even Odd Tree_test.go
- README.md
- 1614. Maximum Nesting Depth of the Parentheses.go
- 1614. Maximum Nesting Depth of the Parentheses_test.go
- README.md
- 1619. Mean of Array After Removing Some Elements.go
- 1619. Mean of Array After Removing Some Elements_test.go
- README.md
- 1624. Largest Substring Between Two Equal Characters.go
- 1624. Largest Substring Between Two Equal Characters_test.go
- README.md
- 1629. Slowest Key.go
- 1629. Slowest Key_test.go
- README.md
- 1631. Path With Minimum Effort.go
- 1631. Path With Minimum Effort_test.go
- README.md
- 1636. Sort Array by Increasing Frequency.go
- 1636. Sort Array by Increasing Frequency_test.go
- README.md
- 1640. Check Array Formation Through Concatenation.go
- 1640. Check Array Formation Through Concatenation_test.go
- README.md
- 1641. Count Sorted Vowel Strings.go
- 1641. Count Sorted Vowel Strings_test.go
- README.md
- 1642. Furthest Building You Can Reach.go
- 1642. Furthest Building You Can Reach_test.go
- README.md
- 1646. Get Maximum in Generated Array.go
- 1646. Get Maximum in Generated Array_test.go
- README.md
- 1647. Minimum Deletions to Make Character Frequencies Unique.go
- 1647. Minimum Deletions to Make Character Frequencies Unique_test.go
- README.md
- 1648. Sell Diminishing-Valued Colored Balls.go
- 1648. Sell Diminishing-Valued Colored Balls_test.go
- README.md
- 1649. Create Sorted Array through Instructions.go
- 1649. Create Sorted Array through Instructions_test.go
- README.md
- 1652. Defuse the Bomb.go
- 1652. Defuse the Bomb_test.go
- README.md
- 1653. Minimum Deletions to Make String Balanced.go
- 1653. Minimum Deletions to Make String Balanced_test.go
- README.md
- 1654. Minimum Jumps to Reach Home.go
- 1654. Minimum Jumps to Reach Home_test.go
- README.md
- 1655. Distribute Repeating Integers.go
- 1655. Distribute Repeating Integers_test.go
- README.md
- 1656. Design an Ordered Stream.go
- 1656. Design an Ordered Stream_test.go
- README.md
- 1657. Determine if Two Strings Are Close.go
- 1657. Determine if Two Strings Are Close_test.go
- README.md
- 1658. Minimum Operations to Reduce X to Zero.go
- 1658. Minimum Operations to Reduce X to Zero_test.go
- README.md
- 1659. Maximize Grid Happiness.go
- 1659. Maximize Grid Happiness_test.go
- README.md
- 1662. Check If Two String Arrays are Equivalent.go
- 1662. Check If Two String Arrays are Equivalent_test.go
- README.md
- 1663. Smallest String With A Given Numeric Value.go
- 1663. Smallest String With A Given Numeric Value_test.go
- README.md
- 1664. Ways to Make a Fair Array.go
- .gitattributes
- .gitignore
- .travis.yml
- coverage.txt
- go.mod
- go.sum
- gotest.sh
- LICENSE
- PDF v1.7.97.md
- README.md
- README_old.md
- README_zh.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/halfrost/LeetCode-Go
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd LeetCode-Go
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
// repository documentation
Was this content helpful?
(0 ratings)
