Package-level declarations

Das Package org.tudalgo.algoutils.student ist das Hauptpackage des Moduls algoutils-student, in dem alle Studenten-Werkzeuge enthalten sind.

Weitere Informationen

Die crash()-Methode dient als Platzhalter, für Methoden, die noch nicht implementiert sind.

Types

Link copied to clipboard
public class CrashException extends RuntimeException
An Exception that is intended to be thrown by default when a method is called that is not implemented.
Link copied to clipboard
public final class Student
A utility class that contains some useful methods for student implementations.