Search
FEL timetable ALG students Upload system BRUTE Discussion board
Programming homeworks There are 6 programming homeworks in the semester. The total value of the homeworks is 12 points, the value of each one homework is 2 points. To obtain the assessment it it necessary to solve successfully a number of problems which yields at least 8 points. The homeworks are assigned and the solutions are evaluated in the upload system BRUTE.
Upload system Communication with the upload system is described on the page Upload System. Read it carefully.
Homework deadlines
assignment -- deadline 1. 21.2. -- 20.3. ( Asymptotic complexity ) 2. 28.2. -- 27.3. ( Tree traversal ) 3. 14.3. -- 10.4. ( Tree traversal ) 4. 21.3. -- 17.4. ( Graph search ) 5. 4.4. -- 1.5. ( Graph search ) 6. 11.4. -- 7.5. ( Graph search ) Correct 10 of given 10 test cases ... 2 pts Correct 9 of given 10 test cases ... 1 pt Correct 8 or less of 10 test cases ... 0 pts
Assessment
1st homework problem statement: desc.html.pdf . Download public test data here: datapub.zip.
2nd homework problem statement: desc2.html.pdf. Download public test data here: datapub2.zip.
3rd homework problem statement: desc3.pdf. Download public test data here: datapub3.zip .
4th homework problem statement: desc4.pdf . Download public test data here: datapub4.zip .
5th homework problem statement: desc5.pdf . Download public test data here: datapub5.zip .
6th homework problem statement: desc6.pdf . Download public test data here: datapub6.zip.
Seminar 1. problems – (complexity) – pdf , additional: pdf . Seminar 2. problems – (recursion, recurrences) – pdf . With solutions: here. Seminar 3. problems – (tree traversal) – pdf. With solutions: here. Seminar 4. problems – (graph traversal) – doc. With solutions: doc.
Seminar 5. problems – (search trees, state space search) docx . Seminar 6. problems – (AVL and B-trees) – docx . Seminar 7. problems – (O(n^2) sorts) – docx Seminar 8. problems – (O(n log(n)) sorts, binary heap) – doc Seminar 9. problems – (O(n) sorts) – pdf. Seminar 10. problems – (Dynamic programming I) – doc. With solutions: doc. Seminar 11. problems – (Dynamic programming II) – doc Seminar 12. problems – (Hash tables I) – I and II: doc Seminar 13. problems – (Hash tables II) – dtto Seminar 14. problems – (Multi Dim sorts, median search) – In preparation.