Any other code warriors here? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 19

Any other code warriors here?

I have finally decided to try https://www.codewars.com and I'm starting to like it more than HackerRank. There are more coding challenges and you get to see the solutions of other members after you have done your Kata. After a few hours I'm almost at 6 Kyu. The IDE is pretty and the overall site is great. I highly recommend it.

17th May 2017, 5:30 PM
Karl T.
Karl T. - avatar
25 Answers
+ 10
There was a kata, hilariously easy, returning the negative value of a number....one guy made an incredibly long solution for that and joked about how hard it was. 😂
18th May 2017, 10:00 AM
Karl T.
Karl T. - avatar
+ 9
Ok Im going to add you if you want.
11th Aug 2017, 6:18 PM
Karl T.
Karl T. - avatar
+ 8
I'm currently attempting a 2 kyu kata (very hard) : https://www.codewars.com/kata/evaluate-mathematical-expression I already have it solved in C++ (see my codes), but the kata is in Java, Js, or Ruby 😕. The IDE does not even let you define multiple classes as is required for Java programs....because besides that I could easily convert the code to Java.
2nd Jun 2017, 11:55 PM
Karl T.
Karl T. - avatar
+ 7
@Helioform Lmao, I can imagine him saying "Hell yeah it was hard, look at my code it took like years to finish, wow I'm an expert now"
18th May 2017, 11:00 AM
Complex
Complex - avatar
+ 7
@luka, cool. I didn't have the time to do any kata today.
18th May 2017, 9:22 PM
Karl T.
Karl T. - avatar
3rd Jun 2017, 1:32 AM
Pixie
Pixie - avatar
3rd Jun 2017, 1:37 AM
Karl T.
Karl T. - avatar
+ 7
Sure why not.
3rd Jun 2017, 2:00 AM
Karl T.
Karl T. - avatar
+ 7
I've stopped using it in the last month too but recently did some katas again. btw you dont always need to know some stl
11th Aug 2017, 7:59 PM
Karl T.
Karl T. - avatar
+ 7
Try to learn some new languages it will definitely help you. Most people train in 3-4 languages you get more honor that way.
11th Aug 2017, 8:41 PM
Karl T.
Karl T. - avatar
+ 7
I've tried the 2kyu "Evaluate Math Expression" again after weeks of inactivity and was able to do it in JavaScript. Gave me 128 honor + 70 honor for reaching 4kyu. :D
20th Aug 2017, 2:34 PM
Karl T.
Karl T. - avatar
+ 6
Returning a multiplication too. 😂
18th May 2017, 9:56 AM
Karl T.
Karl T. - avatar
+ 6
There was a Kata where I need to make randomly cased letters and good thing Rust isn't one of the choices because, Rust doesnt support random integer, you need to use Cargo.toml for that
18th May 2017, 10:59 AM
Complex
Complex - avatar
+ 6
I've discovered that I can define more than one classes, by not making them public and defining them after the class using them. (thank you SO) Only problem is, that it does not work for enums, and 75% of my code depends on it. :/
3rd Jun 2017, 8:27 AM
Karl T.
Karl T. - avatar
+ 5
Me, 6 kyu User: Hermetix, Language: C++
18th May 2017, 9:45 AM
Karl T.
Karl T. - avatar
+ 5
Rust's intro examination was easy: Fix the error: fn thing(x: i32, y: i32) { x * y } fn thing(x: i32, y: i32) -> i32 { x * y } What was your intro examination for your language?
18th May 2017, 9:54 AM
Complex
Complex - avatar
+ 5
Right now I am working on C++, Java, Javacript, sometimes C# ( I still have not tried hosting )
11th Aug 2017, 8:51 PM
Manual
Manual - avatar
11th Aug 2017, 9:04 PM
Manual
Manual - avatar
+ 4
Well that was easy xD
18th May 2017, 9:59 AM
Complex
Complex - avatar
+ 3
7 Kyu (Just Joined) Clan: Name: Z34O Languages: Rust
18th May 2017, 6:19 AM
Complex
Complex - avatar