We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a563216 commit 7f61b32Copy full SHA for 7f61b32
.github/workflows/linux.yml
@@ -11,7 +11,7 @@ jobs:
11
fail-fast: false
12
matrix:
13
go: [stable]
14
- os: ["ubuntu-latest"]
+ os: ["ubuntu-latest", "macos-latest"]
15
steps:
16
- name: Set up Go ${{ matrix.go }}
17
uses: actions/setup-go@v5 # action page: <https://github.com/actions/setup-go>
README.md
@@ -1,2 +1,3 @@
1
-# priority_queue
2
-RR priority queue implementation
+# RR priority queue implementation
+
3
+Binary heap based RR priority queue implementation in Go: [link](https://en.wikipedia.org/wiki/Binary_heap)
0 commit comments