Pinned Repositories
argparse
Argument Parser for Modern C++
barrier
Sample implementation of a thread barrier using C++ conditional variables
BinarySearch
Recursive function using binary search O(log n).
exclusive-barrier
gempba
Generic Massive Parallelisation of Branching Algorithms
Matrix-solver-CUDA-C-CPP
This solves the system of equations Ax=b using CUDA C/C++
MPI_Mutex
Mutex emulation for MPI
serializer
rapastranac's Repositories
rapastranac/gempba
Generic Massive Parallelisation of Branching Algorithms
rapastranac/serializer
rapastranac/argparse
Argument Parser for Modern C++
rapastranac/barrier
Sample implementation of a thread barrier using C++ conditional variables
rapastranac/BinarySearch
Recursive function using binary search O(log n).
rapastranac/clique
Genetic Algorithm for the Maximum Clique Problem
rapastranac/Cuda-queue-partially-thread-safe
rapastranac/exclusive-barrier
rapastranac/Matrix-solver-CUDA-C-CPP
This solves the system of equations Ax=b using CUDA C/C++
rapastranac/MPI_Mutex
Mutex emulation for MPI
rapastranac/gpt4free
decentralising the Ai Industry, just some language model api's...
rapastranac/Infecter
There are N cities with several interconecting roads G(V,E). A virus is spread in Ni /{Ni<N,} cities, the virus will infect the neigbouring city in one time unit. How many time units are required to infect all the cities.
rapastranac/Lamport_mutual_exclusion
C++ project that implements the algorithm of Lamport timestamps and MPI-based mutex for MPI processes synchronization
rapastranac/library
rapastranac/Minimum-Vertex-Cover
rapastranac/MVC-Parallel-maps
rapastranac/MVC-Sequential
Using maps and set as the container of the graph
rapastranac/P3
rapastranac/Random-Graph
rapastranac/rapastranac.github.io
rapastranac/som-tsp
Solving the Traveling Salesman Problem using Self-Organizing Maps
rapastranac/thread-pool
BS::thread_pool: a fast, lightweight, and easy-to-use C++17 thread pool library