Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/judimator/leetcode-problems
Leetcode problems written in Go
https://github.com/judimator/leetcode-problems
leetcode leetcode-go leetcode-golang leetcode-solutions
Last synced: about 2 months ago
JSON representation
Leetcode problems written in Go
- Host: GitHub
- URL: https://github.com/judimator/leetcode-problems
- Owner: judimator
- Created: 2020-12-19T14:48:04.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-20T19:07:51.000Z (2 months ago)
- Last Synced: 2024-11-20T20:19:42.542Z (2 months ago)
- Topics: leetcode, leetcode-go, leetcode-golang, leetcode-solutions
- Language: Go
- Homepage:
- Size: 247 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Problems
[1.Two Sum](/0001_two_sum/README.md)
[2.Add Two Sum Numbers](/0002_add_two_sum_numbers/README.md)
[3.Longest Substring Without Repeating Characters](/0003_longest_substring_without_repeating_characters/README.md)
[4.Median of Two Sorted Arrays](/0004_median_of_two_sorted_arrays/README.md)
[5.Longest Palindromic Substring](/0005_longest_palindromic_substring/README.md)
[6.ZigZag Conversion](/0006_zigzag_conversion/README.md)
[7.Reverse Integer](/0007_reverse_integer/README.md)
[8.String to Integer (atoi)](/0008_string_to_integer_atoi/README.md)
[9.Palindrome Number](/0009_palindrome_number/README.md)
[10.Regular Expression Matching](/0010_regular_expression_matching/README.md)
[11.Container With Most Water](/0011_container_with_most_water/README.md)
[12.Integer to Roman](/0012_integer_to_roman/README.md)
[13.Roman to Integer](/0013_roman_ro_integer/README.md)
[14.Longest Common Prefix](/0014_longest_common_prefix/README.md)
[15.3Sum](/0015_3sum/README.md)
[16.3Sum Closest](/0016_3sum_closest/README.md)
[17.Letter Combinations of a Phone Number](/0017_letter_combinations_of_a_phone_number/README.md)
[18.4Sum](/0018_4sum/README.md)
[19.Remove Nth Node From End Of List](/0019_remove_nth_node_from_end_of_list/README.md)
[20.Valid Parentheses](/0020_valid_parentheses/README.md)
[21.Merge Two Sorted Lists](/0021_merge_two_sorted_lists/README.md)
[22.Generate Parentheses](/0022_generate_parentheses/README.md)
[23.Merge k Sorted Lists](/0023_merge_k_sorted_lists/README.md)
[24.Swap Nodes in Pairs](/0024_swap_nodes_in_pairs/README.md)
[25.Reverse Nodes in k-Group](/0025_reverse_nodes_in_k_group/README.md)
[26.Remove Duplicates from Sorted Array](/0026_remove_duplicates_from_sorted_array/README.md)
[27.Remove Element](/0027_remove_element/README.md)
[28.Find the Index of the First Occurrence in a String](/0028_find_the_index_of_the_first_occurrence_in_a_string/README.md)
[29.Divide Two Integers](/0029_divide_two_integers/README.md)
[30.Substring with Concatenation of All Words](/0030_substring_with_concatenation_of_all_words/README.md)
[31.Next Permutation](/0031_next_permutation/README.md)
[32.Longest Valid Parentheses](/0032_longest_valid_parentheses/README.md)
[33.Search in Rotated Sorted Array](/0033_search_in_rotated_sorted_array/README.md)
[34.Find First and Last Position of Element in Sorted Array](/0034_find_first_and_last_position_of_element_in_sorted_array/README.md)
[35.Search Insert Position](/0035_search_insert_position/README.md)
[36.Valid Sudoku](/0036_valid_sudoku/README.md)
[37.Sudoku Solver](/0037_sudoku_solver/README.md)
[38.Count and Say](/0038_count_and_say/README.md)
[39.Combination Sum](/0039_combination_sum/README.md)
[40.Combination Sum II](/0040_combination_sum_ii/README.md)
[41.First Missing Positive](/0041_first_missing_positive/README.md)
[42.Trapping Rain Water](/0042_trapping_rain_water/README.md)
[43.Multiply strings](/0043_multiply_strings/README.md)
[44.Wildcard matching](/0044_wildcard_matching/README.md)
[45.Jump Game II](/0045_jump_game_ii/README.md)
[46.Permutations](/0046_permutations/README.md)
[47.Permutations II](/0047_permutations_ii/README.md)
[48.Rotate Image](/0048_rotate_image/README.md)
[49.Group Anagrams](/0049_group_anagrams/README.md)
[50.Pow(x, n)](/0050_powx_n/README.md)
[51.N-Queens](/0051_n_queens/README.md)
[52.N-Queens II](/0052_n_queens_ii/README.md)
[53.Maximum Subarray](/0053_maximum_subarray/README.md)
[54.Spiral Matrix](/0054_spiral_matrix/README.md)
[55.Jump Game](/0055_jump_game/README.md)
[56.Merge Intervals](/0056_merge_intervals/README.md)
[57.Insert Interval](/0057_insert_interval/README.md)
[58.Length of Last Word](/0058_length_of_last_word/README.md)
[64.Minimum Path Sum](/0064_minimum_path_sum/README.md)