Giter VIP home page Giter VIP logo

coding-challenge's Introduction

coding challenge

The things we value the most in this test are readability, structure and simplicity of your solutions. We do not care which language you pick for the job, as long as it’s not some esoteric language like “whitespace”. Furthermore, if you assume anything, comment it in your code.

  1. Create a method that, given a list of integers, returns the highest product between 3 of those numbers. Example: [1, 10, 2, 6, 5, 3] = 300 Please provide tests that show your solution actually works.

  2. You have this endpoint https://api.miconnexdev.com/test/1 which returns the results in this format: { id: number, //1 value: number, //4 children: number[] //[2,3,4,27] } You should loop the children also and call the same api https://api.miconnexdev.com/test/{id} and get different results in the same format. Find the average value of all the parent/children of this tree if you start from id=1.

coding-challenge's People

Contributors

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