• Home
  • About
  • Categories
  • Tags
Subscribe

YABOONG

Safety zone is unsafe.

Depth-First Search & Path

Depth-First Search & Path

by Yaboong on February 22, 2018

개요

  • Graph 의 탐색 방법인 Depth-First Search (깊이우선탐색) 알고리즘에 대해 알아본다
  • Depth-First Search 메소드 구현
  • DFS 응용 - 임의의 노드 v 에서 w 로 가는 path 가 있는지 알아보는 메소드 구현
  • 코드 보기

read more

Tags: algorithmsgraphjavadepth-first-search
Graph

Graph

by Yaboong on February 19, 2018

개요

  • Graph 관련 용어
  • Graph 를 표현하는 세 가지 방법

read more

Tags: data-structuresjavagraph
Quick Sort - 퀵정렬

Quick Sort - 퀵정렬

by Yaboong on February 18, 2018

개요

  • Quick sort 파티셔닝 설명 및 구현 예제
  • 코드 보기

read more

Tags: algorithmssortingjava
Merge Sort - 합병정렬

Merge Sort - 합병정렬

by Yaboong on February 14, 2018

개요

  • Merge Sort 의 divide, merge 부분 동작 파악
  • 구현 - Java
  • 시간복잡도 분석 - 점화식 풀이
  • 코드 보기

read more

Tags: algorithmssortingjava
Basic Sorting Algorithms - Bubble, Selection, Insertion Sort

Basic Sorting Algorithms - Bubble, Selection, Insertion Sort

by Yaboong on February 13, 2018

개요

기초적인 정렬 알고리즘인 거품정렬, 선택정렬, 삽입정렬에 대해 알아본다.

read more

Tags: algorithmssortingjava
Binary Search Tree (BST) - Java

Binary Search Tree (BST) - Java

by Yaboong on February 12, 2018

개요

  • Binary Search Tree (BST) 개요
  • 삽입, 탐색, 순회, 삭제 구현 - Java
  • 전체 코드 보기

read more

Tags: data-structureslinked-listtreebinary-search-treejava
Min Heap & Heap Sort - Java

Min Heap & Heap Sort - Java

by Yaboong on February 10, 2018

개요

  • Array 를 이용하여 Heap 을 직접 구현해 본다.
  • Heap 구현 - Java
  • 시간복잡도 분석
  • Heapsort 구현
  • 예제코드 보기

read more

Tags: data-structuresheaparrayjavasorting
Binary Tree 종류 - Heap 구현 사전지식

Binary Tree 종류 - Heap 구현 사전지식

by Yaboong on February 10, 2018

개요

Heap 구현을 위한 Binary Tree 의 기초적인 개념에 대해 알아본다.

read more

Tags: data-structurestreebinary-treejava
LinkedList Queue - Java

LinkedList Queue - Java

by Yaboong on February 9, 2018

개요

  • LinkedList 를 사용하여 Queue 를 직접 구현해본다.
  • 구현예제보기

read more

Tags: data-structureslinked-listqueuejava
Array Stack - Java

Array Stack - Java

by Yaboong on February 9, 2018

개요

  • Array 를 사용하여 Stack 을 직접 구현해본다.
  • Generics, Comparable, @SuppressWarnings(“unchecked”) 에 대한 간략한 설명
  • 구현예제보기

read more

Tags: data-structuresarraystackjava

Posts navigation

Newer Posts Page 3 of 5 Older Posts

Yaboong

yaboong-profile-image

Oskar Schindler was a mere opportunist and a corrupt businessman. Yet, when it seemed that great evil was taking over the world, it was not nobles, intellectuals, or religious leaders who rose to defy it and save lives—it was a corrupt opportunist, Oskar Schindler.

Latest Posts

  • 스프링 카프카 Batch Consumer - 의도치 않은 리스너 호출 June 7, 2020
  • 스프링 - 생성자 주입을 사용해야 하는 이유, 필드인젝션이 좋지 않은 이유 August 29, 2019
  • 자바 제네릭 이해하기 Part 1 January 19, 2019
  • 스프링 - Spring Cloud Config 예제 November 25, 2018
  • 디자인패턴 - 프록시 패턴 October 17, 2018

Categories

algorithms data-science data-structures database design-pattern docker for-fun frameworks functional-programming java jenkins python scala spark spring spring-cloud

Tags

algorithms array aws binary-search-tree binary-tree breadth-first-search clustering data-engineering data-science data-structures database depth-first-search design-pattern devops docker dynamic-programming elastic-beanstalk emr file-system for-fun functional-programming garbage-collection generics graph heap http4s java jenkins kafka linked-list memory-management normalization oop python queue scala seminar sorting spark spring spring-cloud spring-cloud-config stack tree
GitHub RSS
© YABOONG all rights reserved.
Powered by Jekyll. Back to the top