Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在数组中有许多不同的元素,并希望在对数组进行排序之前先找到这些元素。我正在考虑使用哈希表来查找元素,但这可能吗,因为我必须访问该表才能再次获取元素?我在正确的轨道上吗?