jensharder91 / -Lab-Efficient-Algorithms

0 stars 0 forks source link

Blatt 04 Aufgabe 4 #25

Open jensharder91 opened 7 years ago

jensharder91 commented 6 years ago

Ich fange die Aufgabe mal an

jensharder91 commented 6 years ago

Ziemlich sicher dass es richtig ist (habe 11 eigene Testfälle die alle stimmen).. gibt trotzdem noch eine Runtime Exception.. Wenn ichs in paar Tagen nicht hinbekomme frage ich nochmal nach dem Fehler

P4nd4b43r commented 6 years ago

Der Run-Error bei der Aufgabe Friendship lautet: Exception in thread "main" java.lang.NullPointerException at java.util.PriorityQueue.offer(PriorityQueue.java:320) at java.util.PriorityQueue.add(PriorityQueue.java:306) at sheet04.task_04_Friendship.Friendship.goToCinema(Friendship.java:304) at sheet04.task_04_Friendship.Friendship.main(Friendship.java:227)