diff options
Diffstat (limited to 'report')
| -rw-r--r-- | report/report.tex | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/report/report.tex b/report/report.tex index d0cbd0c..2f414b6 100644 --- a/report/report.tex +++ b/report/report.tex @@ -154,7 +154,9 @@ summary of the design. \label{fig:flowchart} \end{figure} -\textbf{Select Algorithm:} Th +\textbf{Reading Input:} The first step of the program is to find the input file, +use an open syscall, calculate the size of the file using a function called +\textit{getFileSize}, allocating memory, and saving the coordinates. \textbf{Parsing the data:} Next, the received file is to be parsed, meaning that only useful data will be extracted. This process omits the tabs, and newlines, |