Research Article

A Novel Convex Hull Coverage Algorithm for the Deployment of Electric Taxi Swap Stations Based on Urban Traffic Flow

Algorithm 1

The BSSP algorithm
(1)procedure produce convex hull ()
(2) based on traffic flow generate ()
(3) Graham algorithm ()
(4)end procedure
(5)procedure cover ()
(6) Preparata algorithm ()
(7) deploy the first station
(8) cover ()
(9)end procedure