Java icon indicating copy to clipboard operation
Java copied to clipboard

Add Z-Algorithm for Linear-Time String Pattern Matching

Open Utkarsh-patel26 opened this issue 2 weeks ago • 2 comments

  • [ x ] I have read CONTRIBUTING.md.
  • [ x ] This pull request is all my own work -- I have not plagiarized it.
  • [ x ] All filenames are in PascalCase.
  • [ x ] All functions and variable names follow Java naming conventions.
  • [ x ] All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
  • [ x ] All new code is formatted with clang-format -i --style=file path/to/your/file.java

Utkarsh-patel26 avatar Nov 26 '25 01:11 Utkarsh-patel26