Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.24 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.24 KB

sorting

This Sample Project shows what goes one during sorting. It is written in C# using Xamarin Studio.

This App links to material from the Wikipedia articles about Quicksort, Bubble sort, Insertions sort and Merge sort, which are released under the Creative Commons Attribution-Share-Alike License 3.0 (http://creativecommons.org/licenses/by-sa/3.0/)

Use will finde the original article for: Quicksort: https://en.wikipedia.org/wiki/quicksort Bubble sort: https://en.wikipedia.org/wiki/bubble_sort Insertion sort: https://en.wikipedia.org/wiki/insertion_sort Merge sort: https://en.wikipedia.org/wiki/merge_sort

You can find the full source of this app on github http://github.com/markusfi/sorting.git

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.