Application to calculate the probability of a given hand for a deck defined at runtime. In which what is being calculated is determined by the chosen configuration file. Probability is calculated through simulation.
-
Updated
Feb 5, 2023 - Java
Application to calculate the probability of a given hand for a deck defined at runtime. In which what is being calculated is determined by the chosen configuration file. Probability is calculated through simulation.
Design and implementation of Motion Vectors Algorithm in sequential and parallell form with OpenMP, MPI and PCAM methodology.
MinMax Algorithm
Implementation of Sequential and Parallel Graph Coloring Algorithms using greedy approach and NetworkX library. Compares two different strategies: traditional sequential coloring and optimized parallel coloring with largest-first heuristic.
Add a description, image, and links to the sequential-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the sequential-algorithm topic, visit your repo's landing page and select "manage topics."