Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 96cd61f

Browse files
committedOct 23, 2015
Added presentations schedule, small fixes to the program
1 parent fe7c406 commit 96cd61f

File tree

2 files changed

+65
-0
lines changed

2 files changed

+65
-0
lines changed
 

‎README.md

+5
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,11 @@ Repository for the Data Structures and Algorithms course
161161
### Regular expressions
162162
<!-- unknown, maybe 1 hour, -->
163163

164+
* Regular Expression Overview
165+
* Regex syntax
166+
* Using regular expression in C#
167+
168+
164169
### Computational Geometry
165170
<!-- unknown -->
166171
* Convex hull

‎SCHEDULE.md

+60
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# Data Structures and Algorithms
2+
3+
## Presentations Schedule
4+
5+
### Week 1
6+
7+
| # | Title | Time | Date |
8+
| --- | ----------------------------------- | ----- | ----------------- |
9+
| 0 | Course Introduction | 10:30 | Mon (26-Oct-2015) |
10+
| 1 | Algorithms Complexity | 11:00 | Mon (26-Oct-2015) |
11+
| 2 | Linear data structures | 13:30 | Mon (26-Oct-2015) |
12+
| 3 | Trees and Tree Traversal Algorithms | 10:30 | Wed (28-Oct-2015) |
13+
| 4 | Hash tables, maps, and sets | 13:00 | Wed (28-Oct-2015) |
14+
| 5 | **Workshop** on data structures | 14:00 | Fri (30-Oct-2015) |
15+
16+
### Week 2
17+
18+
| # | Title | Time | Date |
19+
| --- | ------------------------------------------------------- | ----- | ---------------- |
20+
| 6 | Advanced Data Structures | 10:30 | Mon (2-Nov-2015) |
21+
| 7 | Data structures efficency | 13:30 | Mon (2-Nov-2015) |
22+
| 8 | Recursion | 10:30 | Wed (4-Nov-2015) |
23+
| 9 | **Workshop** on recursion and data structures efficency | 14:00 | Fri (6-Nov-2015) |
24+
25+
### Week 3
26+
27+
| # | Title | Time | Date |
28+
| --- | ------------------------------------------------------------- | ----- | ----------------- |
29+
| 10 | Sorting algorithms | 10:30 | Mon (9-Nov-2015) |
30+
| 11 | Searching algorithms | 12:00 | Mon (9-Nov-2015) |
31+
| 12 | Combinatorics | 10:30 | Web (11-Nov-2015) |
32+
| 13 | **Workshop** on search and sort algorithms, and combinatorics | 14:00 | Fri (13-Nov-2015) |
33+
34+
### Week 4
35+
36+
| # | Title | Time | Date |
37+
| --- | ---------------------------------------------- | ----- | ----------------- |
38+
| 14 | Dynamic programming | 10:30 | Mon (16-Nov-2015) |
39+
| 15 | Graphs | 10:30 | Wed (18-Nov-2015) |
40+
| 16 | Algorithms on Graphs | 13:00 | Wed (18-Nov-2015) |
41+
| 17 | **Workshop** on dynamic programming and graphs | 14:00 | Fri (20-Nov-2015) |
42+
43+
### Week 5
44+
45+
| # | Title | Time | Date |
46+
| --- | ------------------------------------ | ----- | ----------------- |
47+
| 18 | Strings and algorithms on strings | 10:30 | Mon (24-Nov-2015) |
48+
| 19 | State machines | 13:00 | Mon (24-Nov-2015) |
49+
| 20 | Regular expressions | 14:00 | Mon (24-Nov-2015) |
50+
| 21 | Computational geometry | 10:30 | Wed (25-Nov-2015) |
51+
| 22 | **Workshop** on strings and geometry | 14:00 | Fri (27-Nov-2015) |
52+
53+
### Week 6
54+
55+
| # | Title | Time | Date |
56+
| --- | -------------------- | ------------------- | ------------------------------ |
57+
| 23 | **Exam Preparation** | 10:30 | Mon (29-Nov-2015) |
58+
| 24 | **Practical Exam** | 10:30 **not final** | Fri (4-Dec-2015) **not final** |
59+
60+

0 commit comments

Comments
 (0)
Please sign in to comment.