Wednesday, April 8, 2020

PPT + Video on Programs on Decision Making and Looping

In continuation with the previous post, I have uploaded video on Programs on Decision Making and Looping.

This video introduces two problems that can be solved using loops. Namely: 1) Checking whether a number is prime or not 2) Finding GCD (using Euclid's algorithm) and LCM of two numbers Please find the blog link on how to measure time taken by C statements:
https://18ucsc200-pspc.blogspot.com/2018/10/using-time-functions-in-c-programs-to.html

Kindly go through the video and ask your doubts (if any) in the comments section.

YouTube Video:



PPT discussed in the video:

No comments:

Post a Comment

PPT + Video on Evaluation of Mathematical Series using Loops

This video introduces the approaches to evaluate mathematical infinite series, namely: 1) Euler's Series 2) Sine Series Kindly go t...