rahulk501 (Rahul Kumar)
- Login: rahulk501
- Email: rahulkumar11501@gmail.com
- Registered on: 11/30/2025
- Last sign in: 02/02/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
12/08/2025
-
01:54 PM Ruby Feature #21720: Add a native Binary Heap / Priority Queue to Ruby's Standard Library (heapify, heappush, heappop)
- herwin (Herwin W) wrote in #note-1:
> ```ruby
> ...
------------------------------------------------------------
### Update (response to feedback)
Thank you for pointing out the fragility of the module-style API that operates dir...
11/30/2025
-
04:49 AM Ruby Feature #21720 (Open): Add a native Binary Heap / Priority Queue to Ruby's Standard Library (heapify, heappush, heappop)
**Title:** Add a native Binary Heap / Priority Queue to Ruby's Standard Library (`heapify`, `heappush`, `heappop`)
**Problem**
Ruby currently lacks a native binary heap / priority queue data structure in the standard library.
Us...