Gorio Tech Blog search

Github blog 수식 입력 방법

|

이 글에서는 수식 입력방식을 설명한다. 참조: stackexchange.com 수식 입력은 inline style: $ \sum_{i=0}^n i^2 = \frac{(n^2+n)(2n+1)}{6} $ $ \sum_{i=0}^n i^2 = \frac{(n^2+n)(2n+1)}{6} $ display style: $$ \sum_{i=0}^n i^2 = \frac{(n^2+n)(2n+1)}{6} $$ \[\sum_{i=0}^n i^2 = \frac{(n^2+n)(2n+1)}{6}\] 로 한다. 참고: newline은 display style에서만 유효하다. $$ \begin{eqnarray} a^2 + b^2 &=& c^2 \\...

Comment  Read more

Stack(스택)

|

참조 분류 URL 문제 스택, 괄호 응용 문제 스포일러 문제 이 글에서 설명하는 라이브러리 std::stack 개요 시간복잡도: $ O(M) $ 공간복잡도: $ O(N) $ N은 원소의 수, M은 연산의 수이다. 스택 자체는 알고리즘이 아닌 자료구조이지만, 스택을 쓰는 경우 복잡도는 위와 같이 나온다. 이 글에서는 스택(stack)이라고 하는 자료구조와, 이를 활용한 문제들을...

Comment  Read more

example-title

|

이 글에서는 포스팅 방식을 설명한다. 우선 이 2018-06-28-example-title.md 파일을 같은 폴더에 복사 붙여넣기 한다. 물론 이름은 다른 것으로 바꿔준다. 이름의 형식은 다음 문단에서 설명한다. 파일명 파일 제목의 형식은 무조건 yyyy-mm-dd-example-name-of-title.md 형식이어야 한다. - 대신 공백 문자도 허용되는 것 같다. 파일의 헤더 title, author, categories, tags를 각각 원하는 대로 바꿔준다. 주의사항은...

Comment  Read more

Introducing Lanyon

|

Lanyon is an unassuming Jekyll theme that places content first by tucking away navigation in a hidden drawer. It’s based on Poole, the Jekyll butler. Built on Poole Poole is the Jekyll Butler, serving as an upstanding and effective foundation for Jekyll themes by @mdo. Poole, and every theme built...

Comment  Read more

Example content

|

Howdy! This is an example blog post that shows several types of HTML content supported in this theme. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Sed posuere consectetur est at lobortis. Cras mattis consectetur...

Comment  Read more