A light-weight lock-free series/parallel combined scheduling framework for tasks. The goal is to maximize parallelism in order to minimize the execution time overall.
-
Updated
Nov 15, 2023 - Scala
A light-weight lock-free series/parallel combined scheduling framework for tasks. The goal is to maximize parallelism in order to minimize the execution time overall.
Determines the combination of resistors required to create a circuit with a non-standard resistance value.
Circuit Theory lab project studying resonance in RLC series and parallel circuits, combining theoretical analysis, Multisim simulations, and experimental measurements of impedance, current, and overvoltage phenomena.
Conway's Game of Life is a cellular automaton on a 2D grid where each cell is either alive (1) or dead (0). The next state of each cell depends on its 8 neighbors (Moore neighborhood)
Add a description, image, and links to the series-parallel topic page so that developers can more easily learn about it.
To associate your repository with the series-parallel topic, visit your repo's landing page and select "manage topics."