-
probabilityCalculator Public
Suppose there is a hat containing 5 blue balls, 4 red balls, and 2 green balls. What is the probability that a random draw of 4 balls will contain at least 1 red ball and 2 green balls?
Python UpdatedOct 29, 2024 -
portfolio Public
My Personal Portfolio in React is a showcase where I present my skills and standout projects. I use React to create an interactive experience, React Router for smooth navigation between sections, a…
-
-
polygonAreaCalculator Public
Polygon area claculator for rectangles and squares using OOP
Python UpdatedOct 21, 2024 -
vectorSpace Public
Operating with vectors using Python special methods
-
-
equationSolver Public
Equation solver using interfaces
-
budgetApp Public
Budget App where you can create object of a Category class in wich you can add deposites, withdraws, transfers and calculate the percentaje spent on each category.
-
binarySearchTree Public
Binary search tree exercise
-
sudokuSolver Public
-
time_calculator Public
Time calculator that takes an hour and day (optional) and a time to add, returning the resulting hour and the days that have passed
-
merge_sort_algorithm Public
This is a sorting algorithm that uses the divide-and-conquer principle to sort collections of data. That is, it 'divides' a collection into smaller sub-parts, and 'conquers' the sub-parts by sortin…
-
hanoi_tower_algorithm Public
Recursive and loop algorithm solutions for solving the hanoi tower
-
shortest_path Public
algorithm to calculate the shortest path between each node in a given graph.
-
password_generator Public
Generate a password string with the given length and constraints.
-
arithmetic_formatter_project Public
This is a Python function named arithmetic_arranger that takes a list of arithmetic problems as strings and an optional boolean parameter show_answers. The function formats the problems into a huma…
-
machine_learning_projects Public
Machine Learning Algorithms & Data Manipulation with Python A collection of machine learning algorithms and data manipulation techniques using Python and Scikit-learn. Covers regression, classifica…
-
-
-
cloudLib Public
A platform for managing personal libraries, allowing users to create libraries, register books, add notes, track loans, and explore public libraries. Built with PHP 8, Laravel 10, MySQL, and Tailwi…
-
terrarium_control Public
This Arduino project automates the management of a terrarium's environment by controlling both temperature and lighting. Using sensors to monitor the temperature, the system adjusts heating or cool…
-
react-andrei Public
Shopping Cart and User Management - React is a project featuring a React-based shopping cart and a user management system. It includes a shopping cart with add/remove functionality and a CRUD syste…
-
Mokshabook Public
A PHP and Laravel-based social network inspired by Instagram. It features user registration, photo sharing, following, likes, comments, real-time notifications, and a fully responsive interface des…
-