Skip to content

String(not limited to []const u8)-searching algorithms in zig

License

Notifications You must be signed in to change notification settings

ziglibs/string-searching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

string-searching

CI

Implementation of some string-search algorithms in zig. Compatible with zig v0.11.0.

Boyer-Moore string searching

Ported from the implementation in the Go standard library: strings/search.go.

Bitap algorithm

Inspired by the code on the Wikipedia article.

Releases

No releases published

Packages

No packages published

Languages