Pinned Repositories
InformedSearches_ArtificialIntelligence
This repository contains the solution for a project where the goal is to minimize the movement cost of families within specific territories by strategically placing stations. The solution implements informed search algorithms, specifically the A* algorithm, to find the optimal placement of these stations.
Artificialntelligence_BlindSearchAlgorithm
This repository contains the solution for a project in the Artificial Intelligence course, focused on protecting the maximum number of families in certain areas against criminal activity using a blind search algorithm.
BettingApp_Object-Oriented-Programming
This is a Python-based lottery application inspired by the MegaSena game. It provides a graphical interface for users to place bets, save their bets, and check results. The application uses Tkinter for the user interface and supports saving data in both text and CSV formats.
Brunobs13
ds_salary_proj
Repo for the data science salary project
GoFishGame-MVC-architecture-
This project implements a card game using MonoGame and follows the Model-View-Controller (MVC) architecture, as outlined by Krasner and Pope. The MVC pattern ensures a clean separation between the game’s logic (Model), its graphical representation (View), and user interactions (Controller).
House-Prices-Advanced-Regression-Techniques-and-Prediction-
Kaggle House Prices: Advanced Regression Techniques competition, here I implement a robust approach to predicting house prices, applying various regression models for accurate data analysis and prediction, achieving a public RMSE score of 0.12786.
JavaOcamlPrologEcommerceIntegration
This repository integrates Java and OCaml to provide a robust system for calculating total prices, applying discounts, managing inventory, and computing shipping costs. The Java code handles the application logic and user interaction, while OCaml is used for performing complex calculations and data processing.
Linked_Lists_Data_Structures
This C++ code implements a flexible doubly linked list (IDll) for efficient data manipulation, offering versatile operations such as insertion, deletion, and searching, suitable for various data management scenarios.
Max-Heap-data-structure
A C++ implementation of a Max Heap data structure, providing operations for insertion, deletion, and dynamic resizing.
Brunobs13's Repositories
Brunobs13/Brunobs13
Brunobs13/InformedSearches_ArtificialIntelligence
This repository contains the solution for a project where the goal is to minimize the movement cost of families within specific territories by strategically placing stations. The solution implements informed search algorithms, specifically the A* algorithm, to find the optimal placement of these stations.
Brunobs13/Artificialntelligence_BlindSearchAlgorithm
This repository contains the solution for a project in the Artificial Intelligence course, focused on protecting the maximum number of families in certain areas against criminal activity using a blind search algorithm.
Brunobs13/JavaOcamlPrologEcommerceIntegration
This repository integrates Java and OCaml to provide a robust system for calculating total prices, applying discounts, managing inventory, and computing shipping costs. The Java code handles the application logic and user interaction, while OCaml is used for performing complex calculations and data processing.
Brunobs13/PrologJavaSalesSystem
This repository contains a Java application integrated with Prolog to manage sales and inventory for a retail system. The project demonstrates how to use Java for the application logic and Prolog for logical data processing and querying.
Brunobs13/BettingApp_Object-Oriented-Programming
This is a Python-based lottery application inspired by the MegaSena game. It provides a graphical interface for users to place bets, save their bets, and check results. The application uses Tkinter for the user interface and supports saving data in both text and CSV formats.
Brunobs13/Max-Heap-data-structure
A C++ implementation of a Max Heap data structure, providing operations for insertion, deletion, and dynamic resizing.
Brunobs13/GoFishGame-MVC-architecture-
This project implements a card game using MonoGame and follows the Model-View-Controller (MVC) architecture, as outlined by Krasner and Pope. The MVC pattern ensures a clean separation between the game’s logic (Model), its graphical representation (View), and user interactions (Controller).
Brunobs13/House-Prices-Advanced-Regression-Techniques-and-Prediction-
Kaggle House Prices: Advanced Regression Techniques competition, here I implement a robust approach to predicting house prices, applying various regression models for accurate data analysis and prediction, achieving a public RMSE score of 0.12786.
Brunobs13/RectagularGravity
Rectangle World simulates a 2D environment where rectangles interact under gravity. It uses coordinate geometry for positioning, applies physics principles for gravity simulation, and employs geometric algorithms for collision detection and instability analysis.
Brunobs13/Linked_Lists_Data_Structures
This C++ code implements a flexible doubly linked list (IDll) for efficient data manipulation, offering versatile operations such as insertion, deletion, and searching, suitable for various data management scenarios.
Brunobs13/product-sales-management
A Comprehensive C Application for Managing Products and Sales
Brunobs13/Product-sales-managemnt-Part-II
A C application for managing products and sales, organized into modular components for efficient product management, sales tracking, and file handling. Includes source code for managing products, processing sales, and handling file I/O operations.
Brunobs13/ds_salary_proj
Repo for the data science salary project