Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
You should! Some of the later problems can be difficult to wrap your head around (I've not even attempted the more difficult ones after reading them) but it's so satisfying when it finally falls into place!
-
Ooh, I didn't know about HackerRank. I'll check it out.
Also, I just solved my 34th problem, when I begrudgingly switched to Python instead of C++. 😝 -
willol13898yI find Codingame more fun :)
Hackerrank is like : "here's a red-black tree, sort it"
Codingame is like : "you're Batman and you need to find the joker's bomb by jumping from window to window with a detector" -
@willol Ah, CodinGame I also enjoy. When I have the time, I want to sit down and try to tackle Nintendo's cryptography challenge. Should be fun. 😁
-
@dubniumaus I started with C++, but decided that Python would be useful for problems involving large numbers. Although I might still try to solve the ones I solve with Python on C++, as I find it more challenging, and consequently more interesting.
!rant
Anybody here heard of Project Euler? It's a series of maths/programming puzzles, and I think it's great fun trying to solve them. 😁
undefined