반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- dp
- 타입스크립트
- type challenge
- 그래프
- javascript
- HTTP 완벽 가이드
- 가천대
- BFS
- socket
- 수학
- 타입 챌린지
- typescript
- 문자열
- ip
- Nestjs
- HTTP
- Node.js
- 레벨 1
- Crawling
- dfs
- 백준
- TCP
- 소켓
- 쉬운 문제
- Algorithm
- 프로그래머스 레벨 2
- 알고리즘
- 프로그래머스
- 크롤링
- 자바스크립트
Archives
- Today
- Total
목록신규 아이디 추천 (1)
kakasoo

// 프로그래머스 레벨1 신규 아이디 추천을 풀었습니다. const firstRule = (str) => str.toLowerCase(); const secondRule = (str) => str .split("") .filter((el) => { const charCode = el.charCodeAt(); const aCode = "a".charCodeAt(); const zCode = "z".charCodeAt(); const zeroCode = "0".charCodeAt(); const nineCode = "9".charCodeAt(); if ( (zeroCode (str.length ? str : "a"); const sixthRule = (str) => { const next = str.leng..
프로그래밍/알고리즘 풀이
2021. 6. 30. 09:14