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
87c2776f
Commit
87c2776f
authored
6 months ago
by
Romain Vuillemot
Browse files
Options
Downloads
Patches
Plain Diff
Adding lab 2
parent
1cc41141
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+6
-11
6 additions, 11 deletions
README.md
exercises/02-recursion-exercises.ipynb
+1135
-0
1135 additions, 0 deletions
exercises/02-recursion-exercises.ipynb
with
1141 additions
and
11 deletions
README.md
+
6
−
11
View file @
87c2776f
...
...
@@ -55,10 +55,6 @@ Instructor: [Romain Vuillemot](romain.vuillemot@ec-lyon.fr)
-
Base cases and recursive cases
-
Recursion vs. iteration
-
Tail recursion
-
Lists, Search
-
Introduction to lists (arrays vs. linked lists)
-
Operations on lists (insertion, deletion, traversal)
-
Searching algorithms (linear, binary)
<details>
<summary>
📖
</summary>
...
...
@@ -112,7 +108,7 @@ Instructor: [Romain Vuillemot](romain.vuillemot@ec-lyon.fr)
-
Recursive, independent problem-solving strategy
-
Application to sorting (merge sort, quick sort) and search (binary search)
-
Examples:
Fibonacci
-
Fibonacci
-
Knapsack Problem (greedy)
<details>
...
...
@@ -131,8 +127,7 @@ Instructor: [Romain Vuillemot](romain.vuillemot@ec-lyon.fr)
-
Definition and characteristics of dynamic programming
-
Memoization data structures
-
Examples (using dynamic programming): Fibonacci, Knapsack Problem
-
Optimizing Fibonacci, Knapsack Problem using dynamic programming
<details>
<summary>
📖
</summary>
...
...
@@ -185,10 +180,10 @@ Instructor: [Romain Vuillemot](romain.vuillemot@ec-lyon.fr)
### Lecture 9 - **Graphs**
-
Introduction to graphs (vertices and edges)
-
Types of graphs (directed,
undirected, weighted, un
weighted)
-
Representing graphs a
s adjacency matrix, adjacency list
-
Graph properties (connectivity, cycles)
-
Introduction to graphs (vertices and edges)
-
Types of graphs (directed, weighted)
-
Graphs data structure
s
(
adjacency matrix, adjacency list
)
-
Graph properties (connectivity, cycles)
<details>
<summary>
📖
</summary>
...
...
This diff is collapsed.
Click to expand it.
exercises/02-recursion-exercises.ipynb
0 → 100644
+
1135
−
0
View file @
87c2776f
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