From 895c2ed08331ddb8149ac31e2f5fc3d3078e0cef Mon Sep 17 00:00:00 2001 From: Ya Zhuang <499038+zhuangya@users.noreply.github.com> Date: Tue, 25 Feb 2025 22:13:35 +0800 Subject: [PATCH] remote v4/v5 description in README 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- --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 105829b..4bb6e3c 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,6 @@ A heap-based implementation of priority queue in javascript with typescript supp -#### 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 -- [v4](https://github.com/datastructures-js/priority-queue/tree/v4) -- [v5](https://github.com/datastructures-js/priority-queue/tree/v5) - # Contents (v6) * [Install](#install) * [require](#require)