1
Just got my array sorting to work, what's next?
Feels great, but I'm unsure where to go from here.
3 comments
Log in to join the discussion
Log In3 Comments
joel_hall171mo ago
My friend built a game leaderboard next.
7
tylerj221mo ago
Is sorting an array really worth all the hype? @diana_murphy made a good point about it being basic stuff most coders learn fast. Sure, it feels nice to get it working, but it's not that deep. You should try using sorting in a real task, like organizing user data. That's where you'll see if you actually know what you're doing.
6
diana_murphy1mo ago
Question if sorting an array is really that big a deal. It's a basic step most coders figure out quickly. Try applying it to a practical problem next.
4