/text-editor-c

A console based text editor tool built using C programming language. It makes use of data structures like linked lists, stacks, strings and is based on functional programming paradigm. Forward, backward, start, end, insertion, deletion, and undo operations are supported. It can be used on the link below 👇.

Primary LanguageC

text-editor

A console based text editor tool built using C programming language. It makes use of data structures like linked lists, stacks, strings and is based on functional programming paradigm. All the basic operations such as moving cursor in forward & backward direction, insertion, deletion, moving to the start & end and undo last performed operation are supported. It can be used on the link below 👇.
text-editor