• Home
  • About
    • Awesome soubii photo

      Awesome soubii

      초보 개발자의 공부정리용 블로그입니다. 잘못 쓰여진게 있다면 친절히 알려주세요 :)

    • Learn More
    • Twitter
    • Facebook
    • Instagram
    • Github
    • Steam
  • Posts
    • All Posts
    • All Tags
  • Projects

All Posts

  • [Algorithm] Topological Sort 개념을 알아보자

    Read More
  • [Algorithm] BFS를 알고 풀어보자

    Tree 또는 Graph 문제 풀어보기 근데 이제 BFS를 곁들인

    Read More
  • [Algorithm] Binary Tree, Binary Search Tree

    Tree 개념 간단 정리

    Read More
  • [Algorithm]1932 정수 삼각형 By Python3

    백준 알고리즘 뽀개기 - 1932번 '정수 삼각형' 메모이제이션을 이용하여 최대값을 갖는 경로를 구해보자.

    Read More
  • [Algorithm]9461 파도반 수열 By Python3

    백준 알고리즘 뽀개기 - 9461번 '파도반 수열' 피보나치 수열을 응용한 DP식으로 풀이해보자.

    Read More
  • [Algorithm]1149 RGB 거리 By Python3 (반례 예시)

    백준 알고리즘 뽀개기 - 1149번 'RGB 거리' 다이나믹 프로그래밍의 기초문제

    Read More
  • [Algorithm]5086 배수와 약수 By Python3

    백준 알고리즘 뽀개기 - 5086번 '배수와 약수' 간단한 수학식을 코드로 나타내자.

    Read More
  • [Algorithm]1904 01타일 By Python3

    백준 알고리즘 뽀개기 - 1904번 '01타일' 다이나믹 프로그래밍을 이용한 풀이법을 알아보자.

    Read More
  • [Algorithm]1931 회의실배정 By Python3

    백준 알고리즘 뽀개기 - 1931번 '회의실배정' 그리디와 다중 조건 정렬 활용하기

    Read More
  • [Algorithm]1541 잃어버린 괄호 By Python3

    백준 알고리즘 뽀개기 - 1541번 '잃어버린 괄호' 문자열 파싱과 그리디를 사용하는 문제

    Read More
  • [Algorithm]11047 동전 0 By Python3

    백준 알고리즘 뽀개기 - 11047번 '동전 0' 그리디 알고리즘의 가장 흔한 예제, 동전 거스름돈 문제!

    Read More
  • [Algorithm]11399 ATM By Python3

    백준 알고리즘 뽀개기 - 11399번 'ATM' 그리디 알고리즘의 개념을 이용하여 문제를 풀어보자.

    Read More
  • [Algorithm]2748 피보나치 수 2 By Python3

    백준 알고리즘 뽀개기 - 2748번 '피보나치 수 2'를 다이나믹 프로그래밍스럽게 구현해보자.

    Read More
  • [Algorithm]14889 스타트와 링크 By Python3

    백준 알고리즘 뽀개기 - 14889 '스타트와 링크' 이해해보기

    Read More
  • [Algorithm]14888 연산자 끼워넣기 By Python3

    백준 알고리즘 뽀개기 - 14888번 '연산자 끼워넣기' 재귀함수를 이용한 백트래킹 문제 구현하기

    Read More
  • [Algorithm]1181 단어정렬 By Python3

    백준 알고리즘 뽀개기 - 1181번 '단어정렬' 정렬함수 sorted를 다중 조건 적용하여 정렬해보자.

    Read More
  • [Algorithm]11650 좌표 정렬하기1, 11651 좌표 정렬하기 2 By Python3

    백준 알고리즘 뽀개기 - 11650, 11651번. 주어진 좌표를 정렬 후 출력해보자.

    Read More
  • [Algorithm]10814 나이순 정렬 By Python3

    백준 알고리즘 뽀개기 - 10814번 '나이순 정렬'

    Read More
  • [Algorithm]2108 통계학 By Python3

    백준 알고리즘 뽀개기 - 2108번 '통계학'

    Read More
  • [Sort Algorithm]계수정렬(카운팅 소트, 카운팅 정렬) 알아보기 By Python3

    정렬 알고리즘 정리 다섯번째. 계수정렬과 그 특징을 알아보고 파이썬으로 구현해보자.

    Read More
  • [Sort Algorithm]병합정렬 알아보기 By Python3

    정렬 알고리즘 정리 네번째. 병합정렬 알아보고 파이썬으로 구현해보자.

    Read More
  • [Algorithm]2751 수 정렬하기2 By Python3(PyPy3)

    백준 알고리즘 뽀개기 - 2751번 '수 정렬하기2' sort(), sorted(), 병합정렬까지 사용하여 구현해보자.

    Read More
  • [Sort Algorithm]버블 정렬 알아보기 By Python3

    정렬 알고리즘 정리 세번째. 버블정렬의 정의와 구현 방법을 알아보자.

    Read More
  • [Sort Algorithm]삽입정렬 알아보기 By Python3

    정렬 알고리즘 정리 두번째. 삽입정렬의 정의와 구현 방법을 알아보자.

    Read More
  • [Sort Algorithm]선택정렬 알아보기 By Python3

    정렬 알고리즘 정리 첫번째. 선택정렬 알아보고 파이썬 sort, sorted 함수를 정리해보자

    Read More
  • [Algorithm]2750 수 정렬하기 By Python3

    백준 알고리즘 뽀개기 - 2750번 '수 정렬하기'

    Read More
  • [Algorithm]1018 체스판 다시 칠하기 By Python3

    백준 알고리즘 뽀개기 - 1018번 '체스판 다시 칠하기'

    Read More
  • [Algorithm]1436 영화감독 숌 By Python3

    백준 알고리즘 뽀개기 - 1436번 '영화감독 숌'

    Read More
  • [Python3]클래스와 객체, 그리고 상속

    python posting-08. 객체 지향 프로그래밍에서 중요한 개념인 '객체'와 '상속' 그리고 '다형성'. 파이썬에서는 어떻게 다뤄야 할까?

    Read More
  • [Python3]Tuple, Set, Dicrionary

    python posting-07. 파이썬에서 사용되는 자료구조들에 대해 알아보자.

    Read More
  • [Vue.js]vue의 개념과 사용법. 그리고 디렉티브?

    vue posting-01. vue가 무엇인지 알아보고 설치하여 간단히 웹페이지에 출력해보자. 그리고 Vue의 디렉티브(Directive) 개념에 대해서도 알아보자.

    Read More
  • [Node.js]Request와 POST 이해하기

    node posting-03

    Read More
  • [Node.js]Package Manager NPM 사용하기

    node posting-02

    Read More
  • [Node.js]개념 알아보고 서버 만들어 보기

    node posting-01

    Read More
  • [Python3]리스트(list) 자료형

    python posting-06. 파이썬의 자료형 중 흔히 쓰이는 리스트의 사용법에 대해 알아보자. 리스트에서 사용되는 기본 연산들의 쓰임새를 이해한다.

    Read More
  • [Python3]파이썬의 함수와 인수(argument)의 전달

    python posting-05. 함수의 작성법과 장점, 디폴트 인수와 키워드 인수 사용법, 매개변수가 전달되는 방식에 대해 알아보자

    Read More
  • [Python3]for문과 while문

    python posting-04. 파이썬에서 사용하는 반복문들에 대해 알아보자

    Read More
  • Interactive web 기초

    interactive web-01

    Read More
  • JavaScript의 자료형

    js 포스팅-01

    Read More
  • 테스트 테스트

    어울림 1주차

    Read More
  • [Python3]파이썬 관계연산자와 조건문

    python posting-03. 파이썬의 조건문과 함께 관계연산자, 논리 연산자, is-elif-else 문에 대해 이해한다.

    Read More
  • [Python3]파이썬 변수 사용 및 자료형에 대해 알아보자

    python posting-02. 변수 및 상수, 함수 작성법, 자료형과 문자에 대해 이해해보자.

    Read More
  • [Python3]파이썬이 무엇인가

    python posting-01. 객체지향 프로그래밍 언어인 파이썬의 특징에 대해 적어본다.

    Read More
  • Markdown Syntax

    Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more.

    Read More
  • A Post with a Video

    Custom written post descriptions are the way to go... if you're not lazy.

    Read More
  • MathJax Example

    MathJax Example for Moon Jekyll Theme.

    Read More
  • Syntax Highlighting Post

    Demo post displaying the various ways of highlighting code in Markdown.

    Read More
  • A Post with Images

    Examples and code for displaying images in posts.

    Read More
  • Post with Image Feature

    A ton of text to test readability with image feature.

    Read More
  • Testing Readability with a Bunch of Text

    A ton of text to test readability.

    Read More
  • Testing Readability with a Bunch of Text

    A ton of text to test readability.

    Read More