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)
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 ...

Salvatore Ambulando
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...
bruh1667
Votes: 0
Answers: 1