msxshankar / graphcalc

Terminal-based graphing calculator
MIT License
0 stars 0 forks source link

Data Structures #5

Open msxshankar opened 1 year ago

msxshankar commented 1 year ago

Could use linked lists to store polynomials. For example, could have fields for coefficient and power for every node