Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Trees
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
1MAE002 - ALGORITHM AND COMPUTING
Advanced
Trees
Commits
0a20aaaf
Verified
Commit
0a20aaaf
authored
Jul 30, 2024
by
STEVAN Antoine
Browse files
Options
Downloads
Patches
Plain Diff
add "upload your work" section to README
parent
c5e81794
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+14
-0
14 additions, 0 deletions
README.md
with
14 additions
and
0 deletions
README.md
+
14
−
0
View file @
0a20aaaf
...
...
@@ -10,6 +10,7 @@ Finally, a few examples of trees will be showcased:
-
neighborhood optimization in $n$-body systems
# Table of content
-
[
_Upload your work to the LMS_
](
#upload-your-work-to-the-lms-toc
)
-
[
_Binary search_
](
#binary-search-toc
)
-
[
_Question 1._
](
#question-1-toc
)
-
[
_Question 2._
](
#question-2-toc
)
...
...
@@ -86,6 +87,19 @@ Finally, a few examples of trees will be showcased:

---
## Upload your work to the LMS [[toc](#table-of-content)]
-
open a terminal
-
go into the folder containing your project
-
use the
`zip`
command to compress your project
```
shell
zip
-r
project.zip
.
-x
"venv/**"
".git/**"
```
-
upload the ZIP archive to the
[
LMS
](
https://lms.isae.fr/mod/assign/view.php?id=116610&action=editsubmission
)
---
## Binary search [[toc](#table-of-content)]
Let's start this class with a quite simple problem: given a list $l$ of $n$
integers and an integer $i$, how can you tell whether or not $i$ is $l$?
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment