Cite This Page
Bibliographic details for Maximum difference between adjacent elements of list
- Page name: Maximum difference between adjacent elements of list
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 4 April 2024 13:59 UTC
- Date retrieved: 5 October 2024 05:34 UTC
- Permanent URL: https://rosettacode.org/wiki/Maximum_difference_between_adjacent_elements_of_list?oldid=363251
- Page Version ID: 363251
Citation styles for Maximum difference between adjacent elements of list
APA style
Maximum difference between adjacent elements of list. (2024, April 4). Rosetta Code. Retrieved 05:34, October 5, 2024 from https://rosettacode.org/wiki/Maximum_difference_between_adjacent_elements_of_list?oldid=363251.
MLA style
"Maximum difference between adjacent elements of list." Rosetta Code. 4 Apr 2024, 13:59 UTC. 5 Oct 2024, 05:34 <https://rosettacode.org/wiki/Maximum_difference_between_adjacent_elements_of_list?oldid=363251>.
MHRA style
Rosetta Code contributors, 'Maximum difference between adjacent elements of list', Rosetta Code, 4 April 2024, 13:59 UTC, <https://rosettacode.org/wiki/Maximum_difference_between_adjacent_elements_of_list?oldid=363251> [accessed 5 October 2024]
Chicago style
Rosetta Code contributors, "Maximum difference between adjacent elements of list," Rosetta Code, https://rosettacode.org/wiki/Maximum_difference_between_adjacent_elements_of_list?oldid=363251 (accessed October 5, 2024).
CBE/CSE style
Rosetta Code contributors. Maximum difference between adjacent elements of list [Internet]. Rosetta Code; 2024 Apr 4, 13:59 UTC [cited 2024 Oct 5]. Available from: https://rosettacode.org/wiki/Maximum_difference_between_adjacent_elements_of_list?oldid=363251.
Bluebook style
Maximum difference between adjacent elements of list, https://rosettacode.org/wiki/Maximum_difference_between_adjacent_elements_of_list?oldid=363251 (last visited October 5, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Maximum difference between adjacent elements of list --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Maximum_difference_between_adjacent_elements_of_list?oldid=363251", note = "[Online; accessed 5-October-2024]" }
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 = "Maximum difference between adjacent elements of list --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Maximum_difference_between_adjacent_elements_of_list?oldid=363251}", note = "[Online; accessed 5-October-2024]" }