활동정리/백준장학금

목표달성 백준장학금 1주차

잔디🌿 2023. 7. 30. 03:30

<알고리즘 문제 하루에 하나씩 풀고 블로그에 정리>

7/24

https://ethereal-coder.tistory.com/68

 

백준 [자바 java] 2252 : 줄 세우기

https://www.acmicpc.net/problem/2252 2252번: 줄 세우기 첫째 줄에 N(1 ≤ N ≤ 32,000), M(1 ≤ M ≤ 100,000)이 주어진다. M은 키를 비교한 회수이다. 다음 M개의 줄에는 키를 비교한 두 학생의 번호 A, B가 주어진다

ethereal-coder.tistory.com

 

7/25

https://ethereal-coder.tistory.com/71

 

코드트리 [자바 java] 1차원젠가

https://www.codetree.ai/missions/2/problems/jenga-1d/introduction 코드트리 | 코딩테스트 준비를 위한 알고리즘 정석 국가대표가 만든 코딩 공부의 가이드북 코딩 왕초보부터 꿈의 직장 코테 합격까지, 국가대

ethereal-coder.tistory.com

 

7/26

https://ethereal-coder.tistory.com/75

 

코드트리 [자바 java] k개 중에 1개를 n번 뽑기

https://www.codetree.ai/missions/2/problems/n-permutations-of-k-with-repetition/description 코드트리 | 코딩테스트 준비를 위한 알고리즘 정석 국가대표가 만든 코딩 공부의 가이드북 코딩 왕초보부터 꿈의 직장 코테

ethereal-coder.tistory.com

 

7/27

https://ethereal-coder.tistory.com/76

 

코드트리 [자바 java] 그래프 탐색

https://www.codetree.ai/missions/2/problems/graph-traversal/description 코드트리 | 코딩테스트 준비를 위한 알고리즘 정석 국가대표가 만든 코딩 공부의 가이드북 코딩 왕초보부터 꿈의 직장 코테 합격까지, 국

ethereal-coder.tistory.com

 

7/28

https://ethereal-coder.tistory.com/78

 

코드트리 [자바 java] 방향에 맞춰 이동

https://www.codetree.ai/missions/5/problems/move-in-direction/description 코드트리 | 코딩테스트 준비를 위한 알고리즘 정석 국가대표가 만든 코딩 공부의 가이드북 코딩 왕초보부터 꿈의 직장 코테 합격까지, 국

ethereal-coder.tistory.com

 

7/29

https://ethereal-coder.tistory.com/81

 

코드트리 [자바 java] 빙빙 돌며 숫자 적기

https://www.codetree.ai/missions/5/problems/snail-number-square/introduction 코드트리 | 코딩테스트 준비를 위한 알고리즘 정석 국가대표가 만든 코딩 공부의 가이드북 코딩 왕초보부터 꿈의 직장 코테 합격까지,

ethereal-coder.tistory.com

 

7/30

https://ethereal-coder.tistory.com/84

 

코드트리 [자바 java] 부분 문자열의 개수

https://www.codetree.ai/problems/number-of-substrings/description 코드트리 | 코딩테스트 준비를 위한 알고리즘 정석 국가대표가 만든 코딩 공부의 가이드북 코딩 왕초보부터 꿈의 직장 코테 합격까지, 국가대

ethereal-coder.tistory.com

 

 

<유데미 강의 3개 이상 듣고 블로그에 정리>

https://ethereal-coder.tistory.com/69

 

[JavaScript] 콜백지옥과 promise

우선 콜백이 무엇인지 헷갈리시는 분은 아랫글을 참고해주세요 https://ethereal-coder.tistory.com/32 [JavaScript] 콜백함수 콜백함수는 함수를 매개변수로 받는 함수이다. 예시 코드 function day(time, morning, ni

ethereal-coder.tistory.com

https://ethereal-coder.tistory.com/79

 

[JavaScript] async와 await

async async function 함수명(){ return 1; } /////////////////////////////////////////////////////////////// async function 함수명(){ return Promise.resolve(1); } async는 항상 promise 객체를 반환한다. 위 코드에서 빗금을 기준으로

ethereal-coder.tistory.com

https://ethereal-coder.tistory.com/82

 

[JavaScript] API 호출

API란 ? 클리이언트(브라우저)가 서버를 통해 데이터베이스에서 정보를 가져오려고 할 때 서버에 정보를 요청하고 응답을 받는 과정을 api 호출이라고 한다. api호출 과정이 언제 끝날지 모르기 때

ethereal-coder.tistory.com

 

<개발도서 2권 이상 읽기>

진행중