|
02d9557e27
|
Changed formatting of Graphviz Graph
|
2025-04-26 19:04:37 +02:00 |
|
|
58f66fc1ff
|
Implemented AVL Insert, sort and some debugstuff to find weird pythonissues
|
2025-04-26 18:54:00 +02:00 |
|
|
552f226e76
|
Implemented graphvizify
|
2025-04-24 15:50:39 +02:00 |
|
|
141ff08b82
|
merge upstream
|
2025-04-24 12:33:06 +00:00 |
|
Oliver Hofmann
|
326286128c
|
fixed performance analysis in bin_tree
|
2025-04-24 09:41:34 +02:00 |
|
|
c382641234
|
merge upstream
|
2025-04-23 09:17:26 +00:00 |
|
|
a6d652d607
|
count compares in tree
|
2025-04-23 11:16:47 +02:00 |
|
|
b12e39952d
|
Removed no longer needed function, cleaned up structure
|
2025-04-23 10:45:53 +02:00 |
|
|
d8a9b29a69
|
merge upstream
|
2025-04-23 08:25:29 +00:00 |
|
|
f56b8c7e7a
|
Added extended testsequencies for PriorityQueue
|
2025-04-23 10:24:39 +02:00 |
|
|
2735abfe81
|
Removed unneccessary inheritance due to syntax
|
2025-04-23 10:23:55 +02:00 |
|
Oliver Hofmann
|
78d4b25bd4
|
Renamed directories to use them as modules
Literal: Allowed compare with None
|
2025-04-22 19:36:59 +02:00 |
|
Oliver Hofmann
|
f0757f30fd
|
BinTree
|
2025-04-22 13:03:40 +02:00 |
|
|
82fbfa2772
|
Implemented pr04 (BST) using RAM
|
2025-04-18 17:18:37 +02:00 |
|
|
b3d3551994
|
merge upstream
|
2025-04-18 12:36:50 +00:00 |
|
Oliver Hofmann
|
ae2dfab51d
|
BinTreeNode
|
2025-04-15 14:01:12 +02:00 |
|
Oliver Hofmann
|
abcfc7ab1b
|
Merge branch 'main' of https://git.efi.th-nuernberg.de/gitea/hofmannol/AlgoDatSoSe25
|
2025-04-15 13:59:01 +02:00 |
|
|
38c099a94e
|
Fixed order of operations in Insert, added serialization and more unittests
|
2025-04-13 19:04:22 +02:00 |
|
|
2af96a1b4e
|
Cleaned up pr03
|
2025-04-13 19:03:06 +02:00 |
|
|
2bcd77f9ec
|
Squash merge be/pr03 into main
|
2025-04-13 13:55:51 +02:00 |
|
Oliver Hofmann
|
27d6a633cf
|
Counting Sort und binäre Suche
|
2025-04-11 14:09:33 +02:00 |
|
|
081353c6c0
|
Praktikum 3
|
2025-04-11 08:58:07 +02:00 |
|
|
27d86de290
|
Praktikum 3
|
2025-04-11 08:51:52 +02:00 |
|
|
1b0f9f8c50
|
merge upstream
|
2025-04-09 08:24:04 +00:00 |
|
Oliver Hofmann
|
4aeb01c003
|
Merge remote-tracking branch 'origin/main'
|
2025-04-08 11:29:46 +02:00 |
|
Oliver Hofmann
|
1af49ede8c
|
Quick Sort and Heap Sort
|
2025-04-08 11:25:57 +02:00 |
|
Oliver Hofmann
|
27a37037d1
|
Quick Sort and Heap Sort
|
2025-04-07 11:58:13 +02:00 |
|
|
f02669d601
|
Squash merge be/pr02 into main
|
2025-04-06 14:46:25 +02:00 |
|
|
e19262e818
|
merge upstream
|
2025-04-02 09:19:29 +00:00 |
|
|
3926d8d0c7
|
fixed one-off error and improved call-logic
|
2025-04-02 11:19:17 +02:00 |
|
|
74f118d11c
|
succ / pred
|
2025-04-02 11:13:30 +02:00 |
|
Oliver Hofmann
|
32190dc104
|
Merge Sort
|
2025-04-01 22:06:34 +02:00 |
|
Oliver Hofmann
|
7ced5ed336
|
Merge Sort
|
2025-04-01 21:46:18 +02:00 |
|
Oliver Hofmann
|
36383991d6
|
fixed off by one in max seq
|
2025-04-01 14:55:47 +02:00 |
|
Oliver Hofmann
|
06fa81648c
|
basic sort algorithms
|
2025-04-01 12:38:52 +02:00 |
|
|
364590c563
|
Added and fixed Comments
|
2025-03-31 14:56:13 +02:00 |
|
|
79f0fc36fd
|
Implemented Algo_4 with O(n)
|
2025-03-27 16:41:26 +01:00 |
|
|
c0d376cd5c
|
Implemented Algo_3 (n_log(n))
|
2025-03-27 16:33:08 +01:00 |
|
|
8df24e2aa1
|
Copied basic structure, added sanityChecks and implemented Algo_2
|
2025-03-27 15:25:43 +01:00 |
|
|
bff98d35a7
|
Added python venv configuration and froze pip-packages of working setup
|
2025-03-26 22:25:08 +01:00 |
|
Oliver Hofmann
|
882310a859
|
Fixed problem with mrange
|
2025-03-26 16:12:28 +01:00 |
|
Oliver Hofmann
|
e14a11540c
|
Max Sequence
|
2025-03-26 08:42:29 +01:00 |
|
ohofmann
|
a06bd5861d
|
Added mrange
|
2025-03-26 06:03:17 +01:00 |
|
Oliver Hofmann
|
ecb417eba2
|
Max Sequence
|
2025-03-25 20:52:19 +01:00 |
|
Oliver Hofmann
|
09d81f1348
|
constants, Sequenzen
|
2025-03-25 19:20:32 +01:00 |
|
Oliver Hofmann
|
8702bd847e
|
Initial
|
2025-03-25 14:59:33 +01:00 |
|