Skip to content
/ lcp Public

A longest common prefix library implementation for Go

License

Notifications You must be signed in to change notification settings

abcum/lcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lcp

LCP is a library for detecting the longest common prefix among byte slices for Golang.

Features

  • Detect longest common prefix in byte slices
  • Detect longest common prefix lexicographically
  • Detect longest common prefix between two or multiple byte slices

Installation

go get github.com/abcum/lcp

Releases

No releases published

Packages

No packages published