remove insert and delete

This commit is contained in:
eason
2023-12-21 14:00:49 +08:00
parent 37ca8ca5bf
commit 9a4de9225d
5 changed files with 2952 additions and 2989 deletions

View File

@ -15,7 +15,8 @@ release:
run:
cmake -DCMAKE_C_FLAGS="-fstandalone-debug" -DCMAKE_BUILD_TYPE=Debug -C clang-cmakeinit.cmake .
make VERBOSE=1
./homework_11
rm a.txt
./homework_11 > a.txt
mem-test:
cmake -DCMAKE_C_FLAGS="-fsanitize=address -fstandalone-debug" -DCMAKE_BUILD_TYPE=Debug -C clang-cmakeinit.cmake .