better transposition algorithm

This commit is contained in:
cozis
2022-01-14 03:36:59 +01:00
parent 01e3863880
commit 0701880326
5 changed files with 172 additions and 47 deletions
+2 -1
View File
@@ -1 +1,2 @@
gcc test.c lina.c -o test -Wall -Wextra -g
gcc test.c lina.c -o test -Wall -Wextra -g
gcc time.c lina.c -o time -Wall -Wextra -O3