data structures - What is a circularly sorted array? -


i've seen mentioned on internet. 'circularly sorted array'?

usually refers array in elements sorted may rotated. example:

4 5 6 7 1 2 3 

the elements here, (1 2 3 4 5 6 7), "in order," rotated left three.


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -