https://github.com/sezaakgun/linked_list_polynomials
Polynomial addition and multiplication in C with data type: linked lists
https://github.com/sezaakgun/linked_list_polynomials
Last synced: 3 months ago
JSON representation
Polynomial addition and multiplication in C with data type: linked lists
- Host: GitHub
- URL: https://github.com/sezaakgun/linked_list_polynomials
- Owner: sezaakgun
- License: mit
- Created: 2019-01-28T12:58:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-28T12:59:23.000Z (over 6 years ago)
- Last Synced: 2025-01-27T20:45:34.157Z (4 months ago)
- Language: C
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# linked_list_polynomials
Polynomial addition and multiplication in C with data type: linked lists