항해99 3기

[TIL] 2021.12.09 코딩 테스트 준비중 - 균형잡힌 세상 / 스택 / 제로 / 면접 질문 대비

na_o 2021. 12. 9. 23:03
728x90

오늘은 내 스스로 푼 문제가 많아서 뿌듯하다

B, D, E를 풀이를 보지 않고 내 머리로 풀었다!

개념을 확실하게 공부하면서 풀고싶어서

이전에 사둔 자바 알고리즘 책에 있는 개념을 공부하고 풀었다

특히 D) 스택 문제는 스택의 완전 기초적인 기능을 직접 구현하라는 문제라서

개념을 복습하는 데 도움이 되었다

 


Chapter2 : 자료구조

- B) 균형잡힌 세상

https://github.com/NayoungBae/oneday-onesolve/commit/58e0c412e00adf0d35ae3944f088b089dbe3fdcf#diff-3afa8da06ab6f644019e3af73dac8d90e49fb9640098bca02c35086559a76f67

 

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) 스택

https://github.com/NayoungBae/oneday-onesolve/commit/e577aa99c7ad26e3d54c0987df11936b0ac81db1#diff-16e72c8ac305a4e628188e94d8f2ef7ee77c67db2404a692d72a3846437e6729

 

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) 제로

https://github.com/NayoungBae/oneday-onesolve/commit/dc1a4bd5aa86fd4b6fcfd0fe6b84b71406530b1b#diff-2c14385a7d2db511aa476f7ee0a4928feb5a080e56c81c73a7da372d91e354d9

 

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) 최대 힙

https://github.com/NayoungBae/oneday-onesolve/commit/1746fe416b1168f1d1fef75d8b2076631cec6b08#diff-eaa68614bb936ca1d81cc171eb3bcff30efa4affa097aceacd50b1d6620a67bb

 

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