Skip to content

Commit 0a282fa

Browse files
github-actionsgithub-actions
authored andcommitted
updating DIRECTORY.md
1 parent e5b0b60 commit 0a282fa

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
@@ -91,6 +91,9 @@
9191
* [Matrix-Multiplication](https://github.com/TheAlgorithms/Go/blob/master/dynamicprogramming/matrix-multiplication.go)
9292
* [Rod-Cutting](https://github.com/TheAlgorithms/Go/blob/master/dynamicprogramming/rod-cutting.go)
9393

94+
## Genetic-Algorithm
95+
* [Genetic Algo](https://github.com/TheAlgorithms/Go/blob/master/genetic-algorithm/genetic_algo.go)
96+
9497
## Graphs
9598
* Depthfirstsearch
9699
* [Depthfirstsearch](https://github.com/TheAlgorithms/Go/blob/master/graphs/depthfirstsearch/depthfirstsearch.go)

0 commit comments

Comments
 (0)