Correct answer is (b) a linkedlist that allows faster search within an ordered sequence
Easy explanation - It is a datastructure, which can make search in sorted linked list faster in the same way as binary search tree and sorted array (using binary search) are faster.