Project Submission

Submit Your Text Editor with Undo/Redo Project

Create a public GitHub repository with the exact name shown below, add all required files, and enter your GitHub username to submit.

Repository Requirements

Your repository must have this exact name:

github.com/<your-username>/text-editor-undo-redo
Required Files and Folders
  • src/
  • Command.java
  • InsertCommand.java
  • DeleteCommand.java
  • UndoManager.java
  • TextEditor.java
  • test/
  • data/
  • README.md
README.md Must Include:
  • Your full name and submission date
  • Project overview and objectives
  • Command Pattern implementation details
  • Undo/Redo stack logic explanation
  • Memory management strategies used
  • Time and space complexity analysis
Required (submission will fail without these)

Submission Form

github.com/
Enter only your username. We will verify the repository text-editor-undo-redo exists in your account.

Your repository will be verified before submission is accepted

Project Submitted Successfully!

Your project has been verified and submitted. Great work on your Text Editor with Undo/Redo project!