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
The code currently allows SENTINEL to be set to a non-0 value, and the init(...) constructor initialises the required data structures to handle the non-0 SENTINEL.
The other place that requires special handling for a non-0 SENTINEL is getNode(...). This support was removed in #3, so may as well remove the support for a non-0 SENTINEL
The text was updated successfully, but these errors were encountered:
The code currently allows
SENTINEL
to be set to a non-0 value, and theinit(...)
constructor initialises the required data structures to handle the non-0SENTINEL
.The other place that requires special handling for a non-0
SENTINEL
isgetNode(...)
. This support was removed in #3, so may as well remove the support for a non-0SENTINEL
The text was updated successfully, but these errors were encountered: