04.01Python Data Structures Cheat SheetA quick reference for Python data structures and their common operations, from lists and dicts to queues and stacks.7 min read
10.07Java Priority QueueAn introduction to Java's PriorityQueue, its API, custom comparators, and the binary min-heap that powers it.6 min read
01.27Java HashtableA hash table looks up data in O(1) time. This post walks through hash tables in the Java ecosystem: the data structure, the put process, and thread safety.6 min read