-
Notifications
You must be signed in to change notification settings - Fork 0
A programming by Demonstration system.
License
jgalenson/pbd
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Building -------- To build the project, either use sbt (with Scala 2.10.3 or higher) or run: make slow Running ------- You can run the following examples: Selection sort: scala -cp target/scala-2.10/classes/ pbd.test.GuiTest Tree insertion: scala -cp target/scala-2.10/classes/ pbd.test.RBTree tinsert Left rotation: scala -cp target/scala-2.10/classes/ pbd.test.RBTree lrotate RB insertion: scala -cp target/scala-2.10/classes/ pbd.test.RBTree rbinsert DSW: scala -cp target/scala-2.10/classes/ pbd.test.Graph The scripts in the test_scripts/ directory can be used to test these.
About
A programming by Demonstration system.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published