Skip to content

Commit e701407

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

DIRECTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@
7575
* [Factorymethod Test](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/factorymethod/factorymethod_test.go)
7676
* [Financedepartment](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/factorymethod/financeDepartment.go)
7777
* [Idepartment](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/factorymethod/idepartment.go)
78+
* Prototype
79+
* [File](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/prototype/file.go)
80+
* [Folder](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/prototype/folder.go)
81+
* [Nodeinterface](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/prototype/nodeInterface.go)
82+
* [Prototype Test](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/prototype/prototype_test.go)
7883

7984
## Dynamicprogramming
8085
* [Binomialcoeffecient](https://github.com/TheAlgorithms/Go/blob/master/dynamicprogramming/binomialcoeffecient.go)

0 commit comments

Comments
 (0)