Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohamed-samir907/leetcode
https://github.com/mohamed-samir907/leetcode
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mohamed-samir907/leetcode
- Owner: mohamed-samir907
- Created: 2023-07-01T02:22:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-01T04:51:53.000Z (over 1 year ago)
- Last Synced: 2024-06-21T16:56:34.771Z (8 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# leetcode
Trying to solve some leetcode problems.# Tests
```bash
./leet test# or
go test -v ./...
```