1.

State The Difference Between Persistent And Ephemeral Data Structure?

Answer»

Persistent DATA structures are the data structures which RETAIN their PREVIOUS state and modifications can be DONE by performing certain operations on it. Eg) Stack Ephemeral data structures are the data structures which cannot retain its previous state. Eg) Queues.

Persistent data structures are the data structures which retain their previous state and modifications can be done by performing certain operations on it. Eg) Stack Ephemeral data structures are the data structures which cannot retain its previous state. Eg) Queues.



Discussion

No Comment Found