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

Tag Archives: #wsq12

WSQ12

https://github.com/estebanpinal/WSQ/blob/master/WSQ12

WSQ12

It  wasnt that difficult after doing a research of the Euclids algorithm http://www.cut-the-knot.org/blue/Euclid.shtml here is my code https://github.com/fernandazm/WSQS/blob/master/WSQ%2012

WSQ12: Greatest Common Divisor

was really easy
here is the link to my code:
https://github.com/cortesivan96/WSQs/blob/master/Greatest%20Common%20Divisor%20(WSQ12)
 

WSQ 12 – Greatest common divisor

Here’s WSQ 12, I made it in class with Ken. Here’s the working program Here’s the source code and my GitHub repository.

WSQ12: Greatest Common Divisor

(The credit of the image goes to https://flic.kr/p/dT5aU3) I haven’t done WSQ’s for a while because I’ve been so busy with school, sorry. But now, we’re getting to the end of the semester and, well, I have to finish all the wsq’s. For my luck, this one was an easy task!!! Here’s the code: https://github.com/anagloriaac/WSQ/blob/master/WSQ12%20-%20Greatest%20Common%20Divisor

Euclids Algorithm

In this WSQ I had to write a code in which I could use the already known Euclids Algorithm to find the Greatest Common Divisior of two numbers that will be asked to the user. Euclids Algorithm: The Euclidean algorithm… Continue Reading →

#WSQ12

Wasn’t really hard to get through this one, It was mainly applying single operations between to numbers. here’s the code: https://github.com/A01154027/TC101/blob/master/WSQ12.cpp

GCD(36,24)= 12 This WSQ was easier than I thought.You can…

GCD(36,24)= 12

This WSQ was easier than I thought.You can check out my code here.

Greatest common divisor

Here is my code for the WSQ12
https://github.com/dianagdv/TC101/blob/master/WSQ12

WSQ 12

Blog post for WSQ12 which is Greatest Common Divisor or gcd for short. What i do here is, ask the user for 2 values, declare a function, and then use a loop which then changes the value of “x” to “y” and “y” to the remainder of the division from “x” and “y”, while “y” […]

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).