DSA Hacking Club Library
Loading...
Searching...
No Matches
dsa_hkc.h
Go to the documentation of this file.
1
11#ifndef DSA_HKC_H
12#define DSA_HKC_H
13
14#include "hashtable.h"
15#include "stack.h"
16
17#endif
A simple, generic hash table implementation using a dynamic struct.
Public interface for a simple stack (LIFO) data structure implemented with dynamic memory allocation.