← All projects

polynomial-master

by @lyes-mersel

12

A C project for polynomial manipulation. It offers features like arithmetic operations, graphing, and CRC calculation. It's built with SDL2, CMake and Docker.

About this project

Polynomial Master A C project for manipulating polynomials using linked lists Introduction This project, initially developed for a university assignment, empowers you to explore linked lists and their application to complex polynomial operations. It has since been significantly enhanced to provide a robust development environment: Streamlined Workflow: CMake integration ensures seamless cross-platform compatibility for building the project. Enhanced Code Structure: Refactored code promotes readability, maintainability, and modularity. Dockerized Deployment: The included Dockerfile simplifies deployment by packaging the project into a container. Features Polynomial Arithmetic: Perform essential operations like addition, subtraction, multiplication, division, evaluation, differentiation, and integration on polynomials. Efficient Representation: Leverage linked lists to represent polynomials effectively, optimizing memory management. Visualized Insights: Generate graphs of polynomials using the SDL2 library, providing a clear understanding of their behavior.

From the project README on GitHub

Stars
12
Forks
3
License
MIT
Last push
9 Oct 2024

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/polynomial-master.svg)](https://www.madeinalgeria.dev/projects/polynomial-master)

Related projects