Skip to content
Interview Prep

Coding

Coding Prep

Practice coding interview problems with a built-in editor, guided solutions, and mock interview prompts.

GPU Credit System
Medium
Implement an event-sourced credit system with out-of-order requests, expiring grants, and a priority queue spend policy.
Priority QueueSortingEvent Replay
Monster Battle
Medium
Simulate a turn-based monster battle between two teams with type advantages and smart attacker selection.
SimulationTurn-BasedOOP
Toy Language Type System
Medium
Implement 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