Hand-crafted tech articles, no AI-generated bs.
Task planning algorithm in TypeScript: real-life problem solved with a graph theory
In this article, I’ll present the algorithm which helps to answer the main question of all project planning efforts: When will it be done? A more formal representation of this problem sounds like: “Having some tasks which might depend on each other and some folks which can do those tasks when a milestone can be reached?”
See all tags.