Bernhard Schoeffel schoeffelbe82781
  • Joined on 2024-11-13
schoeffelbe82781 pushed to main at schoeffelbe82781/AlgoDatSoSe25 2025-05-05 20:09:21 +00:00
1a2f826a06 Squash merge be/pr06 into main
schoeffelbe82781 pushed to main at schoeffelbe82781/AlgoDatSoSe25 2025-04-26 17:05:03 +00:00
02d9557e27 Changed formatting of Graphviz Graph
58f66fc1ff Implemented AVL Insert, sort and some debugstuff to find weird pythonissues
552f226e76 Implemented graphvizify
Compare 3 commits »
schoeffelbe82781 pushed to be/pr05 at schoeffelbe82781/AlgoDatSoSe25 2025-04-26 17:04:42 +00:00
02d9557e27 Changed formatting of Graphviz Graph
schoeffelbe82781 pushed to be/pr05 at schoeffelbe82781/AlgoDatSoSe25 2025-04-26 16:54:06 +00:00
58f66fc1ff Implemented AVL Insert, sort and some debugstuff to find weird pythonissues
schoeffelbe82781 created branch be/pr05 in schoeffelbe82781/AlgoDatSoSe25 2025-04-24 13:50:48 +00:00
schoeffelbe82781 pushed to be/pr05 at schoeffelbe82781/AlgoDatSoSe25 2025-04-24 13:50:48 +00:00
552f226e76 Implemented graphvizify
schoeffelbe82781 pushed to main at schoeffelbe82781/AlgoDatSoSe25 2025-04-24 12:33:07 +00:00
141ff08b82 merge upstream
326286128c fixed performance analysis in bin_tree
Compare 2 commits »
schoeffelbe82781 pushed to main at schoeffelbe82781/AlgoDatSoSe25 2025-04-23 09:17:28 +00:00
c382641234 merge upstream
a6d652d607 count compares in tree
Compare 2 commits »
schoeffelbe82781 pushed to main at schoeffelbe82781/AlgoDatSoSe25 2025-04-23 08:46:07 +00:00
b12e39952d Removed no longer needed function, cleaned up structure
schoeffelbe82781 pushed to main at schoeffelbe82781/AlgoDatSoSe25 2025-04-23 08:25:31 +00:00
d8a9b29a69 merge upstream
78d4b25bd4 Renamed directories to use them as modules
f0757f30fd BinTree
Compare 3 commits »
schoeffelbe82781 pushed to main at schoeffelbe82781/AlgoDatSoSe25 2025-04-23 08:24:52 +00:00
f56b8c7e7a Added extended testsequencies for PriorityQueue
2735abfe81 Removed unneccessary inheritance due to syntax
Compare 2 commits »
schoeffelbe82781 pushed to main at schoeffelbe82781/AlgoDatSoSe25 2025-04-18 15:18:47 +00:00
82fbfa2772 Implemented pr04 (BST) using RAM
schoeffelbe82781 pushed to main at schoeffelbe82781/AlgoDatSoSe25 2025-04-18 12:36:53 +00:00
b3d3551994 merge upstream
ae2dfab51d BinTreeNode
27d6a633cf Counting Sort und binäre Suche
081353c6c0 Praktikum 3
Compare 6 commits »
schoeffelbe82781 pushed to main at schoeffelbe82781/AlgoDatSoSe25 2025-04-13 17:04:42 +00:00
38c099a94e Fixed order of operations in Insert, added serialization and more unittests
2af96a1b4e Cleaned up pr03
Compare 2 commits »
schoeffelbe82781 pushed to main at schoeffelbe82781/AlgoDatSoSe25 2025-04-13 11:56:07 +00:00
2bcd77f9ec Squash merge be/pr03 into main
schoeffelbe82781 pushed to be/pr03 at schoeffelbe82781/AlgoDatSoSe25 2025-04-13 11:55:36 +00:00
fe314b7c6c Made pr03 ready for handing it in
schoeffelbe82781 pushed to be/pr03 at schoeffelbe82781/AlgoDatSoSe25 2025-04-13 11:48:02 +00:00
f033738d31 Added PoC too help understanding the Code
schoeffelbe82781 pushed to be/pr03 at schoeffelbe82781/AlgoDatSoSe25 2025-04-13 11:38:35 +00:00
0401aa42ee Implemented a hacky PriorityQueue using MemoryArrays
schoeffelbe82781 pushed to be/pr03 at schoeffelbe82781/AlgoDatSoSe25 2025-04-12 22:17:18 +00:00
62d6fa7459 Temp implemented Priorityqueue for now in dumb as i was not able to do it for real
04b6cddb39 Added Analysis and answer for Questiontask
Compare 2 commits »
schoeffelbe82781 pushed to be/pr03 at schoeffelbe82781/AlgoDatSoSe25 2025-04-11 20:41:32 +00:00
1853c4d126 Implemented Iterative Version of Quicksort to circumvent maxRecDepth error, hunted down reference vs value bugs and implemented timing decorator for comparability