|
Packages |
| scranton |
Contains the recursive classes that are applied in the construction of the recursive implementations of various containers. |
| scranton.list |
Contains interfaces for several list paradigms, along with various implementations. |
| scranton.queue |
Contains the Queue interface and several static and recursive implementations of the Queue interface. |
| scranton.stack |
Contains the Stack interface and several static and recursive implementations of the Stack interface. |
| scranton.tree |
Contains several interfaces for trees along with implementations. |