rafaelfigueredog
Software Engineer
Federal Institute of Education, Science and Technology of Paraíba - IFPBCampina Grande - PB
Pinned Repositories
AnalysisAndAlgorithmTechniques
This repository contains the materials created for the course "Analysis and Algorithm Techniques". The objective of this course is to provide students with the fundamentals of algorithm analysis, design, and implementation.
Bitmap
This is a C library for handling bitmaps. It includes functions for initializing a BitmapSet, setting and unsetting bits, retrieving the value of a bit, and printing the binary value of a BitmapSet.
DataStructures
This repository contains a collection of data structures implemented in C language.
DynamicDegrees
An open-source project using JavaScript and the Depth-First Search (DFS) algorithm to illustrate the connections between the curricular components of some IFPB degrees
EffectiveNotes
Effective Notes is a simple web project for managing note cards. It was created using JavaScript, ReactJS, Material UI, and JsonServer as a mock database.
EmbeddedDesignPatterns
This repository contains a collection of design patterns from the GoF book, applied in the context of embedded systems. The project was created for educational purposes to demonstrate how design patterns can be used to improve the development of embedded systems.
GraphTheoryAssignments
This repository contains my solutions for the Graph Theory Assignments course at Federal Institute of Education, Science and Technology of Paraíba The course covers various topics in graph theory, including graph representations and graph algorithms.
HashTableInC
This is a simple implementation of a hash table in C. It provides functions to create a hash table, insert key-value pairs, and retrieve values by key.
NetworkArchitectureCourse
This repository contains notes from a network architecture course.
Quine-McCluskey
The Quine-McCluskey algorithm is a method used to simplify boolean expressions. This is an implementation of the algorithm using Python.