题解 | #回文字符串#

回文字符串

https://www.nowcoder.com/practice/84424799af474ba093b06c29a1f12dfb

{"html":"<!DOCTYPE html>\r\n<html>\r\n    <head>\r\n        <meta charset=utf-8>\r\n    </head>\r\n    <body>\r\n    \t\r\n        <script type=\"text/javascript\">\r\n            const _isPalindrome = str => {\r\n                // 补全代码\r\n                let min = 0\r\n    let max = str.length - 1\r\n    console.log(max, str[max] === str[min])\r\n    let flag = false\r\n    while (min <= max) {\r\n        if (str[min] === str[max]) {\r\n            flag = true\r\n        } else {\r\n            flag = false\r\n        }\r\n        min++\r\n        max--\r\n    }\r\n    return flag\r\n            }\r\n        </script>\r\n    </body>\r\n</html>","css":"/* html, body {\\n\\twidth: 100%;\\n\\theight: 100%;\\n\\tmargin: 0;\\n\\tpadding: 0;\\n} */","js":"// 请在这里输入代码"}

全部评论
let min = 0 let max = str.length - 1 console.log(max, str[max] === str[min]) let flag = false while (min <= max) { if (str[min] === str[max]) { flag = true } else { flag = false } min++ max-- } return flag
点赞 回复 分享
发布于 2023-11-21 15:44 浙江

相关推荐

拒绝无效加班的小师弟很中意你:求职意向没有,年龄、课程冗余信息可以删掉,需要提升项目经历。排版需要修改。
点赞 评论 收藏
分享
offerboyyyy:之前看到降温完收到offer了的呢佬,可以签保底等
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务