Skip to content

This is a Text Editor built using JAVA with the help of Linked List and Stack.

Notifications You must be signed in to change notification settings

vedant979/TextEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Text-Editor

This is a Text Editor built using JAVA with the help of Linked List and Stack.

Each line of sentence is represented by a node of Linked List. Which means one sentence is saved in one node. Each node consists of two parts, one is data part and another is pointer to the next node. This program uses Stack for UNDO and REDO operations.

This program can do the following tasks:

  • Insert Data
  • Delete Data
  • Update Data
  • Append Data
  • Search Data
  • Undo
  • Redo
  • Create File
  • Save File
  • Edit Existing File
  • Read File
  • Open File

About

This is a Text Editor built using JAVA with the help of Linked List and Stack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages