Insert into a Cyclic Sorted List

Posted hisonsandiego

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Insert into a Cyclic Sorted List相关的知识,希望对你有一定的参考价值。

这是亚麻的OA题

 

问题描述

Given a node from a cyclic linked list which has been sorted, write a function to insert a value into the list such that it remains a cyclic sorted list. The given node can be any single node in the list.

 

以上是关于Insert into a Cyclic Sorted List的主要内容,如果未能解决你的问题,请参考以下文章