An open API service indexing awesome lists of open source software.

https://github.com/ddanielsantos/rope

Rope data structure
https://github.com/ddanielsantos/rope

Last synced: 2 months ago
JSON representation

Rope data structure

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