Algorithm 5 Singly Circular Linked List
Ensure: Implementation of dictionary operations with singly circular linked list
1:procedure Insert()
2:
3:
4:end procedure
5:
6:procedure Delete()
7:
8:while do
9:if then
10:error " doesn't exist in "
11:end if
12:
13:end while
14:
15:end procedure
16:
17:procedure Search()
18:
19:while and do
20:
21:end while
22:return
23:end procedure