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
Introduce a way to check inputs for items being put into datastructures.
For instance for heaps, provide a way for the user to provide a function contract that validates that only integers a pushed onto the heap, otherwise errors.
The text was updated successfully, but these errors were encountered:
Introduce a way to check inputs for items being put into datastructures.
For instance for heaps, provide a way for the user to provide a function
contract
that validates that only integers a pushed onto the heap, otherwise errors.The text was updated successfully, but these errors were encountered: