What is best data structure suitable to implement editor like notepad?

后端 未结 6 813
抹茶落季
抹茶落季 2021-01-31 12:15

Which data structure/s is used in implementation of editors like notepad. This data structure should be extensible, and should support various features like edition, deletion, s

6条回答
  •  独厮守ぢ
    2021-01-31 12:54

    Check out the implementation of Notepad++, you can view the source on SourceForge

提交回复
热议问题