Git Product home page Git Product logo

alasco's Introduction

Alasco Interview Problems

For the first two items there are no dependencies. I used node v8.10.0

Rectangles

node ./rectangles

If the tests pass this is silent, so it is more useful to read the code than to run it.

Dice

node ./dice.js
Stop when you lose money: bad!
Stop when you run out of money: bad!
Take out a loan: bad!

For this problem I realized that the rules on how to finish betting we ambigious, so I ran it three ways:

  1. You stop once you loose more than the initial bet
  2. You stop when you run out of money
  3. You can go as negative as you want, and you stop after n iterations.

I stopped work on this to make time for other things. The results are currently not stable, you can run it multiple times and get different results.

Currency Converter

I created a react app in ./currency-converter using Create React App. Setup should be:

cd ./currency-converter;
npm install;
npm test;
npm start;

But with npm, you can never be certain :)

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.