Skip to content

Commit 9a3f526

Browse files
Update README.md
1 parent 24e4745 commit 9a3f526

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# heapqbasic
2-
Basic example of queueing system using Python heapq
2+
Basic (WIP) example of queueing system using Python heapq
33

44
Can be adapted for use in a system for things like automating script calls and database updates using events/cron.
5+
Uses a txt file to store items in a list.
6+
Current functions:
7+
8+
--push
9+
--pop
10+
--peek
11+
--is_empty
12+
--change_priority
13+
--reorder_priorities
14+
--print_queue

0 commit comments

Comments
 (0)