Quick Overview

This coding interview question evaluates cost optimization and routing over a city network with value-based moves and conditional directed discounts. It tests practical algorithm design, edge-case interpretation, and complexity analysis for repeated minimum-cost queries.

Minimum Delivery Cost Between Cities

Company: Uber

Role: Software Engineer

Category: Coding & Algorithms

Difficulty: medium

Interview Round: Online Assessment

Overview: This coding interview question evaluates cost optimization and routing over a city network with value-based moves and conditional directed discounts. It tests practical algorithm design, edge-case interpretation, and complexity analysis for repeated minimum-cost queries.

Read the full Uber Software Engineer interview experience this question came from

Loading…