https://github.com/ddanielsantos/rope
Rope data structure
https://github.com/ddanielsantos/rope
Last synced: 2 months ago
JSON representation
Rope data structure
- Host: GitHub
- URL: https://github.com/ddanielsantos/rope
- Owner: ddanielsantos
- Created: 2024-07-10T21:18:08.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T01:09:54.000Z (9 months ago)
- Last Synced: 2025-01-04T00:48:01.235Z (4 months ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Rope
A data structure for storing strings, a specialization of a binary tree
## TODO:
- [x] .concat (needs refactoring)
- [ ] .split
- [ ] .rebalance
- [ ] .index
- [ ] .replace
- [ ] .text