Algorithm for scheduling a set of project activities.
-
Updated
Jun 27, 2019 - Python
Algorithm for scheduling a set of project activities.
Java code to model a project schedule as a directed acyclic graph (DAG) and perform a critical path analysis (CPM).
An open-source tool for visualizing and analyzing timing paths extracted from Static Timing Analysis (STA) reports.
Graphical Java application using implementation of critical path analysis for optimal day planning.
This repository explores the implementation and architectural trade-offs between single-cycle and multi-cycle processor designs. It contrasts the simplicity but longer clock periods of single-cycle execution against the complex control logic, enhanced hardware reuse, and optimized critical paths of multi-cycle execution.
Add a description, image, and links to the critical-path-analysis topic page so that developers can more easily learn about it.
To associate your repository with the critical-path-analysis topic, visit your repo's landing page and select "manage topics."