Nikzy7 / Algorithm-Snippets

Repo containing snippets of popular algorithms
17 stars 36 forks source link

Added a Merge Sort in C# #42

Closed AlistairMcKellar closed 3 years ago

AlistairMcKellar commented 3 years ago

Made uses of lists vs arrays to allow for easier array manipulation.

Issue #1