Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 728 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 728 Bytes

Text-Editor-implementation

Implementation of text-editor in console.

Description

We want to create a text editor so that a string of characters including English letters or numbers and three characters < (one character to the right) and > (one character to the left) and - (back space) are taken as input and Returns the final string in the output.

Provide a suitable and optimal structure for this text editor and implement it that takes a string as input and returns the final string in the output.

Entrance

A string of characters including English letters or numbers and three characters < (one character to the right) and > (one character to the left) and - (back space)

Output

The result of the final course