This commit is contained in:
Your Name
2023-10-03 23:28:51 +02:00
parent 9a83c28137
commit 42f2899bbf
162 changed files with 9 additions and 13 deletions

View File

View File

@@ -1,7 +1,5 @@
package UEB03; package UEB03;
import java.util.*;
public class Liste<T> public class Liste<T>
{ {
protected Link<T> anfang; protected Link<T> anfang;

View File

@@ -2,8 +2,6 @@ package UEB03;
import java.awt.*; import java.awt.*;
import java.awt.event.*; import java.awt.event.*;
import java.applet.*;
import java.util.*;
public class ListeGUI extends Frame public class ListeGUI extends Frame
{ {

View File

@@ -1,7 +1,6 @@
package UEB06; package UEB06;
import java.awt.*; import java.awt.*;
import java.applet.*;
import java.awt.event.WindowAdapter; import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent; import java.awt.event.WindowEvent;

View File

@@ -1,6 +1,5 @@
package UEB07; package UEB07;
import java.util.Comparator;
import java.util.Deque; import java.util.Deque;
import java.util.LinkedList; import java.util.LinkedList;

View File

@@ -1,6 +1,5 @@
package UEB07; package UEB07;
import java.awt.*; import java.awt.*;
import java.applet.*;
import java.awt.event.WindowAdapter; import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent; import java.awt.event.WindowEvent;

View File

@@ -1,5 +1,4 @@
package UEB11; package UEB11;
import java.util.Random;
public class HashTableTest public class HashTableTest
{ {

View File

@@ -1,7 +1,5 @@
package UEB11; package UEB11;
import UEB10.Main;
public class StringSearch { public class StringSearch {
public static void main(String[] args) { public static void main(String[] args) {
String[] words = { String[] words = {

View File

@@ -1,7 +1,5 @@
package UEB12; package UEB12;
import java.util.*;
public class Graph public class Graph
{ {
private static final int KNOTENZAHL = 7; private static final int KNOTENZAHL = 7;

View File

Before

Width:  |  Height:  |  Size: 998 KiB

After

Width:  |  Height:  |  Size: 998 KiB

View File

Before

Width:  |  Height:  |  Size: 436 KiB

After

Width:  |  Height:  |  Size: 436 KiB

View File

Before

Width:  |  Height:  |  Size: 440 KiB

After

Width:  |  Height:  |  Size: 440 KiB

View File

Before

Width:  |  Height:  |  Size: 474 KiB

After

Width:  |  Height:  |  Size: 474 KiB

View File

Before

Width:  |  Height:  |  Size: 477 KiB

After

Width:  |  Height:  |  Size: 477 KiB

View File

Before

Width:  |  Height:  |  Size: 411 KiB

After

Width:  |  Height:  |  Size: 411 KiB

View File

Before

Width:  |  Height:  |  Size: 392 KiB

After

Width:  |  Height:  |  Size: 392 KiB

View File

Before

Width:  |  Height:  |  Size: 505 KiB

After

Width:  |  Height:  |  Size: 505 KiB

View File

Before

Width:  |  Height:  |  Size: 499 KiB

After

Width:  |  Height:  |  Size: 499 KiB

View File

Before

Width:  |  Height:  |  Size: 452 KiB

After

Width:  |  Height:  |  Size: 452 KiB

View File

Before

Width:  |  Height:  |  Size: 342 KiB

After

Width:  |  Height:  |  Size: 342 KiB

View File

View File

@@ -1,3 +1,5 @@
package Ueb03;
class zeichen{ class zeichen{
public static void main(String args[]){ public static void main(String args[]){
System.out.println("Hello World"); System.out.println("Hello World");

View File

@@ -1,3 +1,5 @@
package Ueb04;
import java.util.*; import java.util.*;
class dose{ class dose{
public static void main(String args[]){ public static void main(String args[]){

View File

@@ -1,3 +1,5 @@
package Ueb05;
import java.util.*; import java.util.*;
class Geldanlage{ class Geldanlage{

Some files were not shown because too many files have changed in this diff Show More