Optimize algorithms
Write different implementations and compare their performance. Potential imporovements for the intersection are
- Binary search or
- Galloping search.
This issue depends on #1 (closed).
Edited by Frank Sauerburger
Write different implementations and compare their performance. Potential imporovements for the intersection are
This issue depends on #1 (closed).