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
I noticed _shiftBufferToLowestAddress is executed before _shiftToLowestLexicographically。
But I think the function _shiftToLowestLexicographically can alone guarantee the uniqueness of the shift of the array。
So is there any necessity to call _shiftBufferToLowestAddress?
The text was updated successfully, but these errors were encountered:
I noticed _shiftBufferToLowestAddress is executed before _shiftToLowestLexicographically。
But I think the function _shiftToLowestLexicographically can alone guarantee the uniqueness of the shift of the array。
So is there any necessity to call _shiftBufferToLowestAddress?
The text was updated successfully, but these errors were encountered: