Cite This Page
Bibliographic details for Knapsack problem/Unbounded
- Page name: Knapsack problem/Unbounded
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 28 July 2024 12:02 UTC
- Date retrieved: 18 May 2025 13:16 UTC
- Permanent URL: https://rosettacode.org/wiki/Knapsack_problem/Unbounded?oldid=367748
- Page Version ID: 367748
Citation styles for Knapsack problem/Unbounded
APA style
Knapsack problem/Unbounded. (2024, July 28). Rosetta Code. Retrieved 13:16, May 18, 2025 from https://rosettacode.org/wiki/Knapsack_problem/Unbounded?oldid=367748.
MLA style
"Knapsack problem/Unbounded." Rosetta Code. 28 Jul 2024, 12:02 UTC. 18 May 2025, 13:16 <https://rosettacode.org/wiki/Knapsack_problem/Unbounded?oldid=367748>.
MHRA style
Rosetta Code contributors, 'Knapsack problem/Unbounded', Rosetta Code, 28 July 2024, 12:02 UTC, <https://rosettacode.org/wiki/Knapsack_problem/Unbounded?oldid=367748> [accessed 18 May 2025]
Chicago style
Rosetta Code contributors, "Knapsack problem/Unbounded," Rosetta Code, https://rosettacode.org/wiki/Knapsack_problem/Unbounded?oldid=367748 (accessed May 18, 2025).
CBE/CSE style
Rosetta Code contributors. Knapsack problem/Unbounded [Internet]. Rosetta Code; 2024 Jul 28, 12:02 UTC [cited 2025 May 18]. Available from: https://rosettacode.org/wiki/Knapsack_problem/Unbounded?oldid=367748.
Bluebook style
Knapsack problem/Unbounded, https://rosettacode.org/wiki/Knapsack_problem/Unbounded?oldid=367748 (last visited May 18, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Knapsack problem/Unbounded --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Knapsack_problem/Unbounded?oldid=367748", note = "[Online; accessed 18-May-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/Unbounded --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Knapsack_problem/Unbounded?oldid=367748}", note = "[Online; accessed 18-May-2025]" }