thulasipavankumar / WordCalculator

Given a word find all the permutations with jumbling the characters
https://wordjumble.herokuapp.com/
MIT License
0 stars 1 forks source link

spring implementation #1

Closed thulasipavankumar closed 4 years ago

thulasipavankumar commented 4 years ago

Implementation using SpringBoot Application

REST Services

POST

localhost:8080/permute { "wordToPermutate": } RESULT: [] = list of all possible permutation of the given String

POST

localhost:8080/isDictionaryWord { "word": } RESULT: true/false