M mr-r34 New Member Joined Jun 14, 2007 Messages 17 Gender Male HSC 2008 Apr 8, 2008 #1 does any body know a easyier way to rember or s shorter simplyer version of the sorting and merging codes
does any body know a easyier way to rember or s shorter simplyer version of the sorting and merging codes
sunny meh. Joined Jul 7, 2002 Messages 5,350 Gender Male HSC 2002 Apr 8, 2008 #2 Remember how it works rather than remembering the code.
Slidey But pieces of what? Joined Jun 12, 2004 Messages 6,600 Gender Male HSC 2005 Apr 18, 2008 #3 Indeed; be able to build/code one of these algorithms from scratch. That's the best way to ensure you know it.
Indeed; be able to build/code one of these algorithms from scratch. That's the best way to ensure you know it.
D dumarab Member Joined Aug 16, 2007 Messages 260 Gender Male HSC 2008 Aug 9, 2008 #4 yea...but i usually have a DLL that i made for my self. It contains searches sorts and all those things that are done regularly. So write it once and call you DLL <name>lib.dll it should be easy to make in Delphi or VB
yea...but i usually have a DLL that i made for my self. It contains searches sorts and all those things that are done regularly. So write it once and call you DLL <name>lib.dll it should be easy to make in Delphi or VB