Skip to content

Commit

Permalink
[docs] dynamic programming post
Browse files Browse the repository at this point in the history
  • Loading branch information
RossKWSang committed Feb 15, 2024
1 parent 90959a2 commit d0a55c4
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions _posts/2024-02-08-dynamicprogramming.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,17 @@ banner:

안녕하세요. 이번에 다이나믹 프로그래밍에 관하여 기술세미나를 드릴 김원상입니다.

$$
\int_{a}^{b} f(x) \, dx
$$
다이나믹 프로그래밍은 코딩테스트를 처음 접하시는 분들에게는 진입장벽, 조금 익숙하신 분들에게는 알다가도 모를것 같은 알고리즙인데요. 제 나름대로 다이나믹 프로그래밍 문제를 접근하는 방법과 어떤 식으로 공부하면 좋을지에 대한 생각을 나눌 수 있을 것 같아 선택한 주제입니다. 커널360 코딩테스트에도 나왔고, 다른 기업 코딩테스트 후기를 봐도 조금씩 나오기 때문에 연습을 많이 해두시면 분명 원하는 회사를 가시는데 도움이 될 거라 생각합니다.

<br>
### 1. 리처드 E. 벨만

## 1. 웹소켓
다이나믹 프로그래밍은 리처드 E. 벨만이라는 수학자가 처음 고안한 알고리즘입니다. 어떤 과목이든지

$$
\int_{a}^{b} f(x) \, dx
$$

<br>

## 2. HTTP vs 웹소켓


![1](https://github.com/Kernel360/blog-image/blob/main/2024/0208/3.png?raw=true)
Expand All @@ -37,8 +36,3 @@ $$



## 4. STOMP


## 5. 마무리

0 comments on commit d0a55c4

Please sign in to comment.