Added an algorithm that approximates line lengths (#1692) · zinating/algorithms-python@e25d424 · GitHub
Skip to content

Commit e25d424

Browse files
shrabianpoyea
authored andcommitted
Added an algorithm that approximates line lengths (TheAlgorithms#1692)
* A recursive insertion sort * added doctests and typehints * Added arc length and numerical integration calculators * fixed doc test * Fixed some conversion errors * Fixed some commenting * Deleted numerical integration to allow 1 file per push * Changed string formatting method
1 parent 99ebd1a commit e25d424

2 files changed

Lines changed: 124 additions & 0 deletions

File tree

maths/line_length.py

Lines changed: 61 additions & 0 deletions

maths/numerical_integration.py

Lines changed: 63 additions & 0 deletions

0 commit comments

Comments
 (0)