otm / longest-common-prefix

A small package for calculating the longest common prefix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Longest Common Prefix

Used for calculating the longest common Prefix

Usage

import "github.com/otm/longest-common-prefix"

found, err := lcp.Find("foo", stringSlice)

About

A small package for calculating the longest common prefix

License:MIT License


Languages

Language:Go 100.0%