Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 539 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 539 Bytes

TernaryTreeDirectory

Implemented a Ternary Tree directory program in Java consisting of 200+ lines of code. It emulates Command Prompt functionalities, with a focus on object-oriented design. • Developed three key classes: Node, Tree, and BashTerminal, facilitating file traversals and executing basic CMD commands to detect any files/folders attached (ls, pwd, mkdir, cd, cmd, cat, etc.). • Proficiency in Java, data structures, and command-line interfaces to enhance user experience and efficiency in file management tasks.