TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Puzzle Dependency Charts

36 pointsby crivabeneover 10 years ago

2 comments

zckover 10 years ago
At least one of the differences between flowcharts and these dependency charts is that dependency charts are nondeterministic; that is, at a given point in time, you aren&#x27;t just at one state. In the example given, you can be both at &quot;unlocked door&quot; _and_ &quot;found oil can&quot;. This is unlike a flowchart in that a flowchart explicitly has a single state pointer.<p>Ironically^1, this is somewhat similar to dataflow programming, where you have nodes, edges, and you can require multiple incoming edges to fire before the node does.<p>[1] The irony is that flowcharts are not the analogue to dataflow programming.
tunesmithover 10 years ago
Otherwise known as PERT charts. I do this for kitchen recipes. :) Another piece of software that works for this is Flying Logic.