-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Ioulianos Kakoulidis edited this page Mar 28, 2019
·
23 revisions
Welcome to the ftreap wiki!
TO DO
- Implicit treap, lazy operations.
- Delphi variant.
- Treap structure information.
- PasDoc comments.
- Exceptions.
- Unit testing.
- On line problems testing.
Added some test cases.
SPOJ - problem SDITSBST - time 0.04s.
SPOJ - problem SDITSAVL - time 0.45s.
SPOJ - problem ALLIN1 - time 2.17s (with fast input).
Testing on HackerEarth - problem Monk and his Friends - hashing problem, but it's good for testing - time 9.3s 😄. Compare to FCL-STL gset time - 6.4s 💪.