Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 380 Bytes

File metadata and controls

5 lines (3 loc) · 380 Bytes

Multivariate-polynomials-data-structure

This is a Java program that stores polynomials with n variables in a custom data structure that is efficient for adding and multiplying polynomials. The following image represents the data structure being used:

utilized data structure