A fresh SQL and Python challenge every day. Practice data engineering skills with adaptive difficulty that matches your level. Track your accuracy, build streaks, and find your weak spots.
We have a verification queue that's been growing. Pull all users still in 'pending_verification' status who had zero sessions during March 2026.
A message-routing service keeps an adjacency dict mapping each node to the nodes it can forward to directly. Given that `graph` and two node names, return the fewest hops from `start` to `end`, or -1 when `end` can't be reached.