Does Python have a rope data structure?
There isn't one in the standard library, but there are implementations out there, e.g. pyropes
.
There's also this list of various non-built-in data structure implementations for Python.
There isn't one in the standard library, but there are implementations out there, e.g. pyropes
.
There's also this list of various non-built-in data structure implementations for Python.