[TIL] 2021.12.09 코딩 테스트 준비중 - 균형잡힌 세상 / 스택 / 제로 / 면접 질문 대비
오늘은 내 스스로 푼 문제가 많아서 뿌듯하다
B, D, E를 풀이를 보지 않고 내 머리로 풀었다!
개념을 확실하게 공부하면서 풀고싶어서
이전에 사둔 자바 알고리즘 책에 있는 개념을 공부하고 풀었다
특히 D) 스택 문제는 스택의 완전 기초적인 기능을 직접 구현하라는 문제라서
개념을 복습하는 데 도움이 되었다
Chapter2 : 자료구조
- B) 균형잡힌 세상
Create B) 균형잡힌 세상(2021-12-09).md · NayoungBae/oneday-onesolve@58e0c41
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 B) 균형잡힌 세상(2021-12-09).md Loading branch information Showing 1 changed file with 75 additions and 0
github.com
- D) 스택
Create D) 스택(2021-12-09).md · NayoungBae/oneday-onesolve@e577aa9
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-09).md Loading branch information Showing 1 changed file with 99 additions and 0 deletions. +9
github.com
- E) 제로
Create E) 제로(2021-12-09).md · NayoungBae/oneday-onesolve@dc1a4bd
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 E) 제로(2021-12-09).md Loading branch information Showing 1 changed file with 54 additions and 0 deletions. +5
github.com
- F) 최대 힙
Create F) 최대 힙(2021-12-09).md · NayoungBae/oneday-onesolve@1746fe4
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 F) 최대 힙(2021-12-09).md Loading branch information Showing 1 changed file with 47 additions and 0 deletions
github.com
면접 질문 대비
https://nazero.tistory.com/161
2021.12.09 면접 질문 준비 : Part 1. 전산 기초
Part 1. 전산 기초 좋은 코드란 무엇인가? 제가 생각하는 좋은 코드는 '다른 사람들도 읽기 쉬운 코드' 입니다 코드가 개발이 되었으면 유지보수하는 일은 무조건 있기 마련인데 다른 사람
nazero.tistory.com