Computer Science, asked by praptisathe37301, 8 months ago

What data structures will you use to implement a text editor?

Answers

Answered by itzBrainlyBoy
0

Answer:

Gap Buffer is a data structure used for editing and storing text in an efficient manner that is being currently edited. It is also similar to an array but a gap is introduced in the array for handling multiple changes at the cursor..

Similar questions