Link to home
Start Free TrialLog in
Avatar of rodney1
rodney1

asked on

External Balanced two way sort/merge algorithm

I am presently attempting to write a program that will utilize the Balanced two way sort/merge algorithm.  I have a file of record containing auto part data indexed by part number.  I wish to take my data file(file of records) sort them and write the data to a new file.  I have an algorithm that I am having difficulty understanding.  If you have any documentation or reference material that may be helpful I would appreciate it.
Avatar of kellyjj
kellyjj

It would be helpful if you could post some source code so we know where you are having probs
ASKER CERTIFIED SOLUTION
Avatar of Nexial
Nexial

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of aikimark
Use any popular WWWeb search engine to get a sample copy of Sort/Merge Pascal code.