diff --git a/DIRECTORY.md b/DIRECTORY.md index dff4ab0782308177ef32b45bb7ef495efc45db16..0479e61ddfd47be8b5ad85f613d59402e0cf9278 100644 --- a/DIRECTORY.md +++ b/DIRECTORY.md @@ -70,6 +70,7 @@ * [Tree Height](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/dynamic_programming/tree_height.cpp) ## Geometry + * [Jarvis Algorithm](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/geometry/jarvis_algorithm.cpp) * [Line Segment Intersection](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/geometry/line_segment_intersection.cpp) ## Graph