Cite This Page
Bibliographic details for General Problem-Solving Hints
- Page name: General Problem-Solving Hints
- Author: OS2World.Com Wiki contributors
- Publisher: OS2World.Com Wiki, .
- Date of last revision: 12 November 2017 00:18 UTC
- Date retrieved: 13 March 2021 22:19 UTC
- Permanent URL: https://www.os2world.com/wiki/index.php?title=General_Problem-Solving_Hints&oldid=23326
- Page Version ID: 23326
Citation styles for General Problem-Solving Hints
APA style
General Problem-Solving Hints. (2017, November 12). OS2World.Com Wiki, . Retrieved22:19, March 13, 2021
from https://www.os2world.com/wiki/index.php?title=General_Problem-Solving_Hints&oldid=23326.
MLA style
"General Problem-Solving Hints." OS2World.Com Wiki, . 12 Nov 2017, 00:18 UTC.13 Mar 2021, 22:19
<https://www.os2world.com/wiki/index.php?title=General_Problem-Solving_Hints&oldid=23326>.
MHRA style
OS2World.Com Wiki contributors, 'General Problem-Solving Hints', OS2World.Com Wiki, , 12 November 2017, 00:18 UTC, <https://www.os2world.com/wiki/index.php?title=General_Problem-Solving_Hints&oldid=23326> [accessed13 March 2021
]
Chicago style
OS2World.Com Wiki contributors, "General Problem-Solving Hints," OS2World.Com Wiki, , https://www.os2world.com/wiki/index.php?title=General_Problem-Solving_Hints&oldid=23326 (accessedMarch 13, 2021
).
CBE/CSE style
OS2World.Com Wiki contributors. General Problem-Solving Hints [Internet]. OS2World.Com Wiki, ; 2017 Nov 12, 00:18 UTC [cited2021 Mar 13
]. Available from:
https://www.os2world.com/wiki/index.php?title=General_Problem-Solving_Hints&oldid=23326.
Bluebook style
General Problem-Solving Hints, https://www.os2world.com/wiki/index.php?title=General_Problem-Solving_Hints&oldid=23326 (last visitedMarch 13, 2021
).
BibTeX entry
@misc{ wiki:xxx,
author = "OS2World.Com Wiki",
title = "General Problem-Solving Hints --- OS2World.Com Wiki{,} ",
year = "2017",
url = "https://www.os2world.com/wiki/index.php?title=General_Problem-Solving_Hints&oldid=23326",
note = "[Online; accessed 13-March-2021
]"
}
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 = "OS2World.Com Wiki",
title = "General Problem-Solving Hints --- OS2World.Com Wiki{,} ",
year = "2017",
url = "\url{https://www.os2world.com/wiki/index.php?title=General_Problem-Solving_Hints&oldid=23326}",
note = "[Online; accessed 13-March-2021
]"
}