CS fundamentals and algorithmsMetainterview report
Hash maps and Dictionary
If you had to implement a hash map yourself, how would you build it?
Hash maps and Dictionary
If you had to implement a hash map yourself, how would you build it?
SwiftMultiple choiceIntro
You have tens of thousands of user IDs and need to check repeatedly whether a given ID is…
#dictionary #hashable
CS fundamentals and algorithmsMultiple choiceBasics
What problem does this type cause when you put it in a Set? …
#hashable
CS fundamentals and algorithmsShort answerAdvanced
You need to write an in-memory image cache with LRU eviction yourself. Which data structu…
#dictionary
CS fundamentals and algorithmsShort answerExpert
When you apply a new snapshot to UICollectionViewDiffableDataSource, how does it compute …
#hashable