tpop

The Practice of Programming - Solutions
Log | Files | Refs

commit ebecbb0fa786afd97e91b0faf769886b3fa1a8cc
parent c2d47e60540c67946cd57ad28ec37a238e8cfdaf
Author: zerous Naveen Narayanan <zerous@nocebo.space>
Date:   Sun,  3 Mar 2019 22:53:09 +0100

Fix typo

Diffstat:
Mexercise-2-4.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exercise-2-4.c b/exercise-2-4.c @@ -8,7 +8,7 @@ * * Observation: * Found that insertion sort took ~9 mins to sort a string array - * of size 12.3 MB in comparison with qsort which took >1 min. + * of size 12.3 MB in comparison with qsort which took <1 min. */ void delstr(char *);