PHP system with PostgreSQL database integration for creating, modifying, and deleting electronic notes, with browser-based manipulation through HTML, CSS, and Javascript. Its creation aimed to train Fullstack skills by simulating part of a real system.
The work consists of implementing the bio-inspired algorithm to analyze real-life ant colony behavior, using a probability-based heuristic created to solve computational problems involving path finding in graphs, focusing on food search analysis
The problem consists of five philosophers seated around a circular dinner table, each with a plate of pasta. The philosophers have chopsticks, and each needs 2 chopsticks to eat, but there is only one chopstick for each pair of plates. A philosopher has two actions: think or eat. The implementation resolves the dining philosophers problem using semaphores to control when each philosopher will eat
The objective was to use 4 Machine Learning algorithms (KNN (K-Nearest Neighbors), SVM (Support Vector Machine), Neural Network Perceptron, and Naive Bayes) for classifying a database of movie reviews from IMDB
This work aimed to compare two algorithms using a Database Management System (DBMS) using B+ and Extendible Hash, performing insertion, removal, and search operations in both structures.
The objective was to implement a complete B Tree with its main functions (insertion, selection, search, and deletion) using typed record files and the implementation of Flow Networks in a Graph.