mirror of
https://github.com/chefyuan/algorithm-base.git
synced 2024-11-28 06:48:53 +00:00
add go for leetcode33
This commit is contained in:
parent
7767ea9330
commit
40a5eaab43
@ -92,6 +92,8 @@
|
|||||||
|
|
||||||
#### 题目代码
|
#### 题目代码
|
||||||
|
|
||||||
|
Java Code:
|
||||||
|
|
||||||
```java
|
```java
|
||||||
class Solution {
|
class Solution {
|
||||||
public int search(int[] nums, int target) {
|
public int search(int[] nums, int target) {
|
||||||
@ -130,4 +132,6 @@ class Solution {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
##
|
Go Code:
|
||||||
|
```go
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user