Skip to content

Commit 10a89df

Browse files
github-actionsgithub-actions
authored andcommitted
updating DIRECTORY.md
1 parent 9d4fcc1 commit 10a89df

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

DIRECTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@
6161
* [Nike](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/abstractfactory/nike.go)
6262
* [Nikeshirt](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/abstractfactory/nikeshirt.go)
6363
* [Nikeshoe](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/abstractfactory/nikeshoe.go)
64+
* Factorymethod
65+
* [Accountingdepartment](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/factorymethod/accountingDepartment.go)
66+
* [Department](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/factorymethod/department.go)
67+
* [Departmentfactory](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/factorymethod/departmentFactory.go)
68+
* [Factorymethod Test](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/factorymethod/factorymethod_test.go)
69+
* [Financedepartment](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/factorymethod/financeDepartment.go)
70+
* [Idepartment](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/factorymethod/idepartment.go)
6471

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

0 commit comments

Comments
 (0)