Cite This Page
Bibliographic details for Knapsack problem
- Page name: Knapsack problem
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 10 February 2013 22:23 UTC
- Date retrieved: 7 February 2025 01:54 UTC
- Permanent URL: https://rosettacode.org/wiki/Knapsack_problem?oldid=139486
- Page Version ID: 139486
Citation styles for Knapsack problem
APA style
Knapsack problem. (2013, February 10). Rosetta Code. Retrieved 01:54, February 7, 2025 from https://rosettacode.org/wiki/Knapsack_problem?oldid=139486.
MLA style
"Knapsack problem." Rosetta Code. 10 Feb 2013, 22:23 UTC. 7 Feb 2025, 01:54 <https://rosettacode.org/wiki/Knapsack_problem?oldid=139486>.
MHRA style
Rosetta Code contributors, 'Knapsack problem', Rosetta Code, 10 February 2013, 22:23 UTC, <https://rosettacode.org/wiki/Knapsack_problem?oldid=139486> [accessed 7 February 2025]
Chicago style
Rosetta Code contributors, "Knapsack problem," Rosetta Code, https://rosettacode.org/wiki/Knapsack_problem?oldid=139486 (accessed February 7, 2025).
CBE/CSE style
Rosetta Code contributors. Knapsack problem [Internet]. Rosetta Code; 2013 Feb 10, 22:23 UTC [cited 2025 Feb 7]. Available from: https://rosettacode.org/wiki/Knapsack_problem?oldid=139486.
Bluebook style
Knapsack problem, https://rosettacode.org/wiki/Knapsack_problem?oldid=139486 (last visited February 7, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Knapsack problem --- Rosetta Code{,} ", year = "2013", url = "https://rosettacode.org/wiki/Knapsack_problem?oldid=139486", note = "[Online; accessed 7-February-2025]" }
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 --- Rosetta Code{,} ", year = "2013", url = "\url{https://rosettacode.org/wiki/Knapsack_problem?oldid=139486}", note = "[Online; accessed 7-February-2025]" }