polynomial
Here are 15 public repositories matching this topic...
🧮 Polynomial Calculator
-
Updated
Jan 3, 2023 - C
Contains all answers for Rajalakshmi college's Digial cafe CS19241-Data Structures. HAPPY CODING!!!
-
Updated
Jun 25, 2022 - C
Evaluation of three parallel polynomial evaluation algorithms written for CUDA in C++ (Horner's method, Dorn's method, and Estrin's algorithm).
-
Updated
Mar 12, 2024 - C
A library for computing modular GCD of univariate polynomials.
-
Updated
Apr 25, 2018 - C
Some Julia sets by Michael Becker. C code, gtk and glib libraries
-
Updated
Jul 23, 2021 - C
Generate list of a polynomials and some info about them for a Linear Feedback Shift Register (LFSR)
-
Updated
Sep 22, 2024 - C
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
This repository explores the fascinating world of graph theory through the lens of the Graph Isomorphism problem. Graphs are fundamental data structures with a wide range of applications, and understanding their isomorphism properties is crucial in various domains.
-
Updated
Sep 10, 2023 - C
分数、二次根式和多项式类。/ Elemental Fractions, Radicals and Polynomials.
-
Updated
Mar 12, 2023 - C
Simple second-degree polynomial function calculator in C
-
Updated
May 13, 2020 - C
C language practice :). C언어로 짜본 자료구조들
-
Updated
Oct 10, 2021 - C
Improve this page
Add a description, image, and links to the polynomial topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the polynomial topic, visit your repo's landing page and select "manage topics."