Giter VIP home page Giter VIP logo

collatz's Introduction

Collatz conjecture

Assessment test

This assessment test consists in:

  1. create a go program that given a number n calculates the number of steps for n to reach 1 based on the Collatz conjecturehttps://en.wikipedia.org/wiki/Collatz_conjecture;
  2. set up a kubernetes cluster (e.g. using minikube) and expose the code as a service;
  3. add a readme describing how to set it up and a script you can use to query the service for all values from 1...K for a given number K.

Executing the service

Unfortunately, I couldn't finish the Kubernetes Cluster and Service Expose topic. I wrote a script to build an image and run a application container using Docker (I'll keep trying Kubernetes anyway, thanks for this challenge).

To run the applicantion, first you must clone this repository: git clone [email protected]:lgmontenegro/collatz.git .

After clone the repository, enter the directory you cloned it (it is collatz by default) and run chmod +x runme.sh && chmod +x collatz.sh

Now run ./runme.sh to build and run the application and after that run ./collatz.sh N where the N is the desirable number.

You can also open you browser and try http://localhost:8080/collatz/N where N is the number you want to check the Collatz conjecture.

PS: you MUST have Git and Docker installed.

collatz's People

Contributors

lgmontenegrokreuzberg avatar

Watchers

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