From 5d342bc982ebaf307ebcb13a0bb9b27115e5dbee Mon Sep 17 00:00:00 2001 From: Wonsang Kim Date: Thu, 15 Feb 2024 20:08:51 +0900 Subject: [PATCH] [docs] dynamic programming post --- _posts/2024-02-08-dynamicprogramming.md | 42 +++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 _posts/2024-02-08-dynamicprogramming.md diff --git a/_posts/2024-02-08-dynamicprogramming.md b/_posts/2024-02-08-dynamicprogramming.md new file mode 100644 index 0000000..86bde1c --- /dev/null +++ b/_posts/2024-02-08-dynamicprogramming.md @@ -0,0 +1,42 @@ +--- +layout: post +title: 다이나믹 프로그래밍 +author: 김원상 +categories: 기술세미나 +banner: + image: https://github.com/Kernel360/blog-image/blob/main/2024/0208/1.png?raw=true + background: "#000" + height: "100vh" + min_height: "38vh" + heading_style: "font-size: 4.25em; font-weight: bold; text-decoration: underline" + tags: [알고리즘, 다이나믹프로그래밍] +--- + + + +안녕하세요. 이번에 다이나믹프로그래밍에 관하여 기술세미나를 드릴 김원상입니다. + +
+ +## 1. 웹소켓 + + +
+ +## 2. HTTP vs 웹소켓 + + +![1](https://github.com/Kernel360/blog-image/blob/main/2024/0208/3.png?raw=true) +![2](https://github.com/Kernel360/blog-image/blob/main/2024/0208/4.png?raw=true) +![3](https://github.com/Kernel360/blog-image/blob/main/2024/0208/5.png?raw=true) +![4](https://github.com/Kernel360/blog-image/blob/main/2024/0208/7.png?raw=true) +![5](https://github.com/Kernel360/blog-image/blob/main/2024/0208/8.png?raw=true) +![6](https://github.com/Kernel360/blog-image/blob/main/2024/0208/9.png?raw=true) + + + +## 4. STOMP + + +## 5. 마무리 +