일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- dfs
- 공변성
- 이분 검색
- TS
- ESlint
- tailwind
- 무한 스크롤
- React
- recoil
- CORS
- Cypress
- RTK Query
- CI/CD
- map
- 타입 좁히기
- 투포인터
- 결정 알고리즘
- SSR
- 태그된 유니온
- Jest
- Promise
- useAppDispatch
- app router
- webpack
- 반공변성
- async/await
- 인터섹션
- 리터럴 타입
- autosize
- 호이스팅
Archives
- Today
- Total
목록조합 (1)
짧은코딩
프로그래머스) 메뉴 리뉴얼(조합)
-문제 사이트 https://school.programmers.co.kr/learn/courses/30/lessons/72411 프로그래머스 코드 중심의 개발자 채용. 스택 기반의 포지션 매칭. 프로그래머스의 개발자 맞춤형 프로필을 등록하고, 나와 기술 궁합이 잘 맞는 기업들을 매칭 받으세요. programmers.co.kr 코드 function solution(orders, course) { let answer = []; course.map((num) => { const map = new Map(); orders.map((order) => { const all = getCombination(order.split("").sort(), num); all.map((cons) => { const con = c..
코딩 테스트(Python)/백준, 프로그래머스
2023. 2. 21. 23:44