Implementation of Simple deterministic O(n log n) algorithm finding solutions of Erdős-Ginzburg-Ziv theorem.
EGZ.py
: Implements procedures with 0-based index and standard I/O helper.tests
: Testdata testing correctness ofEGZ.py
linear.pdf
: First draft of linear time algorithm finding zero-sum.