{"id":25541011,"url":"https://github.com/kpechenenko/leetcode-solutions","last_synced_at":"2025-07-01T02:33:10.393Z","repository":{"id":277808203,"uuid":"933370701","full_name":"kpechenenko/leetcode-solutions","owner":"kpechenenko","description":"Go leetcode solutions.","archived":false,"fork":false,"pushed_at":"2025-03-21T16:40:04.000Z","size":109,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-30T03:39:12.773Z","etag":null,"topics":["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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kpechenenko.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,"zenodo":null}},"created_at":"2025-02-15T19:43:58.000Z","updated_at":"2025-03-21T16:40:07.000Z","dependencies_parsed_at":"2025-03-20T17:39:26.755Z","dependency_job_id":null,"html_url":"https://github.com/kpechenenko/leetcode-solutions","commit_stats":null,"previous_names":["kpechenenko/leetcode-solutions"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kpechenenko/leetcode-solutions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kpechenenko%2Fleetcode-solutions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kpechenenko%2Fleetcode-solutions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kpechenenko%2Fleetcode-solutions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kpechenenko%2Fleetcode-solutions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kpechenenko","download_url":"https://codeload.github.com/kpechenenko/leetcode-solutions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kpechenenko%2Fleetcode-solutions/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260797615,"owners_count":23064823,"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":["go","leetcode"],"created_at":"2025-02-20T06:28:49.454Z","updated_at":"2025-07-01T02:33:10.375Z","avatar_url":"https://github.com/kpechenenko.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Solved\n\n1. [26. Remove Duplicates from Sorted Array](https://leetcode.com/problems/remove-duplicates-from-sorted-array/description/)\n2. [155. Min Stack](https://leetcode.com/problems/min-stack/description/)\n3. [355. Design Twitter](https://leetcode.com/problems/design-twitter/description/)\n4. [190. Rotate Array](https://leetcode.com/problems/rotate-array/description/)\n5. [217. Contains Duplicate](https://leetcode.com/problems/contains-duplicate/description/)\n6. [136. Single Number](https://leetcode.com/problems/single-number/description/)\n7. [350. Intersection of Two Arrays II](https://leetcode.com/problems/intersection-of-two-arrays-ii/description/)\n8. [66. Plus One](https://leetcode.com/problems/plus-one/description/)\n9. [283. Move Zeroes](https://leetcode.com/problems/move-zeroes/description/)\n10. [1. Two Sum](https://leetcode.com/problems/two-sum/description/)\n11. [36. Valid Sudoku](https://leetcode.com/problems/valid-sudoku/description/)\n12. [48.Rotate Image](https://leetcode.com/problems/rotate-image/description/)\n12. [7. Reverse Integer](https://leetcode.com/problems/reverse-integer/description/)\n12. [344. Reverse String](https://leetcode.com/problems/reverse-string/description/)\n13. [387. First Unique Character in a String](https://leetcode.com/problems/first-unique-character-in-a-string/description/)\n14. [242. Valid Anagram](https://leetcode.com/problems/valid-anagram/description/)\n15. [125. Valid Palindrome](https://leetcode.com/problems/valid-palindrome/description/)\n15. [14. Longest Common Prefix](https://leetcode.com/problems/longest-common-prefix/description/)\n15. [8. String to Integer (atoi)](https://leetcode.com/problems/string-to-integer-atoi/description/)\n15. [28. Find the Index of the First Occurrence in a String](https://leetcode.com/problems/find-the-index-of-the-first-occurrence-in-a-string/description/)\n16. [237. Delete Node in a Linked List](https://leetcode.com/problems/delete-node-in-a-linked-list/description/)\n16. [19. Remove Nth Node From End of List](https://leetcode.com/problems/remove-nth-node-from-end-of-list/description/)\n16. [206. Reverse Linked List](https://leetcode.com/problems/reverse-linked-list/description/)\n17. [234. Palindrome Linked List](https://leetcode.com/problems/palindrome-linked-list/description/)\n17. [21. Merge Two Sorted Lists](https://leetcode.com/problems/merge-two-sorted-lists/description/)\n18. [141. Linked List Cycle](https://leetcode.com/problems/linked-list-cycle/description/)\n18. [104. Maximum Depth of Binary Tree](https://leetcode.com/problems/maximum-depth-of-binary-tree/description/)\n18. [101. Symmetric Tree](https://leetcode.com/problems/symmetric-tree/description/)\n18. [98. Validate Binary Search Tree](https://leetcode.com/problems/validate-binary-search-tree/description/)\n18. [102. Binary Tree Level Order Traversal](https://leetcode.com/problems/binary-tree-level-order-traversal/description/)\n19. [108. Convert Sorted Array to Binary Search Tree](https://leetcode.com/problems/convert-sorted-array-to-binary-search-tree/description/)\n20. [88. Merge Sorted Array](https://leetcode.com/problems/merge-sorted-array/description/)\n20. [278. First Bad Version](https://leetcode.com/problems/first-bad-version/description/)\n20. [70. Climbing Stairs](https://leetcode.com/problems/climbing-stairs/description/)\n21. [121. Best Time to Buy and Sell Stock](https://leetcode.com/problems/best-time-to-buy-and-sell-stock/description/)\n21. [53. Maximum Subarray](https://leetcode.com/problems/maximum-subarray/description/)\n21. [412. Fizz Buzz](https://leetcode.com/problems/fizz-buzz/description/)\n21. [204. Count Primes](https://leetcode.com/problems/count-primes/description/)\n21. [326. Power of Three](https://leetcode.com/problems/power-of-three/description/)\n21. [13. Roman to Integer](https://leetcode.com/problems/roman-to-integer/description/)\n21. [122. Best Time to Buy and Sell Stock II](https://leetcode.com/problems/best-time-to-buy-and-sell-stock-ii/description/)\n21. [286. Missing Number](https://leetcode.com/problems/missing-number/description/)\n21. [118. Pascal's Triangle](https://leetcode.com/problems/pascals-triangle/description/)\n21. [191. Number of 1 Bits](https://leetcode.com/problems/number-of-1-bit/description/)\n21. [20. Valid Parentheses](https://leetcode.com/problems/valid-parentheses/description/)\n22. [461. Hamming Distance](https://leetcode.com/problems/hamming-distance/description/)\n23. [190. Reverse Bits](https://leetcode.com/problems/reverse-bits/description/)\n24. [198. House Robber](https://leetcode.com/problems/house-robber/description/)\n24. [384. Shuffle an Array](https://leetcode.com/problems/shuffle-an-array/description/)\n24. [94. Binary Tree Inorder Traversal](https://leetcode.com/problems/binary-tree-inorder-traversal/description/)\n25. [73. Set Matrix Zeroes](https://leetcode.com/problems/set-matrix-zeroes/description/)\n25. [49. Group Anagrams](https://leetcode.com/problems/group-anagrams/description/)\n25. [15. 3Sum](https://leetcode.com/problems/3sum/description/)\n25. [200. Number of Islands](https://leetcode.com/problems/number-of-islands/description/)\n25. [303. Range Sum Query - Immutable](https://leetcode.com/problems/range-sum-query-immutable/description/)\n26. [238. Product of Array Except Self](https://leetcode.com/problems/product-of-array-except-self/description/)\n27. [643. Maximum Average Subarray I](https://leetcode.com/problems/maximum-average-subarray-i/description/)\n27. [500. Keyboard Row](https://leetcode.com/problems/keyboard-row/description/)\n27. [628. Maximum Product of Three Numbers](https://leetcode.com/problems/maximum-product-of-three-numbers/description/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkpechenenko%2Fleetcode-solutions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkpechenenko%2Fleetcode-solutions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkpechenenko%2Fleetcode-solutions/lists"}