항해99 3기

[TIL] 2021.12.14 코딩 테스트 준비중 - 동적 계획법 / 신나는 함수 실행 / 파도반 수열

na_o 2021. 12. 17. 02:41
728x90

자바(Java) 알고리즘 문제풀이 : 코딩테스트 대비 강의 듣고 정리한 내용

 


 

chapter4: 동적계획법

B) 신나는 함수 실행

https://github.com/NayoungBae/oneday-onesolve/commit/d45b68b06298e4869ec579c025f7d1da43f37cc7?short_path=077c54a#diff-077c54a4c729e4790bb6938e27aa5e89da35a28340d3e5f96790faf0070ac5e2 

 

Update and rename baekJoon/B)신나는_함수_실행(2021-12-14).md to baekJoon/cha… · NayoungBae/oneday-onesolve@d45b68b

…pter4/B)신나는_함수_실행(2021-12-14).md

github.com

 

C) 파도반 수열

https://github.com/NayoungBae/oneday-onesolve/commit/88393a007e09ed9ea1c9b4d5b708ce5865015410#diff-02e5a1a7a67a2c9cf2fc92222a5d83f4a357de375242c0d5b95063235360d87e

 

Create D)파도반_수열(2021-12-14).md · NayoungBae/oneday-onesolve@88393a0

Permalink This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. Browse files Create D)파도반_수열(2021-12-14).md Loading branch information Showing 1 changed file with 76 additions and 0 dele

github.com


면접 질문 대비

https://nazero.tistory.com/170

 

2021.12.14 면접 질문 준비(수정필요) - Part 1. 전산 기초 : 운영체제

프로세스 동기화란? 데드락 임계구역 세마포어 루텍스락 메모리 관리 전략 메모리 관리 배경 - 메모리 용량이 증가함에 따라 프로그램의 크기 또한 계속 증가하고 있기 떄문에 메모리

nazero.tistory.com