small improvements
This commit is contained in:
parent
353a41ba0d
commit
a91b597a20
@ -2,6 +2,11 @@ package VL13.Aufgabe01;
|
||||
|
||||
import java.util.Stack;
|
||||
|
||||
/**
|
||||
* Vorlesung 13 / Aufgabe 1
|
||||
*
|
||||
* @author Sebastian Brosch
|
||||
*/
|
||||
public class Aufgabe01 {
|
||||
public static void main(String[] args) {
|
||||
|
||||
|
@ -1,5 +1,10 @@
|
||||
package VL13.Aufgabe02;
|
||||
|
||||
/**
|
||||
* Vorlesung 13 / Aufgabe 2
|
||||
*
|
||||
* @author Sebastian Brosch
|
||||
*/
|
||||
public class Aufgabe02 {
|
||||
public static void main(String[] args) {
|
||||
MyQueue<Integer> integerQueue = new MyQueue<Integer>();
|
||||
|
Loading…
Reference in New Issue
Block a user