Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General implementation cleanup #849

Merged

Commits on Aug 27, 2021

  1. Monte Carlo [cpp]: Hardcode sample count

    This removes the need for user input
    stormofice committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    1551b96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11610b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c9a774 View commit details
    Browse the repository at this point in the history
  4. Huffman Encoding [java]: Move Huffman class to the top of the file

    Executing a single java file without compilation (in java >= 11) only works if the first
    class it finds contains the main method.
    stormofice committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    38193ae View commit details
    Browse the repository at this point in the history