Telegram Web Link
Forwarded from Programming Challenges (MAXIMILIAN)
Your help for prograchallenges.com
+===========================+
In order to build an amazing website for you, we need to understand your needs! Please support our open source project to strengthen to community by answering this simple, anonymous, fun and quick survey: https://surveyheart.com/form/61b07c591ca6e536ec4d2601
Programming Challenges pinned «Your help for prograchallenges.com +===========================+ In order to build an amazing website for you, we need to understand your needs! Please support our open source project to strengthen to community by answering this simple, anonymous, fun and…»
Binary loop
____
Write a function that takes a binary number as an input and shifts each bit by one to the right or left while looping on itself like a circle.
Make a delay of one second between each shift.

Example:
Input : 00101100

Output: (shifting to the right)
First loop: 00010110
Second loop: 00001011
Third loop: 10000101
Heppy New Year! 🤩🥰🥰
Lambda
+====+
What is the output of this code?

#include <iostream>
int main () {
auto a = [] () {
std::cout << "a" << "b" << "abc";
}
}

[nothing]
[a]
[ab]
[abc]
[ababc]
Feedback!
+======+
Hey Everybody! I need your help - We are shaping the future of prograchallenges.com!

We want to have some ways to learn programming that are super quick to do! I was thinking of flashcards that you can easily click through to learn some new concepts in 2 minutes.

What is your opinion on how to make them? What would you love to see? The more you tell us, the more you help us!
SUM ARRAY
+========+
Calculate the sum of numbers in an array of numbers

+========+
This is the first working example of a challenge on prograchallenges.com. Please give us feedback! :)

https://prograchallenges.com/challenge/sum-array
Forwarded from Deleted Account
Write down a Python program in order to:
Read a positive integer number n.
• Print out a proper message according to the fact that it is an odd or an even value.
Pattern converter
+==========+
Take in an image and convert it to ascii art. Bonus points if you can add color!
Forwarded from Algochallenges
Two balanced binary trees are given with m and n elements respectively. They can be merged into a balanced binary search tree in x time.
Anonymous Quiz
44%
O(m+n)
23%
O(mn)
6%
O(m)
27%
O(mlogn)
Count digits
+=====+

Without using any built-in function like (toString(), split(), splice().... etc);
Write the best way to count the number of digits of any number, including negative numbers.
+===========+
For an additional challenge Include floats as well.
Live stream scheduled for
Live stream started
Live stream finished (4 minutes)
Live stream started
Live stream finished (16 minutes)
Datastructures
+=============+
Time: 1 Hour
Difficulty: easy
Languages: C++, C# (or any other, really)
+=============+
Implement a queue that can be used for any datatype.

+=========+
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!
Forwarded from BinaryByter
https://quick-questions-prototype--pr1-ft-swipe-rm0qae48.web.app/

Do you guys have any opinions on this prototype for a multiple-choice format for prograchallenges.com?
Forwarded from BinaryByter
This is mainly about the interface, not about the design or the questions
2025/07/07 13:17:11
Back to Top
HTML Embed Code: