Pergunta de entrevista da empresa Spectory

1. fizz buzz 2. write a program that prints all the permutation of a list. 3. to write a program that simulate a tic tac toe.

Resposta da entrevista

Sigiloso

12 de jan. de 2019

1. you can find lots of information in the web for fizz buzz. 2. the idea is make a loop the the list, to make a pivot element, and recursively go through the list without the pivot element.