From 0bf10fbb9dd5c26b605321014324a47549cb7b4c Mon Sep 17 00:00:00 2001 From: mithe24 Date: Wed, 29 Oct 2025 08:21:52 +0100 Subject: report(Evaluation) replaced 'builtin function sort' builtin function sounds like you're referring to builtin shell commands like 'cd'. Sort is a program provided by Linux GNU Core Utilities --- report/report.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report/report.tex b/report/report.tex index 83eee63..0a36f9a 100644 --- a/report/report.tex +++ b/report/report.tex @@ -270,7 +270,7 @@ one where it is reversely sorted. This way we can see both the average case, and worst case of any algorithm we decide to use. Now we can use our \textit{test.sh} script, which runs the program with each of the generated test files for all sorting algorithms of the program, and compares the output with -the output from the \textit{builtin} function \textit{sort}. +the output from the GNU Core Utilities program \textit{sort}. Given all of the tests pass, we can then run \textit{benchmark.sh}, which times how long it takes for our program to run with each test file for each algorithm, -- cgit v1.2.3-70-g09d2