diff options
| author | Kirill Petrashin <kirill8201@yandex.ru> | 2026-03-14 20:29:41 +0300 |
|---|---|---|
| committer | Kirill Petrashin <kirill8201@yandex.ru> | 2026-03-14 20:29:41 +0300 |
| commit | 8d165ccf784dd7a3afe35b68339f2b536591362c (patch) | |
| tree | ae83b4e294a01d46590765574f03868fdb42194b /priority_queue.c | |
| parent | 0a2e9c66d9218b9ae850e3f4c3346e299f6d6b6e (diff) | |
Draft the priority queue
Diffstat (limited to 'priority_queue.c')
| -rw-r--r-- | priority_queue.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/priority_queue.c b/priority_queue.c new file mode 100644 index 0000000..ac5f254 --- /dev/null +++ b/priority_queue.c @@ -0,0 +1,5 @@ +#include "priority_queue.h" + +//TODO: implement + +typedef int the_compiler_isnt_happy_about_an_empty_file; |
