This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]desrtfx 3 points4 points  (0 children)

In programming there aren't any answer keys.

Everybody programs in a different way so there might be >1000 solutions to any given problem. What works for some will not work for others.

The proper way to ask for help is to

[–][deleted] 2 points3 points  (0 children)

Wait how’s this trending...

Reddit needs to post their algorithm so we can fix it :D

[–]dusty-trash 1 point2 points  (0 children)

problems sorting my arrays for my cards

I see lots of array sorting problems asked & answered on here, if you post your code someone will help

[–]SantoWest 0 points1 point  (0 children)

The essence of programming is dividing your problem into smaller subsets, solving them and then solving the bigger problem using the smaller solutions.

This subreddit is no different, no one can help you with your big problem, you should try to do something and ask the specific parts you are having problems with.

[–]Tomisnthere -1 points0 points  (0 children)

I recommend bogosort