Using functions skip() and print_current(), how would Iimplement <number> ? Also, how would I implement s<word> to find the next same word in a circular doubly linkedlist
<number>: skips tweets circularly and prints the current to the stdout s <word»: searches for the next occurrence of the substring word in the following tweets (search is case insensitive and performs a circular traversal
OR
OR