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

adiciona quiz #62

Open
wants to merge 2 commits 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
5 changes: 5 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,8 @@
{{% 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 pedrohenrique-ql
{{% quiz test_quiz%}}
{{< item question="Qual função de custo é mais lenta?" answers="3" choices="f(n) = c1 + c2 + c3 + c4,f(n) = 4c(n + 1),f(n) = 3cn² + 4n + c, f(n) = log n" >}}
{{% /quiz %}}