{"id":20826076,"url":"https://github.com/clearxs/go-algorithms-and-data-structures","last_synced_at":"2026-05-20T23:02:37.110Z","repository":{"id":227687276,"uuid":"772144992","full_name":"ClearXs/go-Algorithms-and-Data-Structures","owner":"ClearXs","description":"go implementation algorithms and data-structurs","archived":false,"fork":false,"pushed_at":"2024-03-27T03:14:18.000Z","size":1409,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-18T17:48:39.316Z","etag":null,"topics":["algorithms","data-structures","go","leetcode"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ClearXs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-03-14T16:09:40.000Z","updated_at":"2024-03-14T16:45:23.000Z","dependencies_parsed_at":"2025-01-18T17:44:40.861Z","dependency_job_id":"e423cc22-611f-408b-a04a-5deaad75b83e","html_url":"https://github.com/ClearXs/go-Algorithms-and-Data-Structures","commit_stats":null,"previous_names":["clearxs/go-algorithms-and-data-structures"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ClearXs%2Fgo-Algorithms-and-Data-Structures","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ClearXs%2Fgo-Algorithms-and-Data-Structures/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ClearXs%2Fgo-Algorithms-and-Data-Structures/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ClearXs%2Fgo-Algorithms-and-Data-Structures/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ClearXs","download_url":"https://codeload.github.com/ClearXs/go-Algorithms-and-Data-Structures/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243173405,"owners_count":20248097,"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":["algorithms","data-structures","go","leetcode"],"created_at":"2024-11-17T23:07:42.430Z","updated_at":"2025-12-26T00:22:04.131Z","avatar_url":"https://github.com/ClearXs.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Summary\n\nThis Project include familiar data-structure, such as linked-list binary-tree... ,and myself leetcode question answer,\nand something sort algorithms\n\n### data-structures\n\n#### list\n\n- array-list\n\n#### stack\n\n- simple stack\n\n#### queue\n\n- simple queue\n- priority queue\n- \u003ci\u003ean circular buffer queue （plan）\u003c/i\u003e\n\n#### heap\n\n- an binary maximum/minimum heap\n\n#### graph\n\n- graph\n- digraph\n- disjoint\n\n#### tree\n\n- binary-tree\n\n### sort-algorithms\n\n- bubble-sort\n- insertion-sort\n- merge-sort\n- quick-sort\n- selection-sort\n\n### leetcode\n\nsolution following questions:\n\n1. [1. Two Sum](https://leetcode.com/problems/two-sum/description/)\n2. [3. Longest Substring Without Repeating Characters](https://leetcode.com/problems/longest-substring-without-repeating-characters/description/)\n3. [15. 3Sum](https://leetcode.com/problems/3sum/description/)\n4. [17. Letter Combinations of a Phone Number](https://leetcode.com/problems/letter-combinations-of-a-phone-number/description/)\n5. [19. Remove Nth Node From End of List](https://leetcode.com/problems/remove-nth-node-from-end-of-list/description/)\n6. [20. Valid Parentheses](https://leetcode.com/problems/valid-parentheses/description/)\n7. [21. Merge Two Sorted Lists](https://leetcode.com/problems/merge-two-sorted-lists/)\n8. [26. Remove Duplicates from Sorted Array](https://leetcode.com/problems/remove-duplicates-from-sorted-array)\n9. [27. Remove Element](https://leetcode.com/problems/remove-element)\n10. [62. Unique Paths](https://leetcode.com/problems/unique-paths)\n11. [45. Jump Game II](https://leetcode.com/problems/jump-game-ii)\n12. [46. Permutations](https://leetcode.com/problems/permutations)\n13. [47. Permutations II](https://leetcode.com/problems/permutations-ii)\n14. [53. Maximum Subarray](https://leetcode.com/problems/maximum-subarray)\n15. [55. Jump Game](https://leetcode.com/problems/jump-game)\n16. [70. Climbing Stairs](https://leetcode.com/problems/climbing-stairs)\n17. [77. Combinations](https://leetcode.com/problems/combinations)\n18. [83. Remove Duplicates from Sorted List](https://leetcode.com/problems/remove-duplicates-from-sorted-list)\n19. [86. Partition List](https://leetcode.com/problems/partition-list)\n20. [101. Symmetric Tree](https://leetcode.com/problems/symmetric-tree)\n21. [104. Maximum Depth of Binary Tree](https://leetcode.com/problems/maximum-depth-of-binary-tree)\n22. [111. Minimum Depth of Binary Tree](https://leetcode.com/problems/minimum-depth-of-binary-tree)\n23. [127. Word Ladder](https://leetcode.com/problems/word-ladder)\n24. [131. Palindrome Partitioning](https://leetcode.com/problems/palindrome-partitioning)\n25. [134. Gas Station](https://leetcode.com/problems/gas-station)\n26. [141. Linked List Cycle](https://leetcode.com/problems/linked-list-cycle)\n27. [150. Evaluate Reverse Polish Notation](https://leetcode.com/problems/evaluate-reverse-polish-notation)\n28. [167. Two Sum II - Input Array Is Sorted](https://leetcode.com/problems/two-sum-ii-input-array-is-sorted)\n29. [200. Number of Islands](https://leetcode.com/problems/number-of-islands)\n30. [202. Happy Number](https://leetcode.com/problems/happy-number)\n31. [203. Remove Linked List Elements](https://leetcode.com/problems/remove-linked-list-elements)\n32. [209. Minimum Size Subarray Sum](https://leetcode.com/problems/minimum-size-subarray-sum)\n33. [239. Sliding Window Maximum](https://leetcode.com/problems/sliding-window-maximum)\n34. [347. Top K Frequent Elements](https://leetcode.com/problems/top-k-frequent-elements)\n35. [376. Wiggle Subsequence](https://leetcode.com/problems/wiggle-subsequence)\n36. [383. Ransom Note](https://leetcode.com/problems/ransom-note/)\n37. [455. Assign Cookies](https://leetcode.com/problems/assign-cookies/description/)\n38. [463. Island Perimeter](https://leetcode.com/problems/island-perimeter/description/)\n39. [509. Fibonacci Number](https://leetcode.com/problems/fibonacci-number)\n40. [654. Maximum Binary Tree](https://leetcode.com/problems/maximum-binary-tree/description/)\n41. [684. Redundant Connection](https://leetcode.com/problems/redundant-connection/description/)\n42. [695. Max Area of Island](https://leetcode.com/problems/max-area-of-island/description/)\n43. [704. Binary Search](https://leetcode.com/problems/binary-search/description/)\n44. [746. Min Cost Climbing Stairs](https://leetcode.com/problems/min-cost-climbing-stairs)\n45. [797. All Paths From Source to Target](https://leetcode.com/problems/all-paths-from-source-to-target/description/)\n46. [860. Lemonade Change](https://leetcode.com/problems/lemonade-change/description/)\n47. [876. Middle of the Linked List](https://leetcode.com/problems/middle-of-the-linked-list/description/)\n48. [1047. Remove All Adjacent Duplicates In String](https://leetcode.com/problems/remove-all-adjacent-duplicates-in-string/description/)\n49. [1971. Find if Path Exists in Graph](https://leetcode.com/problems/find-if-path-exists-in-graph/description/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclearxs%2Fgo-algorithms-and-data-structures","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclearxs%2Fgo-algorithms-and-data-structures","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclearxs%2Fgo-algorithms-and-data-structures/lists"}