Skip to content

Commit ae2d674

Browse files
github-actionsgithub-actions
authored andcommitted
updating DIRECTORY.md
1 parent fa13f07 commit ae2d674

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

DIRECTORY.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,19 @@
4949
* [Trie](https://github.com/TheAlgorithms/Go/blob/master/datastructures/trie/trie.go)
5050
* [Trie Test](https://github.com/TheAlgorithms/Go/blob/master/datastructures/trie/trie_test.go)
5151

52+
## Designpatterns
53+
* Abstractfactory
54+
* [Abstractfactory Test](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/abstractfactory/abstractfactory_test.go)
55+
* [Adidas](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/abstractfactory/adidas.go)
56+
* [Adidasshirt](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/abstractfactory/adidasshirt.go)
57+
* [Adidasshoe](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/abstractfactory/adidasshoe.go)
58+
* [Ishirt](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/abstractfactory/ishirt.go)
59+
* [Ishoe](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/abstractfactory/ishoe.go)
60+
* [Isportsfactory](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/abstractfactory/isportsFactory.go)
61+
* [Nike](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/abstractfactory/nike.go)
62+
* [Nikeshirt](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/abstractfactory/nikeshirt.go)
63+
* [Nikeshoe](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/abstractfactory/nikeshoe.go)
64+
5265
## Dynamicprogramming
5366
* [Binomialcoeffecient](https://github.com/TheAlgorithms/Go/blob/master/dynamicprogramming/binomialcoeffecient.go)
5467
* [Fibonacc Test](https://github.com/TheAlgorithms/Go/blob/master/dynamicprogramming/fibonacc_test.go)

0 commit comments

Comments
 (0)