Skip to content
#

parallel-programming

Here are 136 public repositories matching this topic...

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

A project developed as the final project for Parallel Programming Class. The two primary concepts are the Travelling Salesman Problem (TSP) & Ant Colony Optimization (ACO). TSP involves traversing all the given cities, passing every city only once. ACO involves creating several agents to solve a problem inspired by real-life Ant Colonies.The pro…

  • Updated Sep 2, 2020
  • Java

Improve this page

Add a description, image, and links to the parallel-programming topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the parallel-programming topic, visit your repo's landing page and select "manage topics."

Learn more