Giter Site home page Giter Site logo

robot-cleaner's Introduction

Robot cleaner

A prototype of robot cleaner cleaning a surface by providing instructions to the program.

Technologies used

  • Node Js (for js coding)
  • Jest (for unit testing)

How to run

  • Copy repo
  • open folder in terminal
  • run npm install
  • run npm run build .. and it will show you result.

How to instruct

  • input.txt contains commands for program.

Line1: Contains number of commands robot takes (0 < n < 10,000)

Line2 : X and Y axis of start point for robot (-100,000 < X&Y < 100,000)

Line:3 and so on Direction and steps robot should take (i.e. N 2 & W 3) Go two step up then three step left Use N, S, E, W for direction up, down, right, left respectively.

TRIVIA

Think of a square room as a grid devided into vertices. The robot will take number of instruction, starting vertices and then each instruction in form of direction and steps.

The robot will never go outside room (so it wont go over threshold +-100,000) And if robot will reach to a vertex twice it will be counted once only. Starting point will also be counted as a cleaned surface.

robot-cleaner's People

Contributors

mizmaar3 avatar

Watchers

 avatar 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.