aboutsummaryrefslogtreecommitdiff
path: root/core/container/priority_queue
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2025-10-09 14:23:05 +0100
committergingerBill <gingerBill@users.noreply.github.com>2025-10-09 14:23:05 +0100
commitc0fd19da182e56fa49352a19f8a683eeeb758987 (patch)
tree4faef7be0d1e68cf52578d34b0779e4c3f85e6a9 /core/container/priority_queue
parent8e410f82045eaabd24fd45f15df25ef2e56248b4 (diff)
parent153b0de4206773956d0402c880de2ff5254947e4 (diff)
Merge branch 'master' of https://github.com/odin-lang/Odin
Diffstat (limited to 'core/container/priority_queue')
-rw-r--r--core/container/priority_queue/doc.odin2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/container/priority_queue/doc.odin b/core/container/priority_queue/doc.odin
new file mode 100644
index 000000000..a71a9dd28
--- /dev/null
+++ b/core/container/priority_queue/doc.odin
@@ -0,0 +1,2 @@
+// package priority_queue implements a Priority Queue data structure
+package container_priority_queue \ No newline at end of file