+ 20
Programstorm season 1
Who heard about Programstorm? No one... before this very moment. *reader scratches his/her head thinking "ok, and what that thing is?"* Here you are given set of tasks, you`re free to choose any, make a code (+post here) solving it (or what is more likely daily I`ll be choosing 1 "main") Tasklist is in "best answer" and updated daily. *"ok but what the reward for this"* Respect from the community, fun, and new knowledge. Here you can leave your task ideas: https://www.sololearn.com/discuss/372166/?ref=app
22 Respostas
+ 17
Tasklist
1. Create program checking if number is: kaprekar, neon, prime, hardi-ramanujan, happy; is in fibonacchi sequence.
2. Crete "Grey code" message encoder/decoder.
3. Create "scramble string" code.
4. *Make an original Sololearn Logo. Use any language you want.(Ulisses Cruz)
5. Calculate the number of physically possible states of a Rubik's cube; i.e., only about 1/12 off all states (achievable by dissembling the cube and putting it in any state.) (J.G.)
6. Calculate the number if you started with a solved cube and could make any moves you wanted without dissembling the cube. (J.G.)
7. ...
* - today`s task
And for the Really hard one (community project): make crappy AI thing...
+ 17
Basically - yes but BIGGER. More tasks, more codes, more fun)
+ 16
So it is like a daily coding challenge that you solve?
+ 16
@Kinshuk yes. simplest example )) except 1
+ 15
@Kinshuk yep. I suggest printing list of all possible number types before checking user input number
+ 14
@Kinshuk neon number is a number sum of the digita of its square is number itself
+ 13
@steini_simi maybe on wikipedia. being honest my list is from my own experience (what number types I have met before)
+ 12
I like this ...Tasksšš.....Very very thanks i will make everyone of them
+ 12
@Krieg7 ???
code challenges nice thing
if you're not trying to make fkn AI
+ 9
@Illusive Man
Can this work for 1?
https://code.sololearn.com/crDQx33pTrVh/?ref=app
+ 9
Is this one new
+ 9
@steini_simi
Try this:
www.daviddarling.info/encyclopedia/N/numbers_types.html
It has a list of many types of numbers...
It didn't have neon though... :(
+ 8
@Illusive Man
What is a neon number?
+ 8
@Illusive Man
Hmm, Ok Ill modify it...
You're right, the definitions should be before the check, otherwise people won't know what all this program can check for...
+ 8
@Illusive Man
So in Kaprekar, what you need is a number following kaprekar's routine or the kaprekar's constant ?
Coz I am working on the routine one...
Its not there in the program...
+ 7
@Illusive Man
So, 9 is a neon number?
As 9*9= 81 and 8+1=9
+ 7
My kaprekar numbers script:
https://code.sololearn.com/WtP98ej7ss6U/?ref=app
+ 7
Q&A is supposed to be used to help otherprogrammers...