A web-based search application for .txt files with five algorithms (Linear, Binary, Naive, KMP, Boyer-Moore) and execution time visualization
-
Updated
Jun 16, 2025 - Jupyter Notebook
A web-based search application for .txt files with five algorithms (Linear, Binary, Naive, KMP, Boyer-Moore) and execution time visualization
Laboratory work on text search course
Implementations of Various Data Structures & Algorithms
Rust implementation of naive string matcher algorithm
Program developed in Python designed to compare run-times of the naive string matching algorithm when implemented sequentially, and then parallelly. Tested with various lengths of both the target string and the search string.
Executing important algorithms using java
Add a description, image, and links to the naive-string-matcher topic page so that developers can more easily learn about it.
To associate your repository with the naive-string-matcher topic, visit your repo's landing page and select "manage topics."