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
This is a school assignment for my Operating Systems class. In it we had to sort a list of integers by splitting it in half and having 2 separate threads sort each half. We then created a third thread to merge the 2 half's and sort them together.
About
This is a school assignment for my Operating Systems class. In it we had to sort a list of integers by splitting it in half and having 2 separate threads sort each half. We then created a third thread to merge the 2 half's and sort them together.