Texonom
Texonom
/
Computing
Computing
/Data/Data Structure/Tree Data/Binary Tree/
Rope Data
Search

Rope Data

Creator
Creator
Seonglae Cho
Created
Created
2023 Dec 9 8:31
Editor
Editor
Seonglae Cho
Edited
Edited
2023 Dec 9 8:33
Refs
Refs
String
 
 
 
 
 
 
Rope (data structure)
In computer programming, a rope, or cord, is a data structure composed of smaller strings that is used to efficiently store and manipulate a very long string. For example, a text editing program may use a rope to represent the text being edited, so that operations such as insertion, deletion, and random access can be done efficiently.
Rope (data structure)
https://en.wikipedia.org/wiki/Rope_(data_structure)
Rope (data structure)
 
 

Recommendations

Texonom
Texonom
/
Computing
Computing
/Data/Data Structure/Tree Data/Binary Tree/
Rope Data
Copyright Seonglae Cho