Get Mystery Box with random crypto!

Programming Challenges - How to be a breathtaking Programmer

Logo of telegram channel prograchallenges — Programming Challenges - How to be a breathtaking Programmer P
Logo of telegram channel prograchallenges — Programming Challenges - How to be a breathtaking Programmer
Channel address: @prograchallenges
Categories: Technologies
Language: English
Subscribers: 16.75K
Description from channel

I will make you the best Programmer you can be!
Group of the best friends you can have: https://t.me/joinchat/EXSmZ0dDYKpcZWcLQQH-zw
Challenge ideas: @BinaryByter
Youtube: https://www.youtube.com/channel/UCE_XffNtPkEXej9iDW4f0sw

Ratings & Reviews

4.00

3 reviews

Reviews can be left only by registered users. All reviews are moderated by admins.

5 stars

1

4 stars

1

3 stars

1

2 stars

0

1 stars

0


The latest Messages 12

2021-09-08 22:18:01 Mood
+=====+
Write a function that takes in a mood - and outputs "Today, I am feeling <>"!
If no mood was passed to the function, it should output "Today, I am feeling neutral"

+=========+
Please answer to this message with your solution :)
Got a challenge Idea? DM it to @BinaryByter for a chance to be featured on this channel!
809 viewsMAXIMILIAN, 19:18
Open / Comment
2021-09-08 08:45:07 P R O J E C T
+========+
Having friends is awesome! Programmer friends are even better: and that's what prograchallenges is all about; making friends and learning to code!

In order to strengthen our bonds in the community, a project for enthusiasts was formed. We are going to collectively program an open-sourced website (prograchallenges.com) for taking and posting challenges online and competing in a gamified system to learn coding!

Join the project here: https://t.me/joinchat/-HfGvN8MHek0YmFi

I can't wait to release the website
632 viewsMAXIMILIAN, 05:45
Open / Comment
2021-09-06 22:12:01 Go home, you are drunk!
+====================+
language: python
time: 10 minutes
+============+

Oh No! Python is Drunk! int() and str() are acting all weird!

str(13) ➞ 13
str("13") ➞ 13
int("14") ➞ "14"
int(14) ➞ "14"

Please implement an int_to_str() function to convert integers to strings and a str_to_int() function to convert strings to integers

int_to_str(4) ➞ "4"
str_to_int("4") ➞ 4
int_to_str(29348) ➞ "29348"


This example shows why you should never use pre-existing function names in your code!

+=========+
Please answer to this message with your solution :)
Got a challenge Idea? DM it to @BinaryByter for a chance to be featured on this channel!
586 viewsMAXIMILIAN, 19:12
Open / Comment
2021-09-04 21:49:45 Loop Loop Loooooop +======+ Time: 30mins Difficulty: tricky +======+ In your language, find as many ways as possible to execute a loop. +=========+ Please answer to this message with your solution :) Got a challenge Idea? DM it to @BinaryByter for a chance…
322 viewsMAXIMILIAN, edited  18:49
Open / Comment
2021-09-03 19:01:01 Loop Loop Loooooop
+======+
Time: 30mins
Difficulty: tricky
+======+
In your language, find as many ways as possible to execute a loop.

+=========+
Please answer to this message with your solution :)
Got a challenge Idea? DM it to @BinaryByter for a chance to be featured on this channel!
520 viewsMAXIMILIAN, 16:01
Open / Comment
2021-09-01 15:22:01 BALANCED
+=========+
Given a string containing only the characters x and y, find whether there are the same number of xs and ys.

balanced("xxxyyy") => true
balanced("yyyxxx") => true
balanced("xxxyyyy") => false
balanced("yyxyxxyxxyyyyxxxyxyx") => true
balanced("xyxxxxyyyxyxxyxxyy") => false
balanced("") => true
balanced("x") => false

+=========+
Please answer to this message with your solution :)
Got a challenge Idea? DM it to @BinaryByter for a chance to be featured on this channel!
539 viewsMAXIMILIAN, 12:22
Open / Comment
2021-08-30 10:37:01 IIFE
+=========+
Language: JS
+=========+
Find the most efficient way to call a function directly after implementing it!

+=========+
Please answer to this message with your solution :)
Got a challenge Idea? DM it to @BinaryByter for a chance to be featured on this channel!
691 viewsMAXIMILIAN, 07:37
Open / Comment
2021-08-27 10:52:01 WRAPPED
+========+
Aluminum foil has a thickness of 0.025mm. A roll is formed by tightly winding it around a tube with an outside diameter of 4cm. Given the length of the foil in cm, write a function that returns the diameter of the roll in cm measured at its thickest point. Round the result to four places.

+========+
Please answer to this message with your solution :)
Got a challenge Idea? DM it to @BinaryByter for a chance to be featured on this channel!
596 viewsMAXIMILIAN, 07:52
Open / Comment