Skip to content

Instantly share code, notes, and snippets.

@kiedtl
Created February 5, 2020 01:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kiedtl/51782639d2153083e265b8bffb8774c1 to your computer and use it in GitHub Desktop.
Save kiedtl/51782639d2153083e265b8bffb8774c1 to your computer and use it in GitHub Desktop.
algorithm list

a list of algorithms

searching

  • aho-corasick
  • boyer-moore

parsing

  • Shunting-yard (for parsing mathematical expressions)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment