https://github.com/mailund/gostr
String algorithms examples in Go
https://github.com/mailund/gostr
Last synced: 3 months ago
JSON representation
String algorithms examples in Go
- Host: GitHub
- URL: https://github.com/mailund/gostr
- Owner: mailund
- License: mit
- Created: 2021-05-07T04:50:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-16T08:46:03.000Z (4 months ago)
- Last Synced: 2025-03-18T06:31:25.434Z (3 months ago)
- Language: Go
- Size: 8.55 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `stralg-in-go` - String algorithms examples in Go
[](https://github.com/mailund/gostr/actions/workflows/go.yml)
[](https://codecov.io/gh/mailund/gostr)
[](https://app.codacy.com/gh/mailund/gostr/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[](https://goreportcard.com/report/github.com/mailund/gostr)
[](https://opensource.org/licenses/MIT)This is just a small repository for Go implementations of basic
string algorithms for educational purposes.