hotire / algorithm

algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

알고리즘 Algorithm in Java

  • DFS : Depth First Search
  • BFS : Breadth First Search
  • DP : Dynamic Programming

백준 : https://www.acmicpc.net/
SW Expert Academy : https://www.swexpertacademy.com/main/main.do
hotire blog : https://blog.naver.com/gngh0101

Scanner vs BufferedReader

Scanner

  1. 정규 표현을 이용해 구문 분석과 데이터 파싱하는 작업 수행
  2. 동기화 되지 않아서, 멀티 스레드에 안전하지 않다.
  3. 버퍼 크기가 작다.(1KB)
  4. 개발자가 Exception Handling 하지 않는다.

BufferedReader

  1. String만 읽을수 있다.
  2. 동기화 되어 있어, 멀티 스레드에 안전
  3. 버퍼크기가 크다. (8KB)
  4. 개발자가 Exception Handling 해야한다.

코딩테스트

2019 KAKAO BLIND RECRUITMENT

https://tech.kakao.com/2018/09/21/kakao-blind-recruitment-for2019-round-1/

오픈채팅방

https://blog.naver.com/gngh0101/221364285852

실패율

https://blog.naver.com/gngh0101/221364692698

후보키

https://blog.naver.com/gngh0101/221365673218

먹방 라이브

https://blog.naver.com/gngh0101/221367932800

길 찾기

https://blog.naver.com/gngh0101/221371928714

2020 KAKAO BLIND RECRUITMENT

문자열 압축

https://blog.naver.com/gngh0101/221725205795

괄호 변환

https://blog.naver.com/gngh0101/221726239239

자물쇠와 열쇠

https://blog.naver.com/gngh0101/221732240728

가사 검색

https://blog.naver.com/gngh0101/221753587637

2021 KAKAO BLIND RECRUITMENT

https://tech.kakao.com/2021/01/25/2021-kakao-recruitment-round-1/

신규 아이디 추천

https://blog.naver.com/gngh0101/222223747542

메뉴 리뉴얼

https://blog.naver.com/gngh0101/222226840043

순위 검색

https://blog.naver.com/gngh0101/222229691785

합승 택시 요금

https://blog.naver.com/gngh0101/222272570381

About

algorithm


Languages

Language:Java 100.0%