Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
1
1-homework-yanjun
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bonnieyan
1-homework-yanjun
Commits
7e520d96
Commit
7e520d96
authored
Jan 11, 2019
by
牛家玺
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
批改
parent
527ea839
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
2-homework-yanjun/botv0.1.py
+3
-0
2-homework-yanjun/peakIndexInMountainArray.py
+0
-1
No files found.
2-homework-yanjun/botv0.1.py
View file @
7e520d96
...
...
@@ -46,3 +46,6 @@ while True:
elif
re
.
findall
(
"再见|bye|拜拜"
,
s
):
print
(
"再见"
)
break
2-homework-yanjun/peakIndexInMountainArray.py
View file @
7e520d96
...
...
@@ -15,7 +15,6 @@ if __name__ == '__main__':
# 通过二分查找实现 O(log2n)
def
peakIndexInMountainArray
(
mountain
):
height
=
len
(
mountain
)
low
=
0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment