Skip to content

Pranavi2709/textedit

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages