ZigZag Conversion1 [leetCode] 6.Zigzag Conversion (Javascript) (5) Zigzag Conversion - LeetCode Zigzag Conversion - 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 접근 : 문자열 구현 Javascript let input = require("fs") .readFileSync("input.txt") //"/dev/stdin" .toString() .split("\n") .map((val) => val.trim()); function solution(input) { //input let.. 2022. 6. 24. 이전 1 다음