Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
programming_i_2018-19_winter_semester [2018/10/12 14:50]
jakub.gemrot [Lab 01]
programming_i_2018-19_winter_semester [2018/11/30 10:36]
jakub.gemrot
Line 58: Line 58:
  
 ======Labs History====== ======Labs History======
 +
 +==== Lab 06 ====
 +  * **27.11.2018**
 +  * We have been talking about functions building chain of functions and reusing them, showing the result of function signature changes and how to work around it
 +  * Tasks we have been working on, using only functions chr(x) and ord(x)
 +    - Is this input a natural number (0 included)?
 +    - Does this string contain a natural number (0 included)?
 +    - Does this string a whole number?
 +  * Homework 
 +    * **PRG2 - 2018 - L06 - Strings** - 4 programs; deliver them as functions
 +      - How many digits this whole number stored in a string is containing? Return -1 if the string does not contain a whole number.
 +      - What is the sum of digits in this whole number stored in a string? Return -1 if the string does not contain a whole number.
 +      - You are given a string that should contain a whole number; return the number without its first digit. Return 0 if the string does not contain a whole number or the number contains only single digit.
 +      - You are given a string, return the same string but convert all lower-case characters into their upper-case variants. 
 +        * This is experimentally entered into ReCodEx, try to solve this by submitting the solution to ReCodEx! 
 +
 +==== Lab 05 ====
 +  * **20.11.2018**
 +  * We've been going through the 22 small programs and then we will be talking about string handling, procedures and functions
 +  * We touched string functions and procedures in Pascal
 +    * Examples here: [[https://drive.google.com/open?id=1q5Xw8TtJ-5m0ZujVqhgViyIqhZo3q21J|stringy.pas]]
 +
 +==== Lab 04 ====
 +  * **23.10.2018**
 +  * So we have presented correct lower-estimate for sorting algorithms based on comparison of two numbers, yep O(N log N) is the best we can hope for
 +  * But only for a given assumptions, see [[https://cs.wikipedia.org/wiki/Counting_sort|Counting Sort]], for small range of natural numbers, you can have sort with time complexity O(N)! But it's not working in-place, what a pity.
 +  * Then I've been showing Pascal language, some bits of Lazarus, and we have a homework!
 +    * **PRG1 - 2018 - L04 - Small Programs**
 +      * Solve the following [[https://drive.google.com/open?id=0B49ID9s3-zhTbFE2S005N3ZpdEk|22 problems (programs) with a Pascal program]]
 +      * If you are an expert, try to solve them with the least number of variables possible ;)
 +      * Deadline: next lab... we need to decide when that is going to be
 +  * WARNING: 30.10. - immatriculation, 6.11. - Dean's day, 13.11. - I'm in Canada ;(
 +
 +==== Lab 03 ====
 +  * **16.10.2018**
 +  * We talked about time complexity of algorithms, we touched Big-O notation ([[https://cs.wikipedia.org/wiki/Landauova_notace|Landau Notation]])
 +  * I've failed to show you the correct computation of the lower bound for sorting, which we will fix next week
 +  * No homeworks folks! Yay! Finish the ones from previous weeks :-)
  
 ==== Lab 02 ==== ==== Lab 02 ====
programming_i_2018-19_winter_semester.txt · Last modified: 2019/01/25 16:16 by jakub.gemrot