There was an error while loading. Please reload this page.
1 parent 1f56dcb commit 9a5f3d3Copy full SHA for 9a5f3d3
Assets/Behavioral/Strategy/Examples/SortComparison/Scripts/Client/SortComparison.cs
@@ -6,6 +6,11 @@
6
7
namespace Strategy
8
{
9
+ /*
10
+ * The class provides to different algorithms a list to be sorted and
11
+ * it logs the time spent to sort the list. This way, for the same set
12
+ * of elements we can compare how fast each sorting algorithm performs.
13
+ */
14
public class SortComparison : MonoBehaviour
15
16
private enum SortType
0 commit comments