Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
algo-bsc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vuillemot Romain
algo-bsc
Commits
5443c2b5
Commit
5443c2b5
authored
1 year ago
by
Romain Vuillemot
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
5b79775a
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+15
-17
15 additions, 17 deletions
README.md
with
15 additions
and
17 deletions
README.md
+
15
−
17
View file @
5443c2b5
...
...
@@ -25,12 +25,6 @@ Instructor: [Romain Vuillemot](romain.vuillemot@ec-lyon.fr)
📖
[
Think Python
](
pdf/thinkpython2.pdf
)
chapter 11 (lists), chapter 12 (tuples),
[
Python for Everybody
](
pdf/pythonlearn.pdf
)
chapter 8 (lists) and Real Python
[
lists
](
https://realpython.com/python-list/
)
and
[
sorts
](
https://realpython.com/sorting-algorithms-python/
)
.
---
📝 Assignment 1 - Analyzing a simple dataset
---
### Lecture 4 - **Programming strategies: divide and conquer** | [notebook](04-) | [slides](03-lists-search-sort-slides.pdf) | [exercices](03-lists-search-sort-exercises.ipynb)
📖
[
Divide & conquer
](
https://en.wikibooks.org/wiki/Algorithms/Divide_and_Conquer
)
...
...
@@ -43,33 +37,37 @@ Instructor: [Romain Vuillemot](romain.vuillemot@ec-lyon.fr)
📖
[
Dynamic programing
](
https://en.wikibooks.org/wiki/Algorithms/Dynamic_Programming
)
### Lecture 7 - **
Tre
es**
### Lecture 7 - **
Stacks and queu
es**
📖
[
Problem Solving with Algorithms
](
pdf/problemsolving.pdf
)
chapter 6 (trees and tree algorithms)
---
📝Assignment
2
-
Solving a problem with dynamic programming
📝
Assignment
1
-
Analyzing a simple dataset
---
### Lecture 8 - **Trees**
📖
[
Problem Solving with Algorithms
](
pdf/problemsolving.pdf
)
chapter 6 (trees and tree algorithms)
Next topics:
1.
**Stacks and queues**
2
.
**Advanced data structures**
1
.
**Advanced data structures**
3
.
**Hashing**
2
.
**Hashing**
4
.
**Tree algorithms**
3
.
**Tree algorithms**
5
.
**Binary and n-trees**
4
.
**Binary and n-trees**
6
.
**Graphs**
5
.
**Graphs**
7
.
**Graphs algorithms**
6
.
**Graphs algorithms**
8
.
**Graphs shortest path algorithm**
7
.
**Graphs shortest path algorithm**
## Books and ressources
...
...
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