harimau99 / Naluri-Technical-Challenge

This is Naluri Challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Naluri Technical Challenge

Questions

  1. Create an HTTP server that is capable of
    a. Calculating Pi to increasing accuracy e.g. 3, 3.1, 3.14, 3.141, 3.1415… etc.
    b. Everytime the server has calculated the next decimal precision, it should store
    the most accurate value c. When the server is queried via an HTTP GET request, it will respond with the
    most accurate value that the server has calculated

  2. Create a webapp that displays
    a. The servers’ current known value of Pi
    b. The circumference of the sun


Consider the following:
a. Please calculate Pi algorithmically by using one of the known formulas.
b. Initialize a git repo when you start your project and include the .git folder in your submission.
c. Feel free to use third party libraries in your submission for everything but the Pi calculation. 

Answers

Question File Name Url Link Remark
1/a 01_algorithm.py Click Here Only algorithm file written in python
1/b coming soon * *
1/c * *
Question File Name Url Link Remark
2/a coming soon * *
2/b coming soon * *

About

This is Naluri Challenge


Languages

Language:Python 100.0%