Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about external-sorting

Read more about external-sorting

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - external-sorting

Sorting based on fuzzy criteria OR Create an acceptable order with only n comparisons

I'm looking for an algorithm to sort a large number of items using the fewest comparisons. My specific case makes it unclear which of the obvious approaches is appropriate: the comparison function is ...
test-img

Salvatore Ambulando

algorithm

sorting

approximation

external-sorting

partial-sort

Votes: 0

Answers: 0

External Merge Sort with limited space

so my task is to make an external merge sort with a text file. I'm also supposed to only have a maximum of 3 Strings at one time. This is what my merge-Method looks like: public static void mergeSortE...
test-img

bruh1667

sorting

text

mergesort

bufferedwriter

external-sorting

sorting

text

mergesort

bufferedwriter

external-sorting

Votes: 0

Answers: 1

Latest Answer

It would be easier to implement a bottom up merge sort, using 2 strings (2 way merge) and 4 working files, or 3 strings (3 way merge) and 6 working files. For 2 way merge, the first pass repeatedly re...
test-img

rcgldr

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved