A collection of useful libraries for embedded systems : signal smoothing, PID control, Fuzzy Logic, fixed-point math and more...
-
Updated
Nov 22, 2024 - C
A collection of useful libraries for embedded systems : signal smoothing, PID control, Fuzzy Logic, fixed-point math and more...
A simple Mandelbrot set plot generator in C
42cursus project : Solving a "Tower of Hanoi like" puzzle using sequential access sorting algorithms.
High Perfomance Computing project for parallelizing recursive fibonacci function with the usage of three API (OMP, MPI and CUDA)
Encode&Decode Morse Code
Projects of the subject algorithms and data structures 1
This repository contains my studies of data structures
Le projet consiste en la réalisation d'un programme informatique permettant d'interpreter le code source d'un progamme en C.
Recursive solution to the knapsack problem. Written in C.
Quicksort algorithm parallelization, C, 2 versions: openmp & cilk.
🔀 Trabalho Prático 2 - AEDs II
Pascal's triangle in both iterative and recursive methods without array.
Make your guests sit in the best possible way and prepare your wedding at its best
🐝 Basics graph traversal algorithms. Algorithm Dijkstra and A* search algorithm
This script can calculate a determiniant of nxn matrix given dimension n. This calculation is done using all possible permutations of array (1,2...,n)
The CNF-SAT problem is: Given a logical expression in Conjunctive Normal Form, is there a truth assignment for the variables which causes the CNF expression to be true? Answer is yes, if there is an assignment that makes all the clauses evaluate to T (true).
C Application : Recursive function for finding a reflective pair in an array of integers
Add a description, image, and links to the recursive-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the recursive-algorithm topic, visit your repo's landing page and select "manage topics."