...

/

Quiz Yourself on the Text Editor Project

Quiz Yourself on the Text Editor Project

Check your understanding of the concepts implemented in the text editor project by taking this quiz.

We'll cover the following...
Technical Quiz
1.

Which data structure follows the last-in-first-out (LIFO) policy to insert and delete elements?

A.

Array

B.

Tree

C.

Graph

D.

Stack


1 / 5