Changes between Initial Version and Version 1 of Ticket #7295, comment 23


Ignore:
Timestamp:
2012-03-11T20:42:24+01:00 (12 years ago)
Author:
joshdoe

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7295, comment 23

    initial v1  
    11Please try the attached JAR (renaming necessary), which seem to work okay. The default for the attached JAR is to use this new method. I borrowed another assignment problem algorithm from [http://algs4.cs.princeton.edu/code/ here]. It brought in a number of files, so I'm not sure if I'm including them the best way. No license is stated in the files, but their [http://algs4.cs.princeton.edu/faq/ FAQ] indicates the code is GPLv3. I won't commit and make this the default until I get more feedback. Big thanks to James (rickmastfan67) for your thorough bug reporting; keep it coming!
     2
     3Surprisingly I can't find any standard-ish algorithm libraries for Java, like how C++ has Boost; let me know if I'm missing something obvious.