Skip to content

Lab 8: Add hint to use bitwise shift in mergeSort.#58

Open
smasher164 wants to merge 1 commit intomarkfloryan:masterfrom
smasher164:mergesort_shift
Open

Lab 8: Add hint to use bitwise shift in mergeSort.#58
smasher164 wants to merge 1 commit intomarkfloryan:masterfrom
smasher164:mergesort_shift

Conversation

@smasher164
Copy link

Fixes #55. This change adds a hint for students to use a right-shift instruction when performing a divide-by-two on integers, instead of a division instruction.

Fixes markfloryan#55. This change adds a hint for students to use a right-shift instruction when performing a divide-by-two on integers, instead of a division instruction.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant