Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mailund/gostr

String algorithms examples in Go
https://github.com/mailund/gostr

Last synced: 13 days ago
JSON representation

String algorithms examples in Go

Awesome Lists containing this project

README

        

# gostr - String algorithms examples in Go

[![TravisCI Status](https://travis-ci.com/mailund/gostr.svg?branch=main)](https://travis-ci.com/mailund/gostr)
[![codecov](https://codecov.io/gh/mailund/gostr/branch/main/graph/badge.svg)](https://codecov.io/gh/mailund/gostr)
[![Coverage Status](https://coveralls.io/repos/github/mailund/gostr/badge.svg?branch=main)](https://coveralls.io/github/mailund/gostr?branch=main)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/4f8b3ef7896141b7ad4ace6f55d7ddc1)](https://app.codacy.com/gh/mailund/gostr/dashboard)

This is just a small repository for Go implementations of basic
string algorithms for educational purposes.