Skip to content

Commit 9a5f3d3

Browse files
committed
Add example description
1 parent 1f56dcb commit 9a5f3d3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Assets/Behavioral/Strategy/Examples/SortComparison/Scripts/Client/SortComparison.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66

77
namespace Strategy
88
{
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+
*/
914
public class SortComparison : MonoBehaviour
1015
{
1116
private enum SortType

0 commit comments

Comments
 (0)