Re: [algogeeks] data structures for text editor

2012-01-16 Thread atul anand
http://en.wikipedia.org/wiki/Rope_%28computer_science%29 On Sun, Jan 15, 2012 at 7:26 AM, Umer Farooq wrote: > Are the number of words in one line fixed? > > > On Sun, Jan 15, 2012 at 1:10 AM, uttam tiwari wrote: > >> what are the data structures that should be used to make a text editor >> whe

Re: [algogeeks] data structures for text editor

2012-01-14 Thread Umer Farooq
Are the number of words in one line fixed? On Sun, Jan 15, 2012 at 1:10 AM, uttam tiwari wrote: > what are the data structures that should be used to make a text editor > where we can perform following tasks: > 1. insert text > 2. search text > 3. delete text > 4. automatic line change(not mand

[algogeeks] data structures for text editor

2012-01-14 Thread uttam tiwari
what are the data structures that should be used to make a text editor where we can perform following tasks: 1. insert text 2. search text 3. delete text 4. automatic line change(not mandatory) 5. undo n redo 6.cursor movement(left or right shift) i need data structures only, kindly reply... --