Skip to content

Files

Latest commit

 

History

History

src

Data-structures-package

This is a text editor developed in C++ language which includes data structures like Ternary search Tree,Trie,Gap buffer,stack,queue,linked list using recursion. -> Which uses effective handling of moving cursor using gapbuffer datastructure which includes insertion at o(1) advanced than rope. -> Autocomplete feature using trie -> searching for grammatical errors using ternary search tree -> Input processing using queue -> Reading the file using linked list to commit changes -> Perform Undo-Redo using stack