Git Product home page Git Product logo

algorithm's Introduction

알고리즘 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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.