DESCRIPTION:Count the number of DuplicatesWrite a function that will return the count of distinct case-insensitive alphabetic characters and numeric d
vecel 에 배포(github repository deploy )를 했는데 에러가 자꾸 떴다. vercel error:Command "yarn run build" exited with 1이런 에러가 떴는데 검색을 해보니 많은 이유가 있다고 했다.종속성문제패키지설치종속
https://nextjs.org/docs/app/building-your-application/rendering/composition-patterns#when-to-use-server-and-client-components
html css js :spa 구축 어렵. (다양한 기능들이 들어가기엔 번거롭다.)장점: 렌더링이 가장빠름.단점 : 큰프로젝트는 개발이 어렵다.React:SPASEO상관없는 인터렉션이 많은 모든웹(어드민 페이지, B2B페이지,지도앱)결과물 : JS정적 파일장점 : 웹에
ci/cdci : Continuous Integration, 지속적 통합 -github,test codecd : Continuous Deployment, 지속적 배포 next.js 최신버전으로 업데이트 되는 것.추가설명.https://chatgpt.com/sh
프로젝트에 들어가기앞서 ssh키가 없어서 생기는 이슈에 대한 해결링크.https://velog.io/@snghyun331/Git-Git-%EC%B4%88%EA%B8%B0%EC%84%A4%EC%A0%95-%EB%B0%8F-Github-SSH-Key-%EB%93%
문제 설명정수 배열 arr가 주어집니다. 배열 안의 2가 모두 포함된 가장 작은 연속된 부분 배열을 return 하는 solution 함수를 완성해 주세요.단, arr에 2가 없는 경우 -1을 return 합니다.제한사항1 ≤ arr의 길이 ≤ 100,0001 ≤ ar
DESCRIPTION:Once upon a time, on a way through the old wild mountainous west,…… a man was given directions to go from one point to another. The direct
DESCRIPTION:IntroductionThe wave (known as the Mexican wave in the English-speaking world outside North America) is an example of metachronal rhythm a
DESCRIPTION:Count the number of divisors of a positive integer n.Random tests go up to n = 500000.Examples (input --> output)4 --> 3 // we have 3 divi
탐색이란 많은 양의 데이터중에서 원하는 데이터를 찾는 과정.대표적인 그래프 탐색 알고리즘으론 DFS / BFS가 있음.FILO 형식(선입 후출)의 자료구조.재귀적인 방법으로 구현
문제를 풀고나서 보니까 카데인 알고리즘과 연관 되어있는걸 알았다.카데인알고리즘을 꽤나 잘 설명한 영상같아 첨부함나에겐 좀 어려웠던 문제