Skip to content

Commit

Permalink
updating DIRECTORY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions authored and github-actions committed Mar 7, 2021
1 parent 0af8999 commit e701407
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions DIRECTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@
* [Factorymethod Test](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/factorymethod/factorymethod_test.go)
* [Financedepartment](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/factorymethod/financeDepartment.go)
* [Idepartment](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/factorymethod/idepartment.go)
* Prototype
* [File](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/prototype/file.go)
* [Folder](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/prototype/folder.go)
* [Nodeinterface](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/prototype/nodeInterface.go)
* [Prototype Test](https://github.com/TheAlgorithms/Go/blob/master/designpatterns/prototype/prototype_test.go)

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

0 comments on commit e701407

Please sign in to comment.