I added the JSON with all comparison text. This should be integrated with some basic logic in the results page.
Note that each combination only appears once in the JSON: if algorithm A is listed under algorithm B, then B will not be listed under A. This avoids duplication. (The algorithms are sorted alphabetically, but it would be best to check both in the code to be sure). Let me know if you would like a different structure instead.
I put it in the folder with the other .js files containing JSONs, but it should be moved if another place makes more sense.
I added the JSON with all comparison text. This should be integrated with some basic logic in the results page.
Note that each combination only appears once in the JSON: if algorithm A is listed under algorithm B, then B will not be listed under A. This avoids duplication. (The algorithms are sorted alphabetically, but it would be best to check both in the code to be sure). Let me know if you would like a different structure instead.
I put it in the folder with the other .js files containing JSONs, but it should be moved if another place makes more sense.