rogshan / reinery-dinery

A repo of the third coding assignment
1 stars 0 forks source link

Link List #1

Open CiaraSookarry opened 4 years ago

CiaraSookarry commented 4 years ago

I think we should use a link list instead of an array to hold the coefficients of the polynomial. Thoughts? I'll look into how to actually make those work

rogshan commented 4 years ago

I think so as although we are sacrificing performance, it should be easier to implement as an array could get quite messy, quite quickly.

annashox commented 4 years ago

https://www.w3resource.com/c-programming-exercises/linked_list/c-linked_list-exercise-1.php I used this as base code for the link list if anyone is wondering where it came from