Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/randhir200/string-cut-half

You are given a string S. Cut it into 2 equal halves and reverse it. So, suppose if you have a string "abcxyz" then after performing the above mentioned operation it becomes "cbazyx" If you have a string "abcdxyz", then after performing the above mentioned operation it becomes "cbadzyx"
https://github.com/randhir200/string-cut-half

Last synced: 1 day ago
JSON representation

You are given a string S. Cut it into 2 equal halves and reverse it. So, suppose if you have a string "abcxyz" then after performing the above mentioned operation it becomes "cbazyx" If you have a string "abcdxyz", then after performing the above mentioned operation it becomes "cbadzyx"

Awesome Lists containing this project