gpt4 book ai didi

c# - 林奇 :Check whether a string is palindrome or not?

转载 作者:行者123 更新时间:2023-11-30 19:00:08 26 4
gpt4 key购买 nike

我想使用 Linq 检查一个字符串是否为回文。

更新:

我不想使用反向功能。

最佳答案

var result = Enumerable
.SequenceEqual(text.ToCharArray(), text.ToCharArray()
.Reverse());

关于c# - 林奇 :Check whether a string is palindrome or not?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5080593/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com