https://github.com/wralith/go-leetcode
Leetcode Solutions and Tests!
https://github.com/wralith/go-leetcode
go leetcode
Last synced: 7 months ago
JSON representation
Leetcode Solutions and Tests!
- Host: GitHub
- URL: https://github.com/wralith/go-leetcode
- Owner: wralith
- License: mit
- Created: 2022-06-11T11:15:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-04T18:22:27.000Z (over 2 years ago)
- Last Synced: 2025-01-13T05:41:44.894Z (9 months ago)
- Topics: go, leetcode
- Language: Go
- Homepage:
- Size: 120 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Leetcode
There are solution and the test on each folder inside leedcode directory.
Thinking about algorithm, implementing data structure to them help me learn new programming languages this repository might be useful for you if you think like me as well.
Most of the time i think about the problem for few minutes, try to define it well, visualize, bring up with some alternative solutions. Then again, most of the time i search for the optimal solution and repo mostly consists of those. Because, there would be no _learning_ without _input_
I love [testify](https://github.com/stretchr/testify) packages approach on testing go so i used it most of my tests.