|
Post by Hauskaz on Apr 19, 2009 15:30:06 GMT -5
Optimization makes me hard.
|
|
|
Post by hellomeow on Apr 19, 2009 16:02:17 GMT -5
I see you actually did something with your weekend, rofl. I keep telling myself I'm going to do this.... still haven't done this
|
|
|
Post by Hauskaz on Apr 19, 2009 16:15:16 GMT -5
It's pretty cool so far, except selection sorting is inconsistently wrong for some reason.
|
|
|
Post by elbow unit on Apr 19, 2009 19:21:51 GMT -5
I love how i've had pidgin conversations that have been broken to finishing coding, both by you guys and my ex...rofl
i wonder why char is at the top? and jesus Christ he is raping you with lines of code isn't he?
|
|
|
Post by Hauskaz on Apr 19, 2009 21:36:32 GMT -5
I have 5,000 Strings in an array, each one a four character array of Characters.
|
|
|
Post by elbow unit on Apr 19, 2009 21:52:12 GMT -5
jesus fucking christ...
|
|
|
Post by hellomeow on Apr 22, 2009 0:02:08 GMT -5
Link. I know this is very messily coded, but I'm looking for some constructive criticism on this. Any errors you find, ways this could be improved, point them out to me. I don't feel too proud of this mostly because all of the algorithms are just copied from an outside source. Also the code is pretty bruteforce and I think it could have been done a lot better, all the good ideas will probably come to me past the due date. This is probably inefficient as hell too. EDIT: Newer Link. Let me state that this program is garbage and it is by far the worst thing I've ever written out of any program. Most of the reason it absorbs is because of meaningless inheritance and objects being instantiated that Prins wanted for whatever reason. He also told me I should have put all the sorting algorithms in separate classes for full marks, again NO MOTHERFUCKING POINT. I hate putting out something like this but this is basically the only way I can think to make the program will all the bullshit he wants it to do... I might edit it just out of complete and utter shame though. Emo log. Some pic I showed Forest.
|
|
|
Post by hellomeow on Apr 23, 2009 0:52:02 GMT -5
アップデート
|
|
|
Post by Hauskaz on Apr 23, 2009 9:01:39 GMT -5
That is an awful lot nicer than my program. I haven't looked at your code, but there is a point in breaking the algorithms into separate classes. Thanks to this program, I now have a library of various sorting algorithms I can use in other programs.
|
|