aboutsummaryrefslogtreecommitdiff
path: root/include/hash_table.h
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2024-12-24 21:11:06 -0800
committerPreston Pan <ret2pop@gmail.com>2024-12-24 21:11:06 -0800
commite75d6f6b8f4512a5bbfecbfa8c17f0bb687e3d55 (patch)
tree7a96002751a1ca3b173762a13b181ebea4123817 /include/hash_table.h
first commit
Diffstat (limited to 'include/hash_table.h')
-rw-r--r--include/hash_table.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/hash_table.h b/include/hash_table.h
new file mode 100644
index 0000000..16d8fe9
--- /dev/null
+++ b/include/hash_table.h
@@ -0,0 +1,14 @@
+#ifndef HASH_TABLE_H
+#define HASH_TABLE_H
+typedef struct NODE_STRUCT {
+
+} node_t;
+
+typedef struct {
+
+} sll_t;
+
+typedef struct {
+
+} ht_t;
+#endif