Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/buoyad/polynomial

Uses linked lists to perform symbolic operations on polynomials.
https://github.com/buoyad/polynomial

Last synced: 18 days ago
JSON representation

Uses linked lists to perform symbolic operations on polynomials.

Awesome Lists containing this project

README

        

# Polynomial
Uses linked lists to perform symbolic operations on polynomials. This project was a student assignment in Rutgers' CS112 course.
The driver and program framework were written by course instructors, while methods to manipulate polynomials in src/polynomial.class
were written by Daniel Ayoub. These methods include add, multiply, and evaluate.