Commit graph

64 commits

Author SHA1 Message Date
Manuel Thalmann 235f9857c9 Fix incorrect function declaration 2022-11-05 16:02:45 +01:00
Manuel Thalmann 224a67dc9f Add tests for exercise 07 2022-11-05 16:01:39 +01:00
Manuel Thalmann 53756b586c Implement Dijkstras algorithm 2022-11-01 21:01:15 +01:00
Manuel Thalmann 90ad88ee2f Set screen size according to system settings 2022-11-01 19:25:58 +01:00
Manuel Thalmann aad53176f8 Add files for exercise 07 2022-11-01 19:12:18 +01:00
Manuel Thalmann 0033b66a11 Fix broken code 2022-11-01 13:17:47 +01:00
Manuel Thalmann 6ec8285d20 Remove duplicate class 2022-10-31 21:49:32 +01:00
Manuel Thalmann ebdde65832 Remove TODO comments 2022-10-31 21:47:42 +01:00
Manuel Thalmann ac7372738c Re-balance tree after node removal 2022-10-31 21:46:05 +01:00
Manuel Thalmann 532788980e Fix size-calculation for multi-value nodes 2022-10-31 21:45:28 +01:00
Manuel Thalmann 7a8e7a973d Refactor calcSize method 2022-10-31 21:42:10 +01:00
Manuel Thalmann 63da19757e Refactor method for calculating height 2022-10-31 21:04:55 +01:00
Manuel Thalmann 0a4895c538 Add server for running AVLSearchTree 2022-10-31 20:50:26 +01:00
Manuel Thalmann 479cac0393 Fix broken balance method 2022-10-31 20:50:09 +01:00
Manuel Thalmann 24225d7595 Print tree size 2022-10-31 20:20:13 +01:00
Manuel Thalmann 2d1e65730c Remove unnecessary file 2022-10-31 20:17:32 +01:00
Manuel Thalmann d04f74f992 Implement AVLSearchTree 2022-10-31 20:12:42 +01:00
Manuel Thalmann 1f5b475645 Add files for exercise 06 2022-10-31 20:00:23 +01:00
Manuel Thalmann e4c4da8fb9 Allow traversing intervals 2022-10-18 14:29:29 +02:00
Manuel Thalmann 630a5c8acb Add methods for calculating size and height 2022-10-18 14:10:29 +02:00
Manuel Thalmann 13b54d1e88 Implement RankingTreeServer 2022-10-18 13:48:27 +02:00
Manuel Thalmann e47818c3fa Add methods for traversing trees 2022-10-18 13:46:36 +02:00
Manuel Thalmann e5068eecc8 Change default encoding 2022-10-18 13:46:09 +02:00
Manuel Thalmann d76b797dce Simplify HilbertServer 2022-10-18 13:17:11 +02:00
Manuel Thalmann 7d56d30e19 Improve readability of HilbertServer 2022-10-18 13:16:47 +02:00
Manuel Thalmann aecc499585 Add files for exercise 5 2022-10-18 12:53:10 +02:00
Manuel Thalmann 389d29c66b Add corresponding tests 2022-10-11 22:53:28 +02:00
Manuel Thalmann 983ef9cf60 Add a class for drawing hilbert curves 2022-10-11 22:53:20 +02:00
Manuel Thalmann 019c56c849 Add tests for the SnowflakeServer 2022-10-11 22:28:06 +02:00
Manuel Thalmann 67d698f537 Add classes for drawing snowflakes 2022-10-11 22:27:54 +02:00
Manuel Thalmann 3c1486854b Add an EOL to the end of the output 2022-10-11 14:25:59 +02:00
Manuel Thalmann 7ffda12287 Add a server for solving the hanoi puzzle 2022-10-11 14:24:59 +02:00
Manuel Thalmann f6fe871d80 Fix code format 2022-10-11 13:17:58 +02:00
Manuel Thalmann 3a3ecefed2 Remove unnecessary method 2022-10-11 12:39:32 +02:00
Manuel Thalmann 6722d8ee02 Fix backwards compatibility 2022-10-04 21:39:56 +02:00
Manuel Thalmann 1a1351c38f Implement the createNameList method 2022-10-04 21:36:02 +02:00
Manuel Thalmann 73374ed7bb Implement a comparator for sorting names alphabetically 2022-10-04 21:32:37 +02:00
Manuel Thalmann 1ed56f10da Add logic for sorting competitors 2022-10-04 21:26:05 +02:00
Manuel Thalmann bca09ae2d1 Refactor the sorting of competitors 2022-10-04 21:25:54 +02:00
Manuel Thalmann 7e46399a4a Add logic for creating competitor lists 2022-10-04 21:23:21 +02:00
Manuel Thalmann 29adffee18 Solve the first exercise 2022-10-04 14:36:37 +02:00
Manuel Thalmann 32799964b9 Add files for the assignment #3 2022-10-04 14:34:15 +02:00
Manuel Thalmann bf793a8cea Make MySortedList compatible with Java 8 2022-09-28 10:44:54 +02:00
Manuel Thalmann 3f6493694c Improve code for moodle verification 2022-09-28 10:39:28 +02:00
Manuel Thalmann cfe533f03b Add tests for the MySortedList class 2022-09-28 10:34:51 +02:00
Manuel Thalmann 447e63837b Add a class for storing sorted items 2022-09-28 10:34:36 +02:00
Manuel Thalmann 882130f703 Fix error in insertAfter method 2022-09-28 10:21:44 +02:00
Manuel Thalmann 0aeb39d677 Add method for inserting nodes 2022-09-28 09:53:35 +02:00
Manuel Thalmann 83700823d0 Simplify remove method 2022-09-28 09:53:01 +02:00
Manuel Thalmann aee1199bee Suppress unnecessary warnings 2022-09-28 09:47:07 +02:00