bitap-algorithm
There are 4 repositories under bitap-algorithm topic.
CMU-SAFARI/GenASM
Source code for the software implementations of the GenASM algorithms proposed in our MICRO 2020 paper: Senol Cali et. al., "GenASM: A High-Performance, Low-Power Approximate String Matching Acceleration Framework for Genome Sequence Analysis" at https://people.inf.ethz.ch/omutlu/pub/GenASM-approximate-string-matching-framework-for-genome-analysis_micro20.pdf
ziglibs/string-searching
String(not limited to []const u8)-searching algorithms in zig
takker99/ddc-bitap
ddc.vim filters for Bitap algorithm
ruchirmehta07/Analysis-of-Various-String-Algorithms
Here we have discussed various string algorithms, including the popular pattern matching algorithms like KMP, Z, Rabin Karp, etc as a part of Design and Analysis of Algorithms course under the guidance of Dr. Kapil Ahuja