We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f13eb3 commit 1f0ffd6Copy full SHA for 1f0ffd6
1 file changed
doc/source/decisions/003-path-sequence-inherits-from-set.rst
@@ -64,8 +64,8 @@ With sorting would require the arithmetic sequences given to a file number set
64
to be sorted, before being split such that they don't overlap.
65
Given the use cases, most of the time the sorting will take :math:`n` time
66
if we're using a :math:`\Omega(n)` time sort algorithm.
67
-Detecting whether two sequences overlap is simple --
68
-though does require in depth mathemtical concepts -- for integers,
+Detecting whether two sequences overlap is simple —
+though does require in depth mathemtical concepts — for integers,
69
but is more involved for decimals (see Appendix A).
70
If maintaining this complex code ever becomes a problem,
71
we would always resort to looping over every item in the sequences.
0 commit comments