File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ Common prefixes:
147
147
148
148
### Pull Requests
149
149
150
- - Checkout our [ pull request template] (https://github.com/TheAlgorithms/Go/blob/master/.github/PULL_REQUEST_TEMPLATE/pull_request.go
150
+ - Checkout our [ pull request template] (https://github.com/TheAlgorithms/Go/blob/master/.github/PULL_REQUEST_TEMPLATE/pull_request.md
151
151
)
152
152
153
153
#### Building Locally
Original file line number Diff line number Diff line change 34
34
* [ Btree] ( https://github.com/TheAlgorithms/Go/blob/master/data_structures/binary_tree/btree.go )
35
35
* [ Node] ( https://github.com/TheAlgorithms/Go/blob/master/data_structures/binary_tree/node.go )
36
36
* Dynamic-Array
37
- * [ Dynamic Array] ( https://github.com/TheAlgorithms/Go/blob/master/data_structures/dynamic-array /dynamic_array.go )
37
+ * [ Dynamic Array] ( https://github.com/TheAlgorithms/Go/blob/master/data_structures/dynamic_array /dynamic_array.go )
38
38
* Hashmap
39
39
* [ Hashmap] ( https://github.com/TheAlgorithms/Go/blob/master/data_structures/hashmap/hashmap.go )
40
40
* [ Hashmap Test] ( https://github.com/TheAlgorithms/Go/blob/master/data_structures/hashmap/hashmap_test.go )
You can’t perform that action at this time.
0 commit comments