Konrad
Universität Freiburg
Followers: 0 Following: 0
Statistik
RANG
867
of 294.577
REPUTATION
84
BEITRÄGE
0 Fragen
30 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
8
RANG
3.318 of 20.127
REPUTATION
461
DURCHSCHNITTLICHE BEWERTUNG
4.90
BEITRÄGE
4 Dateien
DOWNLOADS
45
ALL TIME DOWNLOADS
3644
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Gelöst
5th Time's a Charm
Write a function that will return the input value. However, your function must fail the first four times, only functioning prope...
etwa 6 Jahre vor
Gelöst
"Cody" * 5 == "CodyCodyCodyCodyCody"
*Alice*: What? *"Cody" * 5 == "CodyCodyCodyCodyCody"*? You've gotta be kidding me! *Bob*: No, I am serious! Python supports...
etwa 6 Jahre vor
Gelöst
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
fast 7 Jahre vor
Gelöst
Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...
fast 7 Jahre vor
Gelöst
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
fast 7 Jahre vor
Gelöst
The 5th Root
Write a function to find the 5th root of a number. It sounds easy, but the typical functions are not allowed (see the test su...
fast 7 Jahre vor
Gelöst
Number of Even Elements in Fibonacci Sequence
Find how many even fibonacci numbers are available in the first d numbers. Consider the following first 14 numbers 1 1 2...
fast 7 Jahre vor
Gelöst
Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...
fast 7 Jahre vor