Skip to content

Prova Finale di Algoritmi e Strutture Dati - Polimi Ingegneria Informatica - a.a. 2019-2020

Notifications You must be signed in to change notification settings

obih9/Progetto-API-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Prova Finale di Algoritmi e Strutture Dati - a.a. 2019-2020

Tema: Un editor di testi con undo e redo, con i seguenti comandi:

  • ind1, ind2c: cambia il testo alle righe comprese tra ind1 ed ind2, seguono ind2-ind1+1 righe più una riga con il solo punto
  • ind1, ind2d: cancella le righe tra ind1 ed ind2 (estremi inclusi)
  • ind1, ind2p: stampa le righe tra ind1 ed ind2
  • nu: fa l’undo degli ultimi n comandi (c o d)
  • nr: fa il redo degli ultimi n comandi annullati con undo
  • q: termina

Final Exam of Algorithms and Data Structures - a.a. 2019-2020

Theme: A text editor with undo and redo, with the following commands:

  • ind1, ind2c: change the text to the lines between ind1 and ind2, there will be ind2-ind1+1 lines plus a line with a single dot
  • ind1, ind2d: deletes the lines between ind1 and ind2 (extremes included)
  • ind1, ind2p: print the lines between ind1 and ind2
  • nu: undo the last n commands (c or d)
  • nr: redo the last n commands undone with undo
  • q: ends

About

Prova Finale di Algoritmi e Strutture Dati - Polimi Ingegneria Informatica - a.a. 2019-2020

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages