Best paper awards at ICALP 2012
-
The preliminary version of the detailed programme for ICALP 2012 is now
available here. While skimming through the programme, I learnt that the
best paper ...
37 minutes ago
If understand the question correctly, considering the post text as input - "make it inplace" should be transformed into "inplace it make".
ReplyDeleteWe can do it in two fold. Reverse the string by exchanging (1, n), (2, n-1), so on. Using space as delimiter, reverse each word of reversed string by exchange approach.
Is there any other approach?