Bachelors_Thesis_Code/V1
Knyffen c6b6329134 Abstrack simple string matching to a process
The process contains the fingerprinting function along with a queue
representing the sliding window. This means that the user no longer
needs to remember the outgoing character when streaming the text.
2021-11-14 16:19:11 +01:00
..
compare_fingerprint_false_positive_probabilities.sage Init (add codebase) 2021-11-14 14:35:05 +01:00
general_library.cpp Init (add codebase) 2021-11-14 14:35:05 +01:00
general_library.hpp Init (add codebase) 2021-11-14 14:35:05 +01:00
generate_initial_irreducible_polynomials.sage Init (add codebase) 2021-11-14 14:35:05 +01:00
generate_random_irreducible_polynomial.sage Init (add codebase) 2021-11-14 14:35:05 +01:00
Makefile Remove .sage.py files with make clean 2021-11-14 14:52:21 +01:00
multiply_polynomials_modulo_polynomial.sage Init (add codebase) 2021-11-14 14:35:05 +01:00
Rabin_fingerprint.cpp Init (add codebase) 2021-11-14 14:35:05 +01:00
Rabin_fingerprint.hpp Init (add codebase) 2021-11-14 14:35:05 +01:00
simple_string_matching Abstrack simple string matching to a process 2021-11-14 16:19:11 +01:00
simple_string_matching.cpp Init (add codebase) 2021-11-14 14:35:05 +01:00
test_rabin_fingerprint.sage Init (add codebase) 2021-11-14 14:35:05 +01:00