Skip to content

rrkas/api-hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

api-hub

endpoint: https://rrka7apihub.herokuapp.com/
heroku github: https://git.heroku.com/rrka7apihub.git

Running Local server

$ virtualenv venv
$ source venv\Scripts\activate
$ pip install -r requirements.txt
$ python script.py

/prog

prefix-infix-postfix

  • /prog/infix-to-prefix
  • /prog/infix-to-postfix
  • /prog/prefix-to-infix
  • /prog/postfix-to-infix
  • /prog/prefix-to-postfix
  • /prog/postfix-to-prefix

sorting

  • /prog/sort-bubble
  • /prog/sort-insertion
  • /prog/sort-selection
  • /prog/sort-merge
  • /prog/sort-quick
  • /prog/sort-counting
  • /prog/sort-radix
  • /prog/sort-bucket
  • /prog/sort-heap
  • /prog/sort-shell

searching

  • /prog/search-linear
  • /prog/search-binary

/csv-generate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published