GithubHelp home page GithubHelp logo

woraput / quiz-plot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from super-speed-training/quiz-plot

0.0 1.0 0.0 12 KB

Quiz: Plot DOT

License: GNU Lesser General Public License v3.0

C# 100.00%

quiz-plot's Introduction

Quiz: Plot DOT

Data file can be found in the folder data.

Instruction

  1. Replace the string value of FullPathToDataFile in Program.cs with the actual path to data file.

  2. Write a static method FindMean to find the average from the provided array of int. The function signature should look like the following

    static int FindMean(int[] values)
    
  3. Use the method ReadValuesFromDataFile of the ValuesReader to read the value from the file specified in FullPathToDataFile.

  4. Implement the loop to plot values as shown in the sample below.

    • Use * to plot the actual value
    • Use - to plot the mean value return from the method FindMean().
PS R:\quiz-plot\DotPlot> dotnet run
DOT Plot

  10 |
   9 |              *****
   8 |       *                      *
   7 |    * *            ****
   6 |             *             * * *
   5 |
   4 |------------------------*---------------
   3 |   *                        *    **** **
   2 |***  *                 * **     *
   1 |            *                        *
   0 |        ****
==============================================

quiz-plot's People

Contributors

woraput avatar mastertraining avatar

Watchers

James Cloos avatar

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.