Skip to content

Commit 8662301

Browse files
github-actionsgithub-actions
authored andcommitted
updating DIRECTORY.md
1 parent d6109e7 commit 8662301

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

DIRECTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434

3535
## Other
3636
* [Maxsubarraysum](https://github.com/TheAlgorithms/Go/blob/master/other/maxSubarraySum.go)
37+
* Monte Carlo Pi
38+
* [Monte Carlo Pi](https://github.com/TheAlgorithms/Go/blob/master/other/monte_carlo_pi/monte_carlo_pi.go)
39+
* [Monte Carlo Pi Test](https://github.com/TheAlgorithms/Go/blob/master/other/monte_carlo_pi/monte_carlo_pi_test.go)
3740
* [Nestedbrackets](https://github.com/TheAlgorithms/Go/blob/master/other/NestedBrackets.go)
3841
* [Passwordgenerator](https://github.com/TheAlgorithms/Go/blob/master/other/PasswordGenerator.go)
3942
* [Prime Numbers](https://github.com/TheAlgorithms/Go/blob/master/other/prime_numbers.go)

0 commit comments

Comments
 (0)