1.

Explain What Is Skip List?

Answer»

SKIP list the method for data STRUCTURING, where it allows the algorithm to search, delete and INSERT elements in a symbol table or dictionary. In a skip list, each ELEMENT is represented by a node. The search function returns the content of the value related to KEY. The insert operation associates a specified key with a new value, while the delete function deletes the specified key.

Skip list the method for data structuring, where it allows the algorithm to search, delete and insert elements in a symbol table or dictionary. In a skip list, each element is represented by a node. The search function returns the content of the value related to key. The insert operation associates a specified key with a new value, while the delete function deletes the specified key.



Discussion

No Comment Found