Skip to content

Commit 1467bba

Browse files
authored
fix missing extensions (#101)
1 parent cfcf927 commit 1467bba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Welcome to **Data Structures and Algorithms in Go**! 🎉 This project is design
8282
* [Palindrome](./recursion/is_palindrome_test.go)
8383
* [Climbing Stairs](./recursion/climbing_stairs_test.go)
8484
* [Exponentiation](./recursion/exponentiation_test.go)
85-
* [Regular Expressions Matching](./recursion/)
85+
* [Regular Expressions Matching](./recursion/regular_expressions_test.go)
8686
* [Divide and Conquer](./dnc//README.md)
8787
* [Binary Search](./dnc/binary_search_test.go)
8888
* [Square Root with Binary Search](./dnc/square_root_test.go)
@@ -107,7 +107,7 @@ Welcome to **Data Structures and Algorithms in Go**! 🎉 This project is design
107107
* [Is Graph a DAG](./graph/is_dag_test.go)
108108
* [Topological Sort](./graph/topological_sort_test.go)
109109
* [Employee Head Count](./graph/employee_headcount_test.go)
110-
* [Remove Invalid Parentheses](./graph/remove_invalid_parentheses.go)
110+
* [Remove Invalid Parentheses](./graph/remove_invalid_parentheses_test.go)
111111
* [Cheapest Flights](./graph/cheapest_flights_test.go)
112112
* [Word Ladder](./graph/word_ladder_test.go)
113113
* [Network Delay Time](./graph/network_delay_time_test.go)

0 commit comments

Comments
 (0)