Skip to content

Commit 569441e

Browse files
committed
updating DIRECTORY.md
1 parent b7af18e commit 569441e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

DIRECTORY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,13 +543,13 @@
543543

544544
## [Geometry](geometry)
545545
* [Geometry](geometry/geometry.py)
546-
* [Shoelace](geometry/shoelace.py)
547546
* [Graham Scan](geometry/graham_scan.py)
548547
* [Jarvis March](geometry/jarvis_march.py)
549548
* [Monotone Chain](geometry/monotone_chain.py)
550549
* [Ramer Douglas Peucker](geometry/ramer_douglas_peucker.py)
551550
* [Rotating Calipers](geometry/rotating_calipers.py)
552551
* [Segment Intersection](geometry/segment_intersection.py)
552+
* [Shoelace](geometry/shoelace.py)
553553
* Tests
554554
* [Test Graham Scan](geometry/tests/test_graham_scan.py)
555555
* [Test Jarvis March](geometry/tests/test_jarvis_march.py)
@@ -818,6 +818,7 @@
818818
* [Monte Carlo](maths/monte_carlo.py)
819819
* [Monte Carlo Dice](maths/monte_carlo_dice.py)
820820
* [Ncr Combinations](maths/ncr_combinations.py)
821+
* [Next Prime Number](maths/next_prime_number.py)
821822
* [Number Of Digits](maths/number_of_digits.py)
822823
* Numerical Analysis
823824
* [Adams Bashforth](maths/numerical_analysis/adams_bashforth.py)

0 commit comments

Comments
 (0)