feat: updated problem statements to include author.
This commit is contained in:
Binary file not shown.
@@ -7,7 +7,7 @@
|
||||
\usepackage{hyperref}
|
||||
|
||||
\title{ Tutorial: Knapsack Problem}
|
||||
\author{}
|
||||
\author{Arthur Andrade D'Olival}
|
||||
\date{}
|
||||
\begin{document}
|
||||
\maketitle
|
||||
|
||||
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
\documentclass{maratona}
|
||||
|
||||
\begin{document}
|
||||
\begin{ProblemaAutor}{}{Knapsack Problem}{1}{256}{}
|
||||
\begin{ProblemaAutor}{}{Knapsack Problem}{1}{256}{Arthur Andrade D'Olival}
|
||||
|
||||
O problema consiste em determinar o maior valor total que pode ser obtido ao selecionar um subconjunto de itens para colocar em uma mochila com capacidade limitada.
|
||||
Cada item possui um peso e um valor associados, e a mochila só pode suportar um peso total máximo.
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
}
|
||||
},
|
||||
"author": {
|
||||
"name": "",
|
||||
"name": "Arthur Andrade D'Olival",
|
||||
"affiliation": "",
|
||||
"country": "",
|
||||
"email": ""
|
||||
|
||||
Reference in New Issue
Block a user