https://github.com/kpechenenko/leetcode-solutions
Go leetcode solutions.
https://github.com/kpechenenko/leetcode-solutions
go leetcode
Last synced: 5 months ago
JSON representation
Go leetcode solutions.
- Host: GitHub
- URL: https://github.com/kpechenenko/leetcode-solutions
- Owner: kpechenenko
- Created: 2025-02-15T19:43:58.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-21T16:40:04.000Z (8 months ago)
- Last Synced: 2025-05-30T03:39:12.773Z (6 months ago)
- Topics: go, leetcode
- Language: Go
- Homepage:
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Solved
1. [26. Remove Duplicates from Sorted Array](https://leetcode.com/problems/remove-duplicates-from-sorted-array/description/)
2. [155. Min Stack](https://leetcode.com/problems/min-stack/description/)
3. [355. Design Twitter](https://leetcode.com/problems/design-twitter/description/)
4. [190. Rotate Array](https://leetcode.com/problems/rotate-array/description/)
5. [217. Contains Duplicate](https://leetcode.com/problems/contains-duplicate/description/)
6. [136. Single Number](https://leetcode.com/problems/single-number/description/)
7. [350. Intersection of Two Arrays II](https://leetcode.com/problems/intersection-of-two-arrays-ii/description/)
8. [66. Plus One](https://leetcode.com/problems/plus-one/description/)
9. [283. Move Zeroes](https://leetcode.com/problems/move-zeroes/description/)
10. [1. Two Sum](https://leetcode.com/problems/two-sum/description/)
11. [36. Valid Sudoku](https://leetcode.com/problems/valid-sudoku/description/)
12. [48.Rotate Image](https://leetcode.com/problems/rotate-image/description/)
12. [7. Reverse Integer](https://leetcode.com/problems/reverse-integer/description/)
12. [344. Reverse String](https://leetcode.com/problems/reverse-string/description/)
13. [387. First Unique Character in a String](https://leetcode.com/problems/first-unique-character-in-a-string/description/)
14. [242. Valid Anagram](https://leetcode.com/problems/valid-anagram/description/)
15. [125. Valid Palindrome](https://leetcode.com/problems/valid-palindrome/description/)
15. [14. Longest Common Prefix](https://leetcode.com/problems/longest-common-prefix/description/)
15. [8. String to Integer (atoi)](https://leetcode.com/problems/string-to-integer-atoi/description/)
15. [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/)
16. [237. Delete Node in a Linked List](https://leetcode.com/problems/delete-node-in-a-linked-list/description/)
16. [19. Remove Nth Node From End of List](https://leetcode.com/problems/remove-nth-node-from-end-of-list/description/)
16. [206. Reverse Linked List](https://leetcode.com/problems/reverse-linked-list/description/)
17. [234. Palindrome Linked List](https://leetcode.com/problems/palindrome-linked-list/description/)
17. [21. Merge Two Sorted Lists](https://leetcode.com/problems/merge-two-sorted-lists/description/)
18. [141. Linked List Cycle](https://leetcode.com/problems/linked-list-cycle/description/)
18. [104. Maximum Depth of Binary Tree](https://leetcode.com/problems/maximum-depth-of-binary-tree/description/)
18. [101. Symmetric Tree](https://leetcode.com/problems/symmetric-tree/description/)
18. [98. Validate Binary Search Tree](https://leetcode.com/problems/validate-binary-search-tree/description/)
18. [102. Binary Tree Level Order Traversal](https://leetcode.com/problems/binary-tree-level-order-traversal/description/)
19. [108. Convert Sorted Array to Binary Search Tree](https://leetcode.com/problems/convert-sorted-array-to-binary-search-tree/description/)
20. [88. Merge Sorted Array](https://leetcode.com/problems/merge-sorted-array/description/)
20. [278. First Bad Version](https://leetcode.com/problems/first-bad-version/description/)
20. [70. Climbing Stairs](https://leetcode.com/problems/climbing-stairs/description/)
21. [121. Best Time to Buy and Sell Stock](https://leetcode.com/problems/best-time-to-buy-and-sell-stock/description/)
21. [53. Maximum Subarray](https://leetcode.com/problems/maximum-subarray/description/)
21. [412. Fizz Buzz](https://leetcode.com/problems/fizz-buzz/description/)
21. [204. Count Primes](https://leetcode.com/problems/count-primes/description/)
21. [326. Power of Three](https://leetcode.com/problems/power-of-three/description/)
21. [13. Roman to Integer](https://leetcode.com/problems/roman-to-integer/description/)
21. [122. Best Time to Buy and Sell Stock II](https://leetcode.com/problems/best-time-to-buy-and-sell-stock-ii/description/)
21. [286. Missing Number](https://leetcode.com/problems/missing-number/description/)
21. [118. Pascal's Triangle](https://leetcode.com/problems/pascals-triangle/description/)
21. [191. Number of 1 Bits](https://leetcode.com/problems/number-of-1-bit/description/)
21. [20. Valid Parentheses](https://leetcode.com/problems/valid-parentheses/description/)
22. [461. Hamming Distance](https://leetcode.com/problems/hamming-distance/description/)
23. [190. Reverse Bits](https://leetcode.com/problems/reverse-bits/description/)
24. [198. House Robber](https://leetcode.com/problems/house-robber/description/)
24. [384. Shuffle an Array](https://leetcode.com/problems/shuffle-an-array/description/)
24. [94. Binary Tree Inorder Traversal](https://leetcode.com/problems/binary-tree-inorder-traversal/description/)
25. [73. Set Matrix Zeroes](https://leetcode.com/problems/set-matrix-zeroes/description/)
25. [49. Group Anagrams](https://leetcode.com/problems/group-anagrams/description/)
25. [15. 3Sum](https://leetcode.com/problems/3sum/description/)
25. [200. Number of Islands](https://leetcode.com/problems/number-of-islands/description/)
25. [303. Range Sum Query - Immutable](https://leetcode.com/problems/range-sum-query-immutable/description/)
26. [238. Product of Array Except Self](https://leetcode.com/problems/product-of-array-except-self/description/)
27. [643. Maximum Average Subarray I](https://leetcode.com/problems/maximum-average-subarray-i/description/)
27. [500. Keyboard Row](https://leetcode.com/problems/keyboard-row/description/)
27. [628. Maximum Product of Three Numbers](https://leetcode.com/problems/maximum-product-of-three-numbers/description/)