📜 ⬆️ ⬇️

Course Algorithms from Coursera (4-6 weeks of study)

As promised, I am writing a continuation of an article devoted to training on the Algorithms course.

Those who do not know the structure of the course, please in the first article, there I described how the work goes. Here I will talk about the program of the final 3 weeks of study and the final exam.

Week 4


Week 5

')
Week 6


Final exam
I must say, the final exam is quite a difficult thing. 20 questions, many of which are open, i.e. no answer choices (for example, write an array of numbers after performing an n-step on the specified sorting). Most of the questions were already in the previous exercises of the course, but there are several new types of tasks. For example, several statements or questions are given, several answers are also given, it is necessary to compare the answers with the corresponding statements. The task is complicated by the fact that each of the options can be used for 1 or more statements or not at all. Or another example: 10 arrays of words are given and the original array is indicated, it is necessary to determine the intermediate state of which sorting is one or another array (the task is pretty tense for me, and since I decided to do it last, I didn’t have enough time to spit and put some options at random).

Three attempts are given for the final exam, the best will be credited (unfortunately, I had free time for the exam just before the final deadline, so I had only one attempt). By the time you need to focus on 2-3 hours of work in a relaxed atmosphere, attentiveness and accuracy are very important. I had two tasks filled up simply because I did not correctly transfer the final answer from the paper to the input field: I didn’t add the last element of the array in one task, and wrote 92 in the other because of several corrections on paper. a maximum of 20 points, I managed to score 14.77 out of 20, although, as I wrote above, just being a little more attentive could get 16-17 points. Unfortunately, after the final test, the calculation of the overall grade for the course was not made (or maybe I just did not find it?), Although scoring for the exercises and practical tasks suggested that there was a final grade. If you responsibly take the whole course from the beginning to the end, then the final test will not cause difficulties.

In general, I liked the course very much, learned a lot of new things and brought together my scattered knowledge to a single system. Already enrolled in the second part of this course announced for November. For those who have not listened to the first part, I highly recommend. Unfortunately, the site does not have the exact start date of the course, but you can subscribe and get a notification about its beginning.

References:
Sourcesera website - www.coursera.org
Course "Algorim. Part 1 "- www.coursera.org/course/algs4partI
Course "Algorim. Part 2 "- www.coursera.org/course/algs4partII

Source: https://habr.com/ru/post/153473/


All Articles