employer cover photo
employer logo
employer logo

Works Applications

Is this your company?

Works Applications Interview Question

Print all possible permutations of string inputs

Interview Answers

Anonymous

Sep 10, 2015

Hello, may i know about the detail of your interview time? date? morning or afternoon? because actually i also join at this interview (Bandung, Indonesia)

Anonymous

Oct 19, 2015

import java.util.Arrays; import java.util.Scanner; class PermuteString { static int k=0; public static String[] doPermutation(char[] str,int i,int n,String[] s) { if(i==n) { for(int m=0;m