AuD
Lecture 'Algorithmen und Datenstrukturen' (code examples)
KTreeNode.java File Reference

Go to the source code of this file.

Classes

class  aud.KTreeNode< Key extends Comparable
 Node in a k-ary search tree. More...
 
class  aud.KTreeNode.Entry
 Entry in a KTreeNode with reference to key and left child. More...
 

Packages

package  aud
 AuD lecture: Data structures, algorithms, examples.