Coding
Coding Prep
Practice coding interview problems with a built-in editor, guided solutions, and mock interview prompts.
GPU Credit System
MediumImplement an event-sourced credit system with out-of-order requests, expiring grants, and a priority queue spend policy.
Priority QueueSortingEvent Replay
Monster Battle
MediumSimulate a turn-based monster battle between two teams with type advantages and smart attacker selection.
SimulationTurn-BasedOOP
Toy Language Type System
MediumImplement a type system with primitives, generics, nested tuples, and function signatures, then build a type-inference engine that substitutes generics with concrete types.
RecursionTree TraversalType Inference