Refactor deque_traverse().
Hoist conditional expression out of the loop. Use rightblock as the guard instead of checking for NULL.
Showing
Please register or sign in to comment
Hoist conditional expression out of the loop. Use rightblock as the guard instead of checking for NULL.