Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 620 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 620 Bytes

[SEM-II SUB : DATASTRUCTURE(DS)] Text_File_Manipulator

The Text File Manipulator is a Java based project that utilizes the Stack and LinkedList data structures. It provides a range of functionalities for manipulating text files making it a valuable tool for performing operations on them. The goal of this project is to simplify text file processing by offering a user interface to perform tasks such as removing repeated lines, reversing the content of files ,copying specific lines , cutting and pasting lines, inserting lines after any desired line, sorting file data and add One file content to another text file.