EXERCISE: Type a method that invokes a linked list:
Entry: 10, 99, 101, 666 Expected result: 666, 101, 99, 10
I thought I would follow the following logic: - I would get to the last element (666) with pe in the penultimate with q...
asked by
03.07.2017 / 21:33