Telegram Web Link
Forwarded from Belarusian
Best memes about programming and IT.

Check it out and subscribe: @code_n_memes
Full-stack Developers
How do u feel about your future as a programmer?
Jobs as a dev
+=========+
Many of you are very confident in being able to find a job! On the other side of the spectrum, some worry about the future.

Regardless which side you are own, we Have something for you!

+======+
@prograjobs
+======+

A Channel and a community with the mission of helping you from being a beginner to landing that first Job!

+======+

With our multiple partner-channels, we offer a very wide range of opportunities to grow personally!

And we have a nice family ;)
Deletechar.exe
+===========+
Time: 20 Minutes
+===========+

Given a string containing only two characters (A and B), figure out how many characters in that string you need to delete in order to never have the same character twice in a row!

AABBA => You need to delete 2 Characters

ABABABBA => You need to delete 1 character

AAAA => You need to delete 3 characters

ABABABAB => You don't need to delete any characters


+==========+

Discuss this challenge in the linked group!

+=========+

Got a challenge Idea? Send it to @BinaryByter for a chance of being featured on this channel! 🤩
Forwarded from BinaryByter
OOP
+===+
Language: Java
+==========+
We use a 3rd party java library "EasterEggFactory" in our app. This has 2 final classes and one interface:

Com.farmyard.EggMaker
Com.farmyard.IEggMaker(has one method makeEgg())
Com.farmyard.EggFactory

We have been producing egga with the following code:

IEggMaker eggMaker = new EggMaker() ;
EggFactory factory = new EggFactory () ;
factory.makeAndDeliverEggWith (eggMaker) ;


Now some customers want some changes to the eggs we produce. They want us to stamp their logo on the egg as it is made. This is a problem for us, since we can't change the library (of course, we can change the code above). How would you solve this problem?

+===========+

Thank you to Alex for suggesting this challenge 💚. If you have more ideas for challenges, please send it to @BinaryByter for a chance to be featured on this channel
👍1
Sums
+===+
Time: 10 Minutes
Difficulty: Easy
+=======================+
Given an Integer n, show all possible sums of integers that result in n. For instance, if n = 10 then the output should be

1+9 2+8   3+7
4+6 4+5+1 4+3+2+1

+==========+
Thanks to Vishal for inspiring this challenge! 💚
Got a challenge Idea? DM it to @BinaryByter for a chance to be featured on this channel!
Arrays
+====+
How do you find the missing number in a given integer array of 1 to 100? (solution)
+====+
Got a challenge Idea? DM it to @BinaryByter for a chance to be featured on this channel!
13.000
+===+
13.000 Thousand members! So many friends to hang around with! So many people who can support you! So many people to have a nice time with!
+===+

For a challenge, write a program that calculates and outputs a prime-factoring of the number 13.000! Be as efficient as possible.

Share your results with the group

+===+

Thank you so much for your participation and your enthusiasm with the challenges!

+===+

Got a challenge Idea? DM it to @BinaryByter for a chance to be featured on this channel!
Stringy
+====+
With any programming language, implement the simplest way to reverse a string
+===+
Age to days!
+=========+

Mara got 20 years old today. How many days has she lived?

write some code that calculates the amount of days a person has lived based her birthday and her age

+========+

Got a challenge Idea? DM it to @BinaryByter for a chance to be featured on this channel!
👍1🤩1
text.txt
1.7 KB
COUNTING
+========+
Language: Any
Difficulty: Easy
+========+
Count the amount of times "Never" (both lower, upper and mixed Case) appear in this text.

Share your code with your friends in the programming challenges Group! :)
Programming Challenges pinned «Communities for you +===============+ Groups: https://www.tg-me.com/prograhtml https://www.tg-me.com/progracpp https://www.tg-me.com/prograjs https://www.tg-me.com/prograjava Channels: https://www.tg-me.com/prograchallenges https://www.tg-me.com/prografirststeps https://www.tg-me.com/full_stack_developers»
MATRICES
+=======+
Difficulty: Easy
+=======+
Write a function for addition of two Matrices of the same size.
Advanced: Use that function in a program

+=======+

Got a challenge Idea? DM it to @BinaryByter for a chance to be featured on this channel!
POINTERS
+=======+
Language: C++, C, Rust
Difficulty: Medium
+=======+
Write a program to find the maximum value of an integral data set. The program will ask the user to input the number of data values in the set and each value. The program prints the pointer-address that points to the max value.

+=======+

Got a challenge Idea? DM it to @BinaryByter for a chance to be featured on this channel!
Texting
+=====+
Given the string "A string." Print on one line the letter on the index 0, the pointer position and the letter t. update the pointer to pointer +2. Then, in another line print the pointer and the letters r and g of the string (using the pointer).

Alternatively: Replace pointers by Iterators

+=======+

Got a challenge Idea? DM it to @BinaryByter for a chance to be featured on this channel!
Writing a resume!
+=============+
Language: LaTeX
+=============+

With the help of LaTeX, design a template for a CV! Share it in the group! The best ones will be shared!

+=============+

Need some tips to write a CV? Or Do you want to get tips on how to get a job and join a growing community of jobseekers? Join the PrograJobs community!

https://www.tg-me.com/prograjobs/12

+=============+

Got a challenge Idea? DM it to @BinaryByter for a chance to be featured on this channel!
Project Ideas?
+====================+

Write a program that randomly outputs a programming-project idea!
Bonus point if it also randomly generates them!

https://www.tg-me.com/prograjobs/13
Here are a few project ideas to get you started!
+====================+
Got a challenge Idea? DM it to @BinaryByter for a chance to be featured on this channel!
Strings
+=====+

With Two strings, interlace the strings to create one single String. Append leftover characters:

+=====+
EXAMPLE:
"abcde"
"1234567"
RESULT:
"a1b2c3d4e567"

+=====+
Thanks to @MissXim for suggesting this challenge! Got another challenge Idea? DM it to @BinaryByter for a chance to be featured on this channel!
👍1
2025/07/09 18:43:47
Back to Top
HTML Embed Code: