Git Product home page Git Product logo

psychic-thread-adventure's People

Contributors

husterknupp avatar

Watchers

 avatar  avatar

psychic-thread-adventure's Issues

Implement Simple Multithreaded Version (duplicate)

I want to have a way to run the algorithm in multiple threads. In a second step I want to be able to set the number of threads. The algorithm should use exactly this set numbers of threads for the calculation.

How to display results?

I want to show the results of the sorting. For details see #4. These information should be displayed in an easy to understand manner. It will be sufficient to have the results in text form for now. The code will provide required data in a log file.

Provide performance statistics

As discussed in #3 for now, it will be sufficient to simply log the required information.

Problem
No information on any statistic can be consulted, yet.

Solution
Find reasonable positions in the program where to log statistics and do the logging. Use a logging library like log4j.

Acceptance Criterium

  • automated descriptions can be found on System.out that reflect the sorting scenario.
  • one of the libraries suggested below should be used to measure performance (use JUnitBenchmarks)

Implement Simple Multithreaded Version

Problem
No multithreaded sorting can be benchmarked, yet.
Solution
Based on the single threaded Version of Mergesort I would like to have a way to run the algorithm in multiple threads. In a second step I want to be able to set the number of threads. The algorithm should use exactly this set numbers of threads for the calculation.
Acceptance Criteria
Results of sorting different counts of numbers using two threads can be found in the log.

Implement Mergesort (no multithreading)

Problem
No algorithm can be used to measure anything, yet.

Solution
Implement Mergesort algorithm using Java. Do not split execution paths in threads at this point. Develop test driven.

Acceptance Criteria

  • Algorithm/method is tested with a numerical sequence of at least 10 numbers
  • All tests run

It will be sufficient for the algorithm to be runnable from within an IDE.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.