stevenhalim / cpbook-code

CP4 Free Source Code Project (C++17, Java11, Python3 and OCaml)
2k stars 491 forks source link

Add Python data structures #20

Closed donjar closed 5 years ago

donjar commented 5 years ago

This PR adds three data structures written in Python 3:

stevenhalim commented 5 years ago

As this ufds/fenwicktree Python code has been proven to be AC in Kattis (need to submit as Python 2 instead, as it uses pypy), I will accept this PR.