Question

You are tasked with implementing a search feature for a large, constantly changing dataset where the order of elements doesn't matter, but fast lookups are crucial. Which data structure would be the most appropriate choice?

A Sorted Array
B Binary Search Tree
C Hash Set/Map
D Queue
E Stack
Practice Next

Hey! Ask a query