1251 [leetCode] 125. Valid Palindrome (Javascript) (5) Valid Palindrome - LeetCode Valid Palindrome - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 접근 : 투포인터 1. 아스키코드를 통한 필터링 2. 앞 뒤 포인터로 값 비교 javascript let input = require("fs") .readFileSync("input.txt") //"/dev/stdin" .toString() .split("\n") .map((val) => val.trim()); function.. 2022. 6. 25. 이전 1 다음