Skip to content

This plain text search engine allows users to compare algorithm complexities (Rabin-Karp, KMP, Boyer-Moore, Linear Search), features advanced indexing with Trie-based auto-complete, and incorporates fuzzy search using the Levenshtein distance algorithm for enhanced accuracy.

Notifications You must be signed in to change notification settings

Rupangkan/doc-find

Repository files navigation

Doc-find

A plain text search engine enables users to compare the complexities of various algorithms, including Rabin-Karp, KMP, Boyer-Moore, and Linear Search. It features advanced indexing with an auto-complete function using a Trie data structure. Additionally, it offers fuzzy search capabilities based on the Levenshtein distance algorithm for improved accuracy.

About

This plain text search engine allows users to compare algorithm complexities (Rabin-Karp, KMP, Boyer-Moore, Linear Search), features advanced indexing with Trie-based auto-complete, and incorporates fuzzy search using the Levenshtein distance algorithm for enhanced accuracy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published