Cite This Page
Bibliographic details for Knapsack problem/bounded
- Page name: Knapsack problem/bounded
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 14 February 2010 22:15 UTC
- Date retrieved: 30 May 2023 07:53 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Knapsack_problem/bounded&oldid=139659
- Page Version ID: 139659
Citation styles for Knapsack problem/bounded
APA style
Knapsack problem/bounded. (2010, February 14). Rosetta Code, . Retrieved 07:53, May 30, 2023 from https://rosettacode.org/w/index.php?title=Knapsack_problem/bounded&oldid=139659.
MLA style
"Knapsack problem/bounded." Rosetta Code, . 14 Feb 2010, 22:15 UTC. 30 May 2023, 07:53 <https://rosettacode.org/w/index.php?title=Knapsack_problem/bounded&oldid=139659>.
MHRA style
Rosetta Code contributors, 'Knapsack problem/bounded', Rosetta Code, , 14 February 2010, 22:15 UTC, <https://rosettacode.org/w/index.php?title=Knapsack_problem/bounded&oldid=139659> [accessed 30 May 2023]
Chicago style
Rosetta Code contributors, "Knapsack problem/bounded," Rosetta Code, , https://rosettacode.org/w/index.php?title=Knapsack_problem/bounded&oldid=139659 (accessed May 30, 2023).
CBE/CSE style
Rosetta Code contributors. Knapsack problem/bounded [Internet]. Rosetta Code, ; 2010 Feb 14, 22:15 UTC [cited 2023 May 30]. Available from: https://rosettacode.org/w/index.php?title=Knapsack_problem/bounded&oldid=139659.
Bluebook style
Knapsack problem/bounded, https://rosettacode.org/w/index.php?title=Knapsack_problem/bounded&oldid=139659 (last visited May 30, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Knapsack problem/bounded --- Rosetta Code{,} ", year = "2010", url = "https://rosettacode.org/w/index.php?title=Knapsack_problem/bounded&oldid=139659", note = "[Online; accessed 30-May-2023]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "Rosetta Code", title = "Knapsack problem/bounded --- Rosetta Code{,} ", year = "2010", url = "\url{https://rosettacode.org/w/index.php?title=Knapsack_problem/bounded&oldid=139659}", note = "[Online; accessed 30-May-2023]" }