Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/buoyad/polynomial
- Owner: buoyad
- Created: 2015-04-15T22:05:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-20T16:19:27.000Z (almost 10 years ago)
- Last Synced: 2024-11-10T16:16:26.772Z (3 months ago)
- Language: Java
- Size: 133 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.