Can anyone help me with an alogrithm that will produce a random set of numbers and then sort them in ascending and descending order with a Quick Sort and a Heap Sort?
http://www.experts-exchange.com/Programming/Languages/C/Q_10024200.html
Zones:
CDate Answered: 10/18/1997 Grade: C Views: 0
how can i sort a table by ascending/descending without using a query?
p/s:for example, when i'm going to sort item_code from a item_table, i use the following steps:
> modify table
> create ...
http://www.experts-exchange.com/Microsoft/Applications/FoxPro/Q_10798541.html
Zones:
FoxProDate Answered: 07/26/2000 Grade: D Views: 0
Actually I have already created a text file ; I have let my sql handle the right justification and left justification and I have created the text file as per requirements. But my problem is, within...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21286717.html
Zones:
Visual BasicDate Answered: 02/17/2005 Grade: A Views: 0
Hello.
I am trying to allow ascending or descending sorting using the sort function, but my list ALWAYS comes up in ascending order. I've thrown together a sample program (below) exemplifying m...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21376030.html
Zones:
JavaScriptDate Answered: 04/05/2005 Grade: A Views: 0
I have query that I need my ipadress1 to be in ascending order, how to do that?
SELECT clientid, ipaddress1 FROM clients WHERE clientid is not null order by ipaddress1
sample data clientid...
http://www.experts-exchange.com/Database/Miscellaneous/Q_21605642.html
Zones:
DatabasesDate Answered: 10/24/2005 Grade: A Views: 0
Hello, I'm trying to sort a query in Ascending order but for some reason it doesn't do it.
select p.PlayerID, p.Name, p.Alias, g.GameID, c.ChapterID, g.GameName, SUM(pt.Points) as SumPoints, c.C...
http://www.experts-exchange.com/Database/MySQL/Q_22023976.html
Zones:
MySQL ServerDate Answered: 10/13/2006 Grade: A Views: 0
We have some WIN95 working in domain under WINNT we have BRI ISDN
line (2B+D), and we use one of the ISDN channels (1B) connecting our net to ISP through
the router (ascend p50-1sbri-e) and anothe...
http://www.experts-exchange.com/Networking/Windows_Networking/NT/Q_10072638.html
Hi Experts,
I wonder how I can sort a column in a combobox (Ascending).
I can't do it in the linked table, it is to late for that.
Some code example would be nice.
Greatest Regards
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10158509.html
Zones:
MS AccessDate Answered: 05/07/1999 Grade: A Views: 0
Here is my code, which is a quicksort program. My code sort the numbers in descending order, but I want to change it into ascending order, Can anyone help me.
My complete code is the following:
I...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10300265.html
Zones:
C++Date Answered: 03/12/2000 Grade: A Views: 0
Hi,
I need to rearrange an input file which lists a load of values e.g
3
45
60
3 etc
however, the sorting is not into ascending/descending order but similar to right/left
3
3
45...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20573136.html
Zones:
JavaDate Answered: 11/27/2003 Grade: B Views: 0