STM32 and SIM808 GPS tracker with a custom PCB design and support for MQTT and AES-128 encryption.
-
Updated
May 26, 2024 - C
STM32 and SIM808 GPS tracker with a custom PCB design and support for MQTT and AES-128 encryption.
In this project, we will recode the famous printf function using variadic arguments with some of the functions that we made in the first project Libft.
The main objective of the project is related to the implementation of a system, those of this type are usually used to monitor or analyze environments, possibly integrating sensors, digital signal processing or embedded applications. The repository stands out for the use of C as the main programming language, reflecting a low-level implementation.
NetHack-like game that fits in 3 kb
I coded a system that can find the Kevin Bacon Number of the given actress/actor. I used the movies database and C programming language to implement this system.
Bubble sort is a sorting algorithm that works by repeatedly stepping through lists that need to be sorted, comparing each pair of adjacent items and swapping them if they are in the wrong order. This passing procedure is repeated until no swaps are required, indicating that the list is sorted.
Data Structures and Algorithms and their Implementation.
implementations of stuff
Implementation of Linked List written in C.
implementation of data structures and algorithms
Advanced Programming in C
Add a description, image, and links to the implementation-of-algorithms topic page so that developers can more easily learn about it.
To associate your repository with the implementation-of-algorithms topic, visit your repo's landing page and select "manage topics."