Skip to content

jdhudson3/collatz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample app


Runs a small node server that generates the number of steps taken to complete the collatz conjecture.


The server supports the following endpoints:

Primary data generation, which simply returns a number.

  • /collatz/generate/{input}

Cache information, json formatted.

  • /cache/stats
  • /cache/dump

Typescript is required, and the service can be compiled with a simple tsc call

The service can then be run locally via node ./out/app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published