NIST

Manhattan distance

(definition)

Definition: The distance between two points measured along axes at right angles. In a plane with p1 at (x1, y1) and p2 at (x2, y2), it is |x1 - x2| + |y1 - y2|.

Generalization (I am a kind of ...)
Lm distance.

See also Euclidean distance, Hamming distance.

Note: This is easily generalized to higher dimensions. Manhattan distance is often used in integrated circuits where wires only run parallel to the X or Y axis. See links at Lm distance for more detail.

Also known as rectilinear distance, Minkowski's L1 distance, taxi cab metric, or city block distance.

Hamming distance can be seen as Manhattan distance between bit vectors.

Author: PEB

More information

Wikipedia entry for Taxicab geometry. Comparison between Manhattan and Euclidean distance. Weisstein's World of Math calls it taxicab metric.


Go to the Dictionary of Algorithms and Data Structures home page.

If you have suggestions, corrections, or comments, please get in touch with Paul E. Black.

Entry modified 31 May 2006.
HTML page formatted Mon Sep 11 09:46:05 2006.

Cite this as:
Paul E. Black, "Manhattan distance", in Dictionary of Algorithms and Data Structures [online], Paul E. Black, ed., U.S. National Institute of Standards and Technology. 31 May 2006. (accessed TODAY) Available from: http://www.nist.gov/dads/HTML/manhattanDistance.html

to NIST home page