| Title | Rotate linked list by manipulating nodes |
| Catalog Type | SLCItem |
| Persistent ID | https://codecheck.io/files/horstmann/codecheck-bj-4-list-104 |
| Platform Name | CodeCheck |
| Features | Code Completion |
| Description | Your task is to add a rotate method to the LinkedList class of Section 15.2 that rotates the elements of a linked list so that the second element becomes the first, the third the second, and so on. The first element becomes the last element. For example, after rotating the list containing the elements |
| Keywords | Linear Data Structures |
| Author | Cay Horstmann |
| Institution | San José State University |
| Iframe URL | https://codecheck.io/files/horstmann/codecheck-bj-4-list-104 |
| Protocol | SPLICE, LTI 1.1 |
| Protocol URL | |
| License | https://creativecommons.org/licenses/by-nc-nd/4.0/ |
| Programming Language | Java |
| Natural Language | en |