2018 Xiao Hong Book School Recruit Software Research and development on-line written test program second question __ programming

Source: Internet
Author: User

Title: Given a string s and integral type number k, you need to flip the first k characters in the 2k character. Flips all characters when the remaining characters are less than k characters, and when the remaining characters are greater than or equal to K characters and less than 2k characters, the first k characters are flipped and the remaining characters remain the same. The characters contain only English lowercase letters, which are no more than 10000 in length.
Input Description: string s and integer number K
Output Description: The flipped string.
Example:
Input: abc,2
Output: CBA
Input: abcdef,2
Output: Bacdef
The method I use is substring () and reverse () in StringBuffer.
All the code is as follows:




Please, everyone passing by Daniel.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.