Introduction - If you have any usage issues, please Google them yourself
There are two elements of the value increase ordered by the list l1 and l2, write a program that will merge l1 and l2 table into a linked list ordered by increasing element of l3, requirements (1) list the same elements are allowed, as long as l1 , l2, l3 can be monotone nondecreasing (2) to use the original table space (that l1 and l2 table) node space structure l3.