https://github.com/olegfomenko/treap-rust
Treap data structure algo
https://github.com/olegfomenko/treap-rust
e-olymp rust treap
Last synced: 3 months ago
JSON representation
Treap data structure algo
- Host: GitHub
- URL: https://github.com/olegfomenko/treap-rust
- Owner: olegfomenko
- Created: 2021-09-20T06:23:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T16:17:40.000Z (over 3 years ago)
- Last Synced: 2024-12-30T08:43:54.738Z (5 months ago)
- Topics: e-olymp, rust, treap
- Language: Rust
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# treap-rust
E-Olymp task: https://www.e-olymp.com/ru/problems/687
Rust solution: https://www.e-olymp.com/ru/submissions/9306842
Golang solution: https://www.e-olymp.com/ru/submissions/9292689