Skip to content
  • Karim El Sheikh's avatar
    Updated the comparison between temp and c1_index (and c2_index) to use the... · 5b431074
    Karim El Sheikh authored
    Updated the comparison between temp and c1_index (and c2_index) to use the equals method (instead of "=="). This is important because it turns
    out its necessary for correct comparison of a 'value' that comes from a large enough TreeMap<Integer, Integer> for some reason. I am weirded out
    by it because primitive comparison ("==") should suffice.
    Updated the 'main' method in the class kWLClass.
    Added the generateInvariants() method to the class kWLClass, this method was used to generate invariant data for each group and later compare the groups.
    For k=2 it detects collisions for groups of order 128.
    Created the class 'Checking' that was used to check for collisions in the invariant data of the groups.
    Renamed the name of the class holding the initial colour to 'InitialColour'.
    Other minor and forgotten improvements.
    5b431074