Task
📝 **Task:** Implement `cell_for`, `index_drivers`, and `nearest_drivers(rider_lat, rider_lng, index, cell_size, k)` returning the top-k driver IDs by distance.
📋 Implement the function above. Tests run automatically.
💡 **Hint:** Re-read the theory if stuck.