8000 GitHub - Wedo201511/MergeSort: Utilize multithreading to speed up sorting; Employ behavior-driven development.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Wedo201511/MergeSort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MergeSort multithreading

HANDS-ON TEST
TASK 8 DESIGN AND IMPLEMENT AN APPLICATION THAT GENERATES OR ACCEPTS AS INPUT A LIST/ARRAY OF RANDOM NUMBERS, AND USES THE MERGE SORT ALGORITHM TO PERFORM AN ASCENDING SORT OF THE LIST/ARRAY ELEMENTS.
Your solution should: • Use C# as implementation language; • Utilize multithreading to speed up sorting; • Employ behavior-driven development.

Solution: 1.Intall specFlow for vs2015. specFlow is a BDD tool; so I want to use specFlow to show the behavior-driven development; 2.In the scenero, I want to specify the thread count as a parameter, but my coleague think it is not reasonable. He advised that start every thread in recurrsion (but in that way we cannot know how many threads will be started),he said "不是每个 async都会有新线程,.net会自己规划的". I am not very sure about this. I will investigate it and then return to give the final answer.

About

Utilize multithreading to speed up sorting; Employ behavior-driven development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0