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