Skip to content

Commit 1e42b54

Browse files
github-actionsgithub-actions
authored andcommitted
updating DIRECTORY.md
1 parent 46e0651 commit 1e42b54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DIRECTORY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@
3333
* [Binary Tree](https://github.com/TheAlgorithms/Go/blob/master/data_structures/binary_tree/binary_tree.go)
3434
* [Btree](https://github.com/TheAlgorithms/Go/blob/master/data_structures/binary_tree/btree.go)
3535
* [Node](https://github.com/TheAlgorithms/Go/blob/master/data_structures/binary_tree/node.go)
36-
* Dynamic-Array
36+
* Dynamic Array
3737
* [Dynamic Array](https://github.com/TheAlgorithms/Go/blob/master/data_structures/dynamic_array/dynamic_array.go)
38+
* [Dynamic Array Test](https://github.com/TheAlgorithms/Go/blob/master/data_structures/dynamic_array/dynamic_array_test.go)
3839
* Hashmap
3940
* [Hashmap](https://github.com/TheAlgorithms/Go/blob/master/data_structures/hashmap/hashmap.go)
4041
* [Hashmap Test](https://github.com/TheAlgorithms/Go/blob/master/data_structures/hashmap/hashmap_test.go)

0 commit comments

Comments
 (0)