Skip to content

Commit c044606

Browse files
authored
remote v4/v5 description in README (#74)
leetcode has already switch to priority-queue v6, so i think it's safe to remove the v4/v5 description now. ref: https://support.leetcode.com/hc/en-us/articles/360011833974-What-are-the-environments-for-the-programming-languages-
1 parent 33f6864 commit c044606

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ A heap-based implementation of priority queue in javascript with typescript supp
88
<img src="https://user-images.githubusercontent.com/6517308/121813242-859a9700-cc6b-11eb-99c0-49e5bb63005b.jpg">
99

1010

11-
#### NOTE: LeetCode is using previous versions of the lib [here](https://support.leetcode.com/hc/en-us/articles/360011833974-What-are-the-environments-for-the-programming-languages-). I am maintaining v4 & v5 for this purpose
12-
- [v4](https://github.com/datastructures-js/priority-queue/tree/v4)
13-
- [v5](https://github.com/datastructures-js/priority-queue/tree/v5)
14-
1511
# Contents (v6)
1612
* [Install](#install)
1713
* [require](#require)

0 commit comments

Comments
 (0)