dartwork 0.1.0 copy "dartwork: ^0.1.0" to clipboard
dartwork: ^0.1.0 copied to clipboard

Dart 1 only

A general-purpose algoritms library includes Bag, Queue, Stack, Graph, Digraph, DirectedCycle, DepthFirstOrder, SymbolGraph, SymbolDigraph, SymbolTable, Topological sort

A general-purpose algoritms library written in Dart language. The implemented Algoritms are: Fundamentals #

stacks #

  • Bag
  • Queue
  • Stack

Graphs #

directed graphs #

  • Graph
  • Digraph
  • DirectedCycle
  • DepthFirstOrder
  • SymbolGraph
  • SymbolDigraph
  • SymbolTable
  • Topological

The major part is based on Robert Sedgewick's book Algorithms ISBN 978-0-321-57351-3

Compatibility with the latest Dart release: Build Status

Usage example:

import "package:dartwork/graphs/directed-graphs/Digraph.dart";

main() {

}
0
likes
15
pub points
0%
popularity

Publisher

unverified uploader

A general-purpose algoritms library includes Bag, Queue, Stack, Graph, Digraph, DirectedCycle, DepthFirstOrder, SymbolGraph, SymbolDigraph, SymbolTable, Topological sort

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

js, range, unittest

More

Packages that depend on dartwork