GeeksforGeeks » Algorithms

data structures for text editor

(3 posts)
  1. Uttam
    guest
    Posted 4 months ago #

    may i get more elaborated description of what data structures should be used to make a text editor

  2. kartik
    Moderator
    Posted 4 months ago #

    One simple data structure can be a doubly linked list of buffers. Every node of the linked list contains an array of fixed size.

    See http://www.cs.unm.edu/~crowley/papers/sds/sds.html for more options

  3. Venki
    guest
    Posted 4 months ago #


Reply

You must log in to post.

RSS feed for this topic