17 Commits

Author SHA1 Message Date
e4477b08dc
set the seed for the RNG just once at the beginning of the program
this improves randomness for tests where createNumbers() is called in rapid succession
2025-11-30 09:11:32 +01:00
a900d2d147
initial implementation for numbers.c with some testing in test_numbers.c
numbers.c currently uses the qsort() function from stdlib
2025-11-30 09:06:21 +01:00
07262a1fe0
fix makefile to allow debugging 2025-11-29 21:25:04 +01:00
34e5a59196
remove redundant assignment 2025-11-29 21:24:11 +01:00
ab71a3dd74
setup first test for bintree.c 2025-11-29 17:21:51 +01:00
fd51eef1fe
initial bintree.c 2025-11-29 17:21:11 +01:00
a48cb6560d
update gitignore 2025-11-29 12:57:49 +01:00
ef59987f08
implement stack with some initial testing 2025-11-29 12:57:07 +01:00
fe4c130d72
create initial gitignore with obvious stuff 2025-11-29 09:58:23 +01:00
c325131503 Merge pull request 'Update doble libs.' (#3) from schroederen/info2Praktikum-DobleSpiel:main into main
Reviewed-on: freudenreichan/info2Praktikum-DobleSpiel#3
2025-11-17 12:20:46 +00:00
6f7c21e179 Update doble libs.
timer.c ist nun plattformunabhängig.
2025-11-17 13:19:17 +01:00
0e13d1035e libdoble_complete.a gelöscht 2025-11-17 10:58:13 +00:00
f4dd2a5c08 Merge pull request 'Windows lib hinzugefügt.' (#2) from schroederen/info2Praktikum-DobleSpiel:main into main
Reviewed-on: freudenreichan/info2Praktikum-DobleSpiel#2
2025-11-17 10:57:37 +00:00
c29dd0606e Windows lib hinzugefügt. 2025-11-17 11:57:06 +01:00
4a21be2e21 Merge pull request 'Startcode angepasst, sodass nur eine Version für alle Plattformen existiert.' (#1) from schroederen/info2Praktikum-DobleSpiel:main into main
Reviewed-on: freudenreichan/info2Praktikum-DobleSpiel#1
2025-11-17 10:53:42 +00:00
85cb9514b2 Startcode angepasst, sodass nur eine Version für alle Plattformen existiert. 2025-11-17 11:52:26 +01:00
Anja Freudenreich
d0f2ee5760 adding content 2025-09-25 11:14:42 +02:00