0
$\begingroup$

I'm writing software and need to document an existing mathematical permutation in our code.

I thought the folks here would know where I can find a drawing/visualization tool to draw a permutation tree.

$a     $b        $c true   true      true    134 true   true      false   245 true   false     true    2 true   false     false   3 false  true      true    8 false  true      false   17 false  false     true    19 false  false     false   32 
  • 1
    What's a permutation tree?2011-06-05
  • 0
    @Yuval Filmus, Edited to show example.2011-06-05
  • 2
    I think this might be what mostly is called a "decision tree". It might be a better question for programmers/SE since no math or software development is involved.2011-06-05

1 Answers 1