Questions tagged [sparks-language]

SPARKS is a pseudo-language used to describe algorithms in Horowitz and Sahni's "Fundamentals of Data Structures".

1 questions
-1
votes
1 answer

Cheking a Zero Polynomial

Can anyone explain me in below algorithm how the "ISZERO" function checking whether the polynomial is zero or not. Here "REM(P,e)" function removes all the values with exponent "e". what i don't able to understand is the significance of "if…
Abhishek
  • 1,585
  • 2
  • 12
  • 15