Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub / ranarafay / DSA-Assignment-1

Task is to design a polynomial calculator that can perform three basic operations on large polynomials: add, multiply, evaluate. Since number of terms in a polynomial can vary, we can borrow the idea of linked list to efficiently implement polynomials. Each polynomial must have the address of the first term and each term except the last term has the address of the next term.

JSON API: https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ranarafay%2FDSA-Assignment-1

Stars: 0
Forks: 0
Open Issues: 0

License: None
Language: C++
Repo Size: 433 KB
Dependencies: 0

Created: almost 2 years ago
Updated: almost 2 years ago
Last pushed: almost 2 years ago
Last synced: about 1 year ago

Topics: data-structures, linked-list, polynomial-calculator, polynomials

Files
    Loading...
    Readme
    Loading...

    No dependencies found