herrDeng網內搜尋

自訂搜尋

Ads

2024年6月2日 星期日

C++ Python C速解Leetcode 344 Reverse String


C++ Python C速解Leetcode 344  Reverse String
交換索引對 (i, n-1-i)。在C的實作中,交換並沒有使用額外的空間,只是透過xor!
-----
So swap the pairs of index (i, n-1-i). In the implementation by C, swap doesn't use extra space just by xor!
[codes on Leetcode]https://leetcode.com/problems/reverse-string/solutions/5242835/easy-swap-pairs-swap-using-xor-1-liner/

沒有留言:

Related Posts Plugin for WordPress, Blogger...

熱門文章