Skip to content

piyush-multiplexer/heapq-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heapq-api

Python Flask Wrapper for heapq lib.

  • Currenly provides API endpoint for on nlargest of heapq for custom usecase, though you can use.

/nlargest

  • Args: n(int), iterable json object
  • Api will user python heapq's nlargest function with given parameter n largest elements, and iterable object, with key default.

Deployed on Vercel.

About

Python Flask Wrapper for heapq lib.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published