Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

pedroroccon's avatar

Code challenges

Hey! I'm recently doing some code challenges in interviews to get a job remotly.

In those challenges sometimes I can't reach the minimum points to procced to the next step. So when I see a code that doens't performs well or is badly written, I really want to find what is wrong and try to improve it. But sadly is very hard to find those challenges solved, specially with PHP.

So I came here to ask if someone knows a nice website to train challenges, and most important, if that place shows the challenge solved to compare with my code.

0 likes
3 replies
MohamedTammam's avatar
Level 51

codewars shows you other submissions after you submit your answer.

leetcode is code interview algorithms/data structure and you can see other solutions/ways in the discussion of the question.

2 likes
pedroroccon's avatar

@MohamedTammam Thank you! I just saw Codewars and liked a lot!

Now I can prepare myself better for code challenges.

1 like

Please or to participate in this conversation.