Skip to content

Commit 3f07e22

Browse files
committed
Update README for problem 134
1 parent b7ed361 commit 3f07e22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ LeetCode solutions in Go programming language.
6363
| 130 | Surrounded Regions | [Solution](problems/dfs/surrounded_regions.go) | Medium | DFS |
6464
| 131 | Palindrome Partitioning | [Solution](problems/backtracking/palindrome_partitioning.go) | Medium | Backtracking |
6565
| 133 | Clone Graph | [Solution](problems/graph/clone_graph.go) | Medium | Graph, DFS |
66+
| 134 | Gas Station | [Solution](problems/greedy/gas_station.go) | Medium | Greedy |
6667
| 136 | Single Number | [Solution](problems/bit_manipulation/single_number.go) | Easy | Bit Manipulation |
6768
| 138 | Copy List With Random Pointer | [Solution](problems/linked_list/copy_list_with_random_pointer.go) | Medium | Linked List, Hashing |
6869
| 139 | Word Break | [Solution](problems/dynamic_programming/word_break.go) | Medium | Dynamic Programming |

0 commit comments

Comments
 (0)