SanseongKo's Blog
  • Home
  • About
  • Algorithm
  • Java
  • 기술 면접
  • 코테 연습
  • 스프링
  • All Posts
  • Tag별 Posts
Search

Algorithm

A collection of 7 posts

Algorithm

Algorithm 동적 계획법에 관하여

동적 계획법 동적 계획법이란, 보다 큰 문제를 작은 문제로 나누어 푸는 방식을 뜻한다. 이 부분은 분할과 정복과 유사한데, 분할과 정복은 중복이 절대 일어날 수 없다 는 것이고, 동적 계획법에서는 문제가 중복된다는 점이다. 이

1 min read
Algorithm

Algorithm 완전 탐색에 관하여

오늘은 알고리즘 중 하나인 완전 탐색 알고리즘에 대하여 알아보려고 한다.

1 min read
Algorithm

Algorithm Greedy(탐욕법)에 관하여

오늘은 알고리즘 중 하나인 Greedy에 관하여 알아보도록 하겠다.

1 min read
Algorithm

Algorithm 정렬에 관하여

오늘은 정렬의 종류와 각 종류의 장단점에 대하여 알아보려한다. 여러가지 정렬이 있지만 기본적으로 그리고 내가 알고 싶은 정렬에 대하여 알아보려한다.

2 min read
Algorithm

Algorithm Heap에 관하여

오늘은 자료구조 힙에 관하여 알아보자.

1 min read
Algorithm

Algorithm Stack and Queue에 관하여

오늘은 스택과 큐라는 알고리즘을 알아보도록 하겠다. 스택과 큐를 같이 묶어서 포스팅하는 이유는 비슷한 느낌이자만 차이가 분명하게 존재하기 때문이다.

1 min read
Algorithm

Algorithm Hash에 관하여

오늘은 Hash에 대하여 정리를 해보려고 한다.

2 min read
SanseongKo's Blog © 2021
Proudly published with Jekyll & GitHub Pages using Jasper2
Latest Posts Ghost

Search SanseongKo's Blog

lunr.js를 이용한 posts 검색