An efficient Java substring search library
-
Updated
Oct 8, 2021 - Java
An efficient Java substring search library
Useful Algorithms covering multiple topics completed in Java.
gives positions of occurrence of a substring using rolling hash functions
Assignments from Algorithms Course like - All pairs shortest path, Common Substrings, Huffman Coding, K-nary Heaps, KMP, Line Sweep, Matrix Chain Multiplication, Maximum Flow, Quick Sort, Strongly Connected Components
Naive algorith to search substring in string
refresher project from Hackerrank to practice writing a custom Comparator (original problem at https://www.hackerrank.com/challenges/java-string-compare/problem).
Programming questions Java/ codechef problems
Implementation of common algorithms as part of the COMP20290 module
Add a description, image, and links to the substring-search topic page so that developers can more easily learn about it.
To associate your repository with the substring-search topic, visit your repo's landing page and select "manage topics."