=====reverse===== Syntax: #include void reverse(); The function reverse() reverses the list, and takes [[/complexity|linear time]]. Related Topics: [[sort]]