diff --git a/README.md b/README.md index f916b1a..354fa39 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ Fibonacci restful service is designed to be high-scaliablity service to quickly calculate Fibonacci. + + + ### Fibonacci Algorithm Matrix exponentiation (fast) The algorithm is based on this innocent-looking identity (which can be proven by mathematical induction): diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2698f65..d1311ee 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -6,6 +6,9 @@ trigger: - master + + + pool: vmImage: 'ubuntu-latest'