Programming assignment | Computer Science homework help
(i) Implement the following basic data types. Follow specifications presented in the textbook in full detail. (40 points) Lists: two implementations, array and pointer (pages 41-46), operations: FIRST, END, RETRIEVE, LOCATE, NEXT, PREVIOUS, INSERT, DELETE, MAKENULL, (20 points) Stacks: two implementations, array and pointer (pages 53-56), operations: TOP, POP, PUSH, EMPTY, MAKENULL, (ii) Develop the code for the following timing experiments. Report your results in […]
