Warning: The magic method Slickr_Flickr_Plugin::__wakeup() must have public visibility in /home/kenbauer/public_kenscourses/tc101fall2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php on line 152

Warning: Cannot modify header information - headers already sent by (output started at /home/kenbauer/public_kenscourses/tc101fall2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101fall2015/wp-includes/feed-rss2.php on line 8
‘#mastery21’ Articles at TC101 Fall 2015 https://kenscourses.com/tc101fall2015 Introduction to Programming Python and C++ Wed, 25 Nov 2015 22:50:29 +0000 en hourly 1 https://creativecommons.org/licenses/by/4.0/ Mastery #21 https://kenscourses.com/tc101fall2015/2015/mastery-21-7/ Wed, 25 Nov 2015 22:50:29 +0000 http://estebanpg.wordpress.com/?p=84

]]>
https://creativecommons.org/licenses/by/4.0/
Mastery 21 https://kenscourses.com/tc101fall2015/2015/mastery-21-6/ Wed, 25 Nov 2015 22:38:19 +0000 http://luisgarciadaniel01.wordpress.com/?p=250 ]]> Use of recursion for repetitive algorithms.

Recursion is used as an alternative way instead of using for and while loops. Here’s the video.

]]>
https://creativecommons.org/licenses/by/4.0/
Masteries #17 and #21 https://kenscourses.com/tc101fall2015/2015/masteries-17-and-21/ Wed, 25 Nov 2015 20:45:58 +0000 http://dragv.wordpress.com/?p=158 ]]> Here’s my video of me explaining masteries#17 and #21.

Enjoy.

]]>
https://creativecommons.org/licenses/by/4.0/
Mastery 21 https://kenscourses.com/tc101fall2015/2015/mastery-21-5/ Wed, 25 Nov 2015 19:51:13 +0000 http://octavioirg.wordpress.com/?p=223 ]]> Recursive Daisy
CC licensed photo by Alexandre Duret-Lutz on Flickr

Recursion and stuff…

Welcome to my brand new post. This time I want to show how to use recursion in a very simple function. We already did this in an iterative way and I thought it would be nice to show how to do it in the recursive way. I’m talking about the fibonacci numbers.

Here is a short video explaining an example of the recursive funcition to calculate the fibonacci number of a given index.

Check also this resources to know when to use recursive functions.

http://www.cplusplus.com/articles/D2N36Up4/

In this article the dicussion is set around when to use a recursive function. The answer can’t be easier: when a function calls itself.

Personally, I like cplusplus.com I’ve found useful articles and discussions about many topics. Believe me there’s a post for your questions there.

Here’s another piece of information from cplusplus.com:

http://www.cplusplus.com/forum/articles/2231/

 

 

]]>
https://creativecommons.org/licenses/by/4.0/
Use of recursion for repetitive algorithms https://kenscourses.com/tc101fall2015/2015/use-of-recursion-for-repetitive-algorithms/ Wed, 25 Nov 2015 19:16:50 +0000 http://juanmele.wordpress.com/?p=139 ]]> Here is the video to see the Mastery 21 and here is the link https://www.youtube.com/watch?v=CWElvdY7zs4

]]>
https://creativecommons.org/licenses/by/4.0/
Mastery 21 and 22 https://kenscourses.com/tc101fall2015/2015/mastery-21-and-22/ Wed, 25 Nov 2015 11:36:20 +0000 http://ivancortes96.wordpress.com/?p=134 ]]>  

Here is the lin to the video:

 

Here is the link for the Prezi presentation from Fernanda Zapata:

https://prezi.com/uzl5h9nlzwti/masteries-21-22/?utm_campaign=share&utm_medium=copy

Here is the link to the website that gives you more information:

http://c.conclase.net/curso/?cap=024

]]>
https://creativecommons.org/licenses/by/4.0/
Mastery 21 https://kenscourses.com/tc101fall2015/2015/mastery-21-4/ Wed, 25 Nov 2015 08:39:45 +0000 http://andreandradec.wordpress.com/?p=356

]]>
https://creativecommons.org/licenses/by/4.0/
Recursion and Loops https://kenscourses.com/tc101fall2015/2015/recursion-and-loops/ Wed, 25 Nov 2015 07:38:18 +0000 http://eduardomacielm.wordpress.com/?p=316 Here is my video tutorial about recursion and when to use what kind of loop:

]]>
https://creativecommons.org/licenses/by/4.0/
Masteries 21 & 22 https://kenscourses.com/tc101fall2015/2015/masteries-21-22-3/ Wed, 25 Nov 2015 06:04:43 +0000 http://carminaperezguerrero.wordpress.com/?p=153 Use of recursion for repetitive algorithms

When to use what type of repetition in a program

]]>
https://creativecommons.org/licenses/by/4.0/
Use of recursion #Mastery 21 https://kenscourses.com/tc101fall2015/2015/use-of-recursion-mastery-21/ Mon, 23 Nov 2015 15:23:38 +0000 https://interestingstuff.withknown.com/2015/use-of-recursion-mastery-21

This concepts refers to functions calling themselves to archive a task.

Here's the video: http://youtu.be/bh6ot1Hr5_c?hd=1

]]>

This concepts refers to functions calling themselves to archive a task.

Here’s the video: http://youtu.be/bh6ot1Hr5_c?hd=1

]]>
https://creativecommons.org/licenses/by/4.0/