Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
[Linear table] one yuan polynomial multiplication
4.5
Topic description: Requires use of a linked list, and product of two polynomials: H3 = H1*H2. Function prototype: void multiplication (NODE * H1, NODE * H2, NODE * H3). Input: Enter data into two lines to represent the two unary multinomial. Each monadic polynomial to each of the indices in increasing order of the input polynomial coefficients (integers), index (an integer). For example: 1+2x+X2 is expressed as: <1 0= "" >,<2 1= "" >,<1 2= "" >, Output: Multiplied exponentially in order of increasing output:< coefficient index >,< coefficient index >,< coefficient index >, More than 0 polynomial output format: <0 0= "" >,
xuguang
2016-08-23
0
1
No more~