Numbers
Numbers service that provides two dimensional A and B datasets of a given size.
| API | Description | 
|---|---|
| GET api/numbers/init/{size} | 
                 Initialized two data sets A and B with a given size. Each dataset will contain size x size elements.  | 
        
| GET api/numbers/{dataset}/{type}/{idx} | 
                 Retrieves row / col of data  | 
        
| POST api/numbers/validate | 
                 Validates calculation based on MD5 hash of all values in the new dataset.  |