Skip to content

ale3otik/mipt_2015_sem3_AaDS

Repository files navigation

Algorithms and Data Structures MIPT 2015 3rd term

Finding of max flow in graph

  • O(V^3) - MKM + PushPreFlow algorithms
  • Edmonds–Karp algorithm

Algorithms on strings

  • Build of Suffix Array O(n) (Induced sort)
  • Build Suffix Tree O(n) (Ukkonen)
  • Z and prefix - functions
  • Manacher's algorithm counting palindroms

Reversi-game bot

  • using deep-limited dfs with heuristics

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages