Cisco interview question

Insert an integer into a sorted linked list,

Interview Answer

Anonymous

24 Feb 2012

If it's a linked list, them maybe doing a binary search will not be that affective. I will just go through the list until finding the right place.