In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/02 Report--
This article will explain in detail how to achieve string sorting in C language, the content of the article is of high quality, so the editor will share it for you as a reference. I hope you will have some understanding of the relevant knowledge after reading this article.
1. Simple string sorting
Given a limited number of strings, arrange them in size order. In a nutshell, the size order at this time can be thought of as the size order of ASCL codes. Therefore, we only need to compare the size of the ASCL code of the string.
2. Algorithm design
1. Enter 10 strings
2. Choose any sort algorithm to sort strings. Use strcmp when comparing and strcpy when copying.
3. Output the sorted results.
3. Algorithm optimization.
String comparison cannot be optimized using strcmp, but it is inefficient to copy the string as a whole each time, exchange values, use an array of character pointers to store the address of each string, and exchange pointers for sorting is better.
4. C language code example # include
# include
/ / Wechat official account: C language and CPP programming 2020.05.02
Int main ()
{
Int i, j
Char str [10] [50], temp [50]
Printf ("enter 10 words:\ n")
For (iTuno; I
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.