|
-
October 14th, 2011, 02:23 AM
#1
Selecting pivot in sorted array.
Hi folks,
I'm having 200,000 records those are sorted by date. Now i want to insert one back dated record as order. If i using quick sort to insert back dated record inside the file, How to select pivot element ?
for e.g. my records are like this.
0
1
2
4
5
3
How can i sort this using quick sort? How to select pivot element?
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|