{"id":21564744,"url":"https://github.com/judimator/leetcode-problems","last_synced_at":"2025-10-05T00:54:10.317Z","repository":{"id":210964016,"uuid":"322869737","full_name":"judimator/leetcode-problems","owner":"judimator","description":"Leetcode problems written in Go","archived":false,"fork":false,"pushed_at":"2025-01-01T20:14:04.000Z","size":399,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-24T11:44:39.452Z","etag":null,"topics":["leetcode","leetcode-go","leetcode-golang","leetcode-solutions"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/judimator.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-19T14:48:04.000Z","updated_at":"2025-01-01T20:14:07.000Z","dependencies_parsed_at":"2024-08-17T21:30:39.417Z","dependency_job_id":"974296db-6577-49d1-bf1d-49f718147ea2","html_url":"https://github.com/judimator/leetcode-problems","commit_stats":null,"previous_names":["judimator/go-learning-tasks","judimator/leetcode-problems"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/judimator%2Fleetcode-problems","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/judimator%2Fleetcode-problems/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/judimator%2Fleetcode-problems/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/judimator%2Fleetcode-problems/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/judimator","download_url":"https://codeload.github.com/judimator/leetcode-problems/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244160054,"owners_count":20408021,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["leetcode","leetcode-go","leetcode-golang","leetcode-solutions"],"created_at":"2024-11-24T10:17:04.156Z","updated_at":"2025-10-05T00:54:05.276Z","avatar_url":"https://github.com/judimator.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Problems\n\n[1.Two Sum](/0001_two_sum/README.md)  \n[2.Add Two Sum Numbers](/0002_add_two_sum_numbers/README.md)  \n[3.Longest Substring Without Repeating Characters](/0003_longest_substring_without_repeating_characters/README.md)  \n[4.Median of Two Sorted Arrays](/0004_median_of_two_sorted_arrays/README.md)  \n[5.Longest Palindromic Substring](/0005_longest_palindromic_substring/README.md)  \n[6.ZigZag Conversion](/0006_zigzag_conversion/README.md)  \n[7.Reverse Integer](/0007_reverse_integer/README.md)  \n[8.String to Integer (atoi)](/0008_string_to_integer_atoi/README.md)  \n[9.Palindrome Number](/0009_palindrome_number/README.md)  \n[10.Regular Expression Matching](/0010_regular_expression_matching/README.md)  \n[11.Container With Most Water](/0011_container_with_most_water/README.md)  \n[12.Integer to Roman](/0012_integer_to_roman/README.md)  \n[13.Roman to Integer](/0013_roman_ro_integer/README.md)  \n[14.Longest Common Prefix](/0014_longest_common_prefix/README.md)  \n[15.3Sum](/0015_3sum/README.md)\n[16.3Sum Closest](/0016_3sum_closest/README.md)  \n[17.Letter Combinations of a Phone Number](/0017_letter_combinations_of_a_phone_number/README.md)  \n[18.4Sum](/0018_4sum/README.md)  \n[19.Remove Nth Node From End Of List](/0019_remove_nth_node_from_end_of_list/README.md)  \n[20.Valid Parentheses](/0020_valid_parentheses/README.md)  \n[21.Merge Two Sorted Lists](/0021_merge_two_sorted_lists/README.md)  \n[22.Generate Parentheses](/0022_generate_parentheses/README.md)  \n[23.Merge k Sorted Lists](/0023_merge_k_sorted_lists/README.md)  \n[24.Swap Nodes in Pairs](/0024_swap_nodes_in_pairs/README.md)  \n[25.Reverse Nodes in k-Group](/0025_reverse_nodes_in_k_group/README.md)  \n[26.Remove Duplicates from Sorted Array](/0026_remove_duplicates_from_sorted_array/README.md)  \n[27.Remove Element](/0027_remove_element/README.md)  \n[28.Find the Index of the First Occurrence in a String](/0028_find_the_index_of_the_first_occurrence_in_a_string/README.md)  \n[29.Divide Two Integers](/0029_divide_two_integers/README.md)  \n[30.Substring with Concatenation of All Words](/0030_substring_with_concatenation_of_all_words/README.md)  \n[31.Next Permutation](/0031_next_permutation/README.md)  \n[32.Longest Valid Parentheses](/0032_longest_valid_parentheses/README.md)  \n[33.Search in Rotated Sorted Array](/0033_search_in_rotated_sorted_array/README.md)  \n[34.Find First and Last Position of Element in Sorted Array](/0034_find_first_and_last_position_of_element_in_sorted_array/README.md)  \n[35.Search Insert Position](/0035_search_insert_position/README.md)  \n[36.Valid Sudoku](/0036_valid_sudoku/README.md)  \n[37.Sudoku Solver](/0037_sudoku_solver/README.md)  \n[38.Count and Say](/0038_count_and_say/README.md)  \n[39.Combination Sum](/0039_combination_sum/README.md)  \n[40.Combination Sum II](/0040_combination_sum_ii/README.md)  \n[41.First Missing Positive](/0041_first_missing_positive/README.md)  \n[42.Trapping Rain Water](/0042_trapping_rain_water/README.md)  \n[43.Multiply strings](/0043_multiply_strings/README.md)  \n[44.Wildcard matching](/0044_wildcard_matching/README.md)  \n[45.Jump Game II](/0045_jump_game_ii/README.md)  \n[46.Permutations](/0046_permutations/README.md)  \n[47.Permutations II](/0047_permutations_ii/README.md)  \n[48.Rotate Image](/0048_rotate_image/README.md)  \n[49.Group Anagrams](/0049_group_anagrams/README.md)  \n[50.Pow(x, n)](/0050_powx_n/README.md)  \n[51.N-Queens](/0051_n_queens/README.md)  \n[52.N-Queens II](/0052_n_queens_ii/README.md)  \n[53.Maximum Subarray](/0053_maximum_subarray/README.md)  \n[54.Spiral Matrix](/0054_spiral_matrix/README.md)  \n[55.Jump Game](/0055_jump_game/README.md)  \n[56.Merge Intervals](/0056_merge_intervals/README.md)  \n[57.Insert Interval](/0057_insert_interval/README.md)  \n[58.Length of Last Word](/0058_length_of_last_word/README.md)  \n[59.Spiral Matrix II](/0059_spiral_matrix_ii/README.md)  \n[60.Permutation Sequence](/0060_permutation_sequence/README.md)  \n[61.Rotate List](/0061_rotate_list/README.md)  \n[62.Unique Path](/0062_unique_paths/README.md)  \n[63.Unique Path II](/0063_unique_paths_ii/README.md)  \n[64.Minimum Path Sum](/0064_minimum_path_sum/README.md)  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjudimator%2Fleetcode-problems","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjudimator%2Fleetcode-problems","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjudimator%2Fleetcode-problems/lists"}