Need C# functions
Budget: $10 – $30 AUD
I need Doubly circular linked list rotation in C# -
RotateRight(int nPositions) Rotate the list to the right nPosition times. Example: For a list containing the nodes "A", "B", "C", "D": - Calling RotateRight(1) should result "D", "A", "B", "C". - Calling RotateRight(2) should result "C", "D", "A", "B".
RotateLeft(int nPositions) Rotate the list to the left nPosition times. Example: For a list containing the nodes "A", "B", "C", "D": - Calling RotateLeft(1) should result "B", "C", "D", "A
Please bid only if you can deliver this 2 hours
RotateRight(int nPositions) Rotate the list to the right nPosition times. Example: For a list containing the nodes "A", "B", "C", "D": - Calling RotateRight(1) should result "D", "A", "B", "C". - Calling RotateRight(2) should result "C", "D", "A", "B".
RotateLeft(int nPositions) Rotate the list to the left nPosition times. Example: For a list containing the nodes "A", "B", "C", "D": - Calling RotateLeft(1) should result "B", "C", "D", "A
Please bid only if you can deliver this 2 hours