Data structure for text editor

后端 未结 5 1606
误落风尘
误落风尘 2021-01-29 20:41

This is an interview question. What data structure would you use to store the text in a text editor?

5条回答
  •  粉色の甜心
    2021-01-29 20:57

    I know it's too late for an answer, but I found The Craft of Text Editing book really useful. It contains description of several buffer models with their pros and cons. Unfortunately, it doesn't mention Ropes data structure.

提交回复
热议问题