Skip to content
#

sparse

Here are 10 public repositories matching this topic...

This is a C implementation of a sparse polynomial linked-list. This is a good example of how to use a linked-list in C. By using a linked-list, we can store a sparse polynomial in a memory efficient way. Sparse polynomials are polynomials that have a lot of terms with a coefficient of 0.

  • Updated Dec 10, 2022
  • C

Improve this page

Add a description, image, and links to the sparse topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sparse topic, visit your repo's landing page and select "manage topics."

Learn more