AuD
Lecture 'Algorithmen und Datenstrukturen' (code examples)
Package aud

AuD lecture: Data structures, algorithms, examples. More...

Packages

package  adt
 abstract data types
 
package  example
 examples and demos
 
package  test
 unit tests based on JUnit 4
 
package  util
 utilities (not related to AuD lecture)
 

Classes

class  BinaryTree
 Simple binary tree. More...
 
class  BinaryTreeTraversal
 Provide traversals of binary trees. More...
 
class  DList
 Implementation of a doubly linked list. More...
 
class  Queue
 Implementation of AbstractQueue as a (dynamically resized) circular buffer based on array. More...
 
class  QueueDL
 Impementation of AbstractQueue based on doubly linked list DList. More...
 
class  SList
 Implementation of a singly linked list. More...
 
class  Stack
 Implementation of a stack based on aud.Vector. More...
 
class  Vector
 Implementation of an array-based vector. More...
 

Detailed Description

AuD lecture: Data structures, algorithms, examples.