Concurrent implementation of Aho-Corasick string matching algorithm in C.
-
Updated
Jan 23, 2019 - C
Concurrent implementation of Aho-Corasick string matching algorithm in C.
🍢 Radix sorting algorithms for JavaScript
A linear-time k-center algorithm with fairness conditions and worst-case guarantees that is very fast in practice. Written in Rust with Python bindings.
A rust translation of my easy_dc algorithm and very first rust program.
Understanding and implementation of the algorithm to get three-coloring in triangle-free planar graphs
Counting Sort O(n) implementation based on CLRS
Presenting potential linear O(M) Diamter finding algorithm with worst case O(m * n). This is simply a C++ implementation of this iFUB algorithm.
A linear-time string preprocessing algorithm. Can be used for linear-time pattern matching O(n+m)
C++ Implementation of Kruskal's Minimum Spanning Tree algorithm on IP nodes
An Implementation of Ukkonens 1990 linear-time algorithm for finding an approximate shortest superstring in Java. Also includes an extendable version of Aho Corasick's efficient string matcher.
Using Python, created an algorithm inspired by Rabin-Karp Algorithm for string pattern matching in linear time
This procedure initialise an array in logarithmic time, that is O(log n). That is generally asymptotically better than the classic procedure, which takes linear time O(n).
Add a description, image, and links to the linear-time topic page so that developers can more easily learn about it.
To associate your repository with the linear-time topic, visit your repo's landing page and select "manage topics."