Computer Science, asked by rishab993486, 3 days ago

what is link list ? Illustrate the use of link list to represent the following polynomials: 4x^3y3+ 70x^2y^2- 3xy +98​

Answers

Answered by nilimaipu3456
1

Answer:

In computer science, a linked list is a linear collection of data elements whose order is not given by their physical placement in memory. Instead, each element points to the next. It is a data structure consisting of a collection of nodes which together represent a sequence.

Similar questions