RubyFloripa / coding-dojo

:eyeglasses: Repo to unify all Dojos
https://ruby.floripa.br/17o-encontro-coding-dojo/
1 stars 1 forks source link

Sugestões de desafios/exercícios #1

Open wevtimoteo opened 6 years ago

wevtimoteo commented 6 years ago

Como estavámos discutindo no Slack, se quiserem compartilhar o desafio que vocês achem interessante, postem aqui.

Plataformas bacanas para resolver exercícios/desafios:

Blog post: https://discuss.codecademy.com/t/code-challenges-in-interviews/82161

O @jonatas compartilhou esses:

wevtimoteo commented 6 years ago

Tem esse de validar número de cartão de crédito também: https://github.com/wevtimoteo/FP101x/tree/master/5.recursive-functions/lab/haskell

O algoritmo é o mesmo para outras linguagens

O famoso 99bottles da Sandi Metz:

https://github.com/sandimetz/99bottles-polyglot

wevtimoteo commented 6 years ago

Referências mais focadas no assunto do meetup:

https://github.com/yangshun/tech-interview-handbook/tree/master/algorithms https://github.com/andreis/interview#algorithms

https://www.hackerrank.com/challenges/aorb/problem https://www.hackerrank.com/challenges/the-grid-search/problem https://www.hackerrank.com/challenges/crush/problem https://www.hackerrank.com/challenges/is-binary-search-tree/problem

camilamaia commented 6 years ago

Problem: The Coin Change Problem Difficulty: Medium

Problem: Bigger is Greater Difficulty: Medium

Problem: Chessboard Game Difficulty: Easy