I have tried rotating a really large string in burrow wheelers cyclic string array.
But my input is about 200000 characters and when the input is this big i am unable to run the code as it runs out of heap space.
My prof said that the only way to implement it is Linear memory footprint. Which I have no clue what it means.
Can i Know what other ways to create a cyclic string which is memory efficient and use it without running out of memory