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

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

Awesome Lists containing this project

README

        

# `stralg-in-go` - String algorithms examples in Go

[![CI](https://github.com/mailund/gostr/actions/workflows/go.yml/badge.svg)](https://github.com/mailund/gostr/actions/workflows/go.yml)
[![codecov](https://codecov.io/gh/mailund/gostr/graph/badge.svg?token=k2WuA17pRf)](https://codecov.io/gh/mailund/gostr)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/993e79d5a4a348aaa525434e376b880d)](https://app.codacy.com/gh/mailund/gostr/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[![Go Report Card](https://goreportcard.com/badge/github.com/mailund/gostr)](https://goreportcard.com/report/github.com/mailund/gostr)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

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