mirror of
https://github.com/chefyuan/algorithm-base.git
synced 2025-08-02 22:11:33 +00:00
add go for leetcode33
This commit is contained in:
@@ -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
|
||||||
|
```
|
Reference in New Issue
Block a user