File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -91,10 +91,11 @@ Our implementations have been tested and documented deeply; moreover we split
9191the algorithms into smaller functions, which we preferred over having a
9292monolithic block of code in order to improve readability and testability. This
9393kind of modularity allowed us to reuse functions across multiple algorithms,
94- since several procedures are shared (e.g., $\texttt{split}$, or the computation
95- of rank), and for the same reason we think that the addition of new
96- functionalities would be straightforward since we already have a significant
97- set of common functions implemented.
94+ since several procedures are shared (e.g., $\texttt{split}$ is used in all the
95+ three algorithms which we mentioned above, while the computation of rank is
96+ carried out only in the last two), and for the same reason we think that the
97+ addition of new functionalities would be straightforward since we already have
98+ a significant set of common functions implemented.
9899
99100# Example
100101
You can’t perform that action at this time.
0 commit comments