You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would require to put an abstraction on top of queue/heap: {shift, push, isEmpty}. At this point I do not know if it makes sense to add shift to the heap prototype. isEmpty is probably a nice addition to heap-spec. A rename is needed in fifo.
A stack is used since ab91e6f. The low-level subroutine function exposed in ae15c34 allows to plugin any queue implementation if needed. Closing for now.
No description provided.
The text was updated successfully, but these errors were encountered: