Skip to content

Implementation of some known string algorithmn and data structures like: Rope, Trie, Knuth Morris Pratt, Boyer Moore, Levenshtein

License

Notifications You must be signed in to change notification settings

linkdotnet/StringOperations

Repository files navigation

String Operations for C#

.NET Build & Test

This library implements some basic string algorithm. The implementations are not optimized for performance but more for an educational purpose.

Currently implemented algorithms

Edit-Distances

  • Longest Common Subsequence
  • Longest Common Substring
  • Levenshtein Distance
  • Hamming Distance

Search

  • Knuth-Morris-Pratt
  • Boyer-Moore
  • Z-Algorithm

Data Structure

  • Trie
  • Rope

Compression

  • Lempel-Ziv-Welch

About

Implementation of some known string algorithmn and data structures like: Rope, Trie, Knuth Morris Pratt, Boyer Moore, Levenshtein

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages