PeterPan420
Senior Member
- Joined
- May 9, 2017
- Messages
- 526
- Reaction score
- 388
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
Oh let's start with Challenge #00. No using external APIHeh, I’ve done almost all of these at some point. You may get a better response by choosing one specific problem though.
Here's a json list of names for your convenience.Oh let's start with Challenge #00. No using external API![]()
Thought I'd start a thread of some challenges.
You can use whatever language you prefer.
Feel free to host on github/gitlab/pastebin & share your solutions.
View attachment 1063927
Isn’t your code going to print:I completed Challenge 00 and 05![]()
GitHub - moppdev/misc-exercise: A repository of random programming questions' answers
A repository of random programming questions' answers - moppdev/misc-exercisegithub.com
I'll check in a momentIsn’t your code going to print:
FizzBuzz
Fizz
for multiples of 3?
I missed an "el" in one of my if statements to make it an elif. Works as it should now, thx for pointing it outI'll check in a moment
Heh. That’s one of the reasons it’s a popular interview question. Same for binary search. The idea is easy, but the cases and off by 1 types of errors can be tricky.I missed an "el" in one of my if statements to make it an elif. Works as it should now, thx for pointing it out