treeviz: Visualization of computation decomposition trees.

[ algorithm-visualization, bsd3, library ] [ Propose Tags ]

This Haskell package provides some tools for visualizing the decomposition of different divide and conquer algorithms.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.0.6, 0.0.7, 0.0.8, 1.0.0, 2.0.2, 2.0.3
Dependencies base (>=2 && <5), containers, mtl, QuickCheck, random [details]
License BSD-3-Clause
Copyright Copyright (c) 2013 David Banas; all rights reserved World wide.
Author David B. Banas
Maintainer capn.freako@gmail.com
Category Algorithm Visualization
Home page http://www.haskell.org/haskellwiki/Treeviz
Source repo head: git clone git://github.com/capn-freako/treeviz.git
this: git clone git://github.com/capn-freako/treeviz.git(tag v0.0.6)
Uploaded by DavidBanas at 2014-04-10T13:11:58Z
Distributions NixOS:2.0.3
Reverse Dependencies 1 direct, 0 indirect [details]
Executables treeviz
Downloads 7266 total (40 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]

Readme for treeviz-0.0.6

[back to package description]
This is the `TreeViz` library, written by David Banas.

For more info, please, see the comments in `Data/Tree/LogTree.hs`.
Alternatively, view the Haddock generated HTML documentation:
  $ cabal haddock

For usage examples, please, see:
- src/Main.hs

The intent of this library is to provide the data structures, type classes,
and support functions necessary for working with and visualizing computation
decomposition trees. For instance, the initial motivation for creating this
package was the need to visualize how data flow occurs in a fast Fourier
transform (FFT) of arbitrary radices and either decimation style (time or
frequency).