AdvancedVocabulary#software-architecture#developer-tools#backend

Rope Data Structure Vocabulary

Build fluency in the vocabulary of representing one large string as a binary tree of smaller fragments.

0 / 5 completed
1 / 5
At standup, a dev mentions representing one very large string as a binary tree of smaller string fragments, where concatenating two huge strings together only ever requires creating one new small parent node instead of copying either string's contents. What is this structure called?