热身赛一级赛题1, 实现哈希表

This commit is contained in:
Yao15921243763
2023-05-26 11:19:31 +08:00
parent 7754a149a9
commit 0a375fd373
9 changed files with 518 additions and 0 deletions
@@ -100,6 +100,10 @@ ifeq ($(CONFIG_ADD_XIZI_FETURES),y)
ifeq ($(CONFIG_USER_TEST_TIMER),y)
SRC_FILES += test_timer.c
endif
ifeq ($(CONFIG_USER_TEST_HASH),y)
SRC_FILES += test_hash/test_hash.c
endif
include $(KERNEL_ROOT)/compiler.mk
endif