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
‘#mastery21’ Articles at TC101 Fall 2015
Introduction to Programming Python and C++

Tag Archives: #mastery21

Mastery #21

Mastery 21

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

Masteries #17 and #21

Here’s my video of me explaining masteries#17 and #21. Enjoy.

Mastery 21

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. […]

Use of recursion for repetitive algorithms

Here is the video to see the Mastery 21 and here is the link https://www.youtube.com/watch?v=CWElvdY7zs4

Mastery 21 and 22

  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

Mastery 21

Recursion and Loops

Here is my video tutorial about recursion and when to use what kind of loop:

Masteries 21 & 22

Use of recursion for repetitive algorithms
When to use what type of repetition in a program

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

What should you work on?

Week #12 and more partial exams for you.

For this week's readings:
C++ (TC1017) should either be looking at support for your project, ImageMagick C++ libraries are a good start.
Python (TC1014) should be finishing chapter 11 (Dictionaries).