Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quizzes.txt #70

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions content/posts/introducao-a-analise/quizzes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,13 @@
{{% quiz test_quiz%}}
{{< item question="Tendo como referência o gráfico acima, qual algoritmo possui o melhor desempenho para as entradas maiores?" answers="1" choices="MergeSort,InsertionSort,QuickSort,SelectionSort" >}}
{{% /quiz %}}

# Quiz elaborado por magao02
{{% quiz test_quiz%}}
{{< item question="Qual caso ultilizar se o algoritmo tiver condicionais?" answers="1" choices = "pior caso,caso intermediário, melhor caso" >}}
{{% /quiz %}}

# Quiz elaborado por magao02
{{% quiz test_quiz%}}
{{< item question="O que quer dizer análise de algoritmos?" answers="1" choices="procurar erros no algoritmo,prever a quantidade de recursos que tal algoritmo consome ao ser executado, procurar formas de deixar o código limpo" >}}
{{% /quiz %}}