We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 182e51b commit 22ffeb2Copy full SHA for 22ffeb2
README.markdown
@@ -103,6 +103,7 @@ Bad sorting algorithms (don't use these!):
103
- [Shunting Yard Algorithm](Shunting Yard/). Convert infix expressions to postfix.
104
- Statistics
105
- [Karatsuba Multiplication](Karatsuba Multiplication/). Another take on elementary multiplication.
106
+- [Haversine Distance](HaversineDistance/). Calculating the distance between 2 points from a sphere.
107
108
### Machine learning
109
0 commit comments