forked from xuos/xiuos
2023_open_source_contest_warmup_1st_issue1 #2
Loading…
Reference in New Issue
No description provided.
Delete Branch "2023_open_source_contest_warmup_1st_issue1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
参赛战队:好果汁有限公司
赛题issue:热身赛一级赛题1
完成情况:
1.实现功能:基于矽璓模拟器cortex-m3-emulator,实现哈希表,支持链地址法解决哈希冲突,并编写测试程序在shell终端打印结果。
2.测试说明:在矽璓模拟器cortex-m3-emulator中,测试哈希表的创建,增删查,以及销毁功能。
3.提交文件:包括hash.c、hash.h、test_hash.c、README.md、Makefile文件。
Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.