A collection of algorithms implemented using the classes provided by the NRW Informatik Abitur.
A collection of sorting algorithms implemented using the classes provided by the NRW Informatik Abitur.
The following sorting algorithms are implemented:
-
Insertion Sort
-
Selection Sort
-
Bubble Sort
A collection of search algorithms implemented using the classes provided by the NRW Informatik Abitur.
The following search algorithms are implemented:
-
Linear Search
-
Binary Search
A collection of graph algorithms implemented using the classes provided by the NRW Informatik Abitur.
The following graph algorithms are implemented:
-
Depth First Search
-
Breadth First Search
-
Dijkstra’s Algorithm
A collection of tree algorithms implemented using the classes provided by the NRW Informatik Abitur.
The following tree algorithms are implemented:
-
Preorder Traversal
-
Inorder Traversal
-
Postorder Traversal
-
Number of Nodes
-
Number of Nodes at a certain level
-
Number of Leaves
-
Number of Leaves at a certain level
-
Height of Tree