What is a linked list ? How would you evaluate your algorithm ?
Anonymous
A linked list is a linear collection of nodes, where each node contains a data value and a reference to the next node in the list. Evaluation of algorithm depends on case(problem) basis. But two things need to be considered: Time and Accuracy.
Check out your Company Bowl for anonymous work chats.