29 Commits

Author SHA1 Message Date
afe2c3b90d
remove vla 2025-12-07 18:02:35 +01:00
6d08de0efa
add numbers.c test 2025-12-07 18:02:35 +01:00
bf8d8f5139
add some numbers.c tests 2025-12-07 17:11:29 +01:00
Fabrice
996ca92031 fixed problems 2025-12-07 12:56:19 +01:00
Fabrice
1bbefdb72a Merge branch 'main' into Fabrice 2025-12-07 11:23:07 +01:00
Fabrice
a816abfe04 numbers.c finished 2025-12-05 09:28:40 +01:00
39976279e5
reset bintree and numbers 2025-12-05 08:42:58 +01:00
b0284fc53c Merge pull request 'implementation for stack and some tests' (#1) from simon into main
Reviewed-on: #1
2025-12-05 07:40:44 +00:00
Fabrice
74b541a1a0 numbers.c angafangen 2025-12-05 08:05:57 +01:00
fc3933a993
fix: memory leak 2025-11-30 12:15:06 +01:00
5050836020
fix: malloc error handling 2025-11-30 12:12:45 +01:00
1c27338be2
fix: timers on Linux
On Linux the clock() function measures cpu time instead of wall time. This change uses the Apple code path for Linux.
2025-11-30 10:34:01 +01:00
942b38e75d
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:17:08 +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