dp doubly linked list

This commit is contained in:
2025-11-08 09:05:19 +01:00
parent 1fe8c521e0
commit 724d1c9876
6 changed files with 151 additions and 31 deletions

View File

@@ -1,5 +1,5 @@
all:
gcc -Wall -Wextra igc.c
gcc -g -Wall -Wextra linkage.c igc.c main.c
clean:
rm a.out