Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.56 KB

File metadata and controls

47 lines (30 loc) · 1.56 KB

Recursividade

Videoaula

Video aula <iframe width="560" height="315" src="https://www.youtube.com/embed/V28NAknu5j0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
Resolvendo Exercícios da Lista de Recursividade e Ponteiros <iframe width="560" height="315" src="https://www.youtube.com/embed/GpH68I7Ja4Y" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
  • O que é Recursão?
  • Estrutura de funções recursivas
  • Funcinamento de funções recursivas e seu comportamento
  • Resolução de exercícios

Slides

Slides <iframe src="https://docs.google.com/presentation/d/e/2PACX-1vS4SlhkAdPzR499jJ4_S1D5t3XQV1F-gSKefmkk1y_A2KJg299lOzZYVaF5vQYy9Q/embed?start=false&loop=false&delayms=3000" frameborder="0" width="480" height="299" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>

Lista de Exercícios

URI Online Judge