Skip to content

Commit a396594

Browse files
committed
Udpate Folder Strucgture
1 parent 82d53a9 commit a396594

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

_posts/profession/Lecture-Notes/3-2/ai/2020-09-18-ai-2nd-week-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,4 +348,4 @@ USC 의 단점은 무엇일까?
348348
[L_2]: https://pizzaplanet.tistory.com/entry/Tree-Search?category=812737
349349
[L_3]: https://going-to-end.tistory.com/entry/%EC%9D%B8%EA%B3%B5%EC%A7%80%EB%8A%A5-%EC%97%90%EC%9D%B4%EC%A0%84%ED%8A%B8Agent-%EB%9E%80-%EB%AC%B4%EC%97%87%EC%9D%B8%EA%B0%80?category=804021
350350

351-
[P_1]: {% post_url Lecture-Notes/3-2/ai/2020-09-19-ai-2nd-week-2 %}/#optimality-of-a-tree-search-증명
351+
[P_1]: {% post_url profession/Lecture-Notes/3-2/ai/2020-09-19-ai-2nd-week-2 %}/#optimality-of-a-tree-search-증명

_posts/profession/Lecture-Notes/3-2/ai/2020-09-19-ai-2nd-week-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,4 +330,4 @@ quality of estimate 와 work per node 를 적절히 조절해서 heuristic 을
330330
[I_14]: /assets/lecture/ai/2/2/consistent.PNG
331331

332332

333-
[P_1]: {% post_url Lecture-Notes/3-2/ai/2020-09-18-ai-2nd-week-1 %}
333+
[P_1]: {% post_url profession/Lecture-Notes/3-2/ai/2020-09-18-ai-2nd-week-1 %}

_posts/profession/Lecture-Notes/3-2/ai/2020-10-01-ai-3nd-week-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,4 +414,4 @@ Divide and conquer의 일종이라 할 수 있겠다.
414414
[I_13]: /assets/lecture/ai/3/tree_decomposition.PNG
415415
[I_14]: /assets/lecture/ai/3/tree_decomposition_2.PNG
416416

417-
[P_1]: {% post_url Lecture-Notes/3-2/algorithm/2020-10-12-algorithm-4th-week-1 %}/#2-dag
417+
[P_1]: {% post_url profession/Lecture-Notes/3-2/algorithm/2020-10-12-algorithm-4th-week-1 %}/#2-dag

_posts/profession/Lecture-Notes/3-2/algorithm/2020-10-12-algorithm-4th-week-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,4 +275,4 @@ Property 3를 이용하면, 위에서 구한 source strongly connected component
275275

276276
[^1]: https://upcount.tistory.com/91
277277

278-
[P_1]: {% post_url Lecture-Notes/3-2/algorithm/2020-09-30-algorithm-3nd-week-2 %}/#strong--weak-connected
278+
[P_1]: {% post_url profession/Lecture-Notes/3-2/algorithm/2020-09-30-algorithm-3nd-week-2 %}/#strong--weak-connected

_posts/profession/Programming/Back-End/2020-08-29-vertx-restful-1-routing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,6 @@ private void getById(RoutingContext context) {
302302
[9]: /assets/vertx/example1/4.PNG
303303
[10]: https://github.com/rntlqvnf/Vertx_Examples/tree/master/src/main/java/com/yshajae/vertx/example1
304304

305-
[p1]: {% post_url Programming/Back-End/2020-08-29-vertx-restful-1-routing %}
306-
[p2]: {% post_url Programming/Back-End/2020-08-30-vertx-restful-2-jwt %}
307-
[p3]: {% post_url Programming/Back-End/2020-09-12-vertx-restful-3-db %}
305+
[p1]: {% post_url profession/Programming/Back-End/2020-08-29-vertx-restful-1-routing %}
306+
[p2]: {% post_url profession/Programming/Back-End/2020-08-30-vertx-restful-2-jwt %}
307+
[p3]: {% post_url profession/Programming/Back-End/2020-09-12-vertx-restful-3-db %}

_posts/profession/Programming/Back-End/2020-08-30-vertx-restful-2-jwt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,4 +206,4 @@ Key 를 파일로 저장해서, 주기적으로 교체할 수 있도록 해야
206206
[9]: https://blog.naver.com/PostView.nhn?blogId=baekmg1988&logNo=221454486746
207207
[10]: https://github.com/rntlqvnf/Vertx_Examples/tree/master/src/main/java/com/yshajae/vertx/example2
208208

209-
[p1]: {% post_url Programming/Back-End/2020-08-29-vertx-restful-1-routing %}
209+
[p1]: {% post_url profession/Programming/Back-End/2020-08-29-vertx-restful-1-routing %}

_posts/profession/Programming/Back-End/2020-09-12-vertx-restful-3-db.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,5 +320,5 @@ Postman 을 키자.
320320
[L_2]: https://docs.oracle.com/javase/tutorial/reflect/index.html
321321
[L_3]: https://github.com/rntlqvnf/Vertx_Examples/tree/master/src/main/java/com/yshajae/vertx/example3
322322

323-
[P_1]: {% post_url Programming/Back-End/2020-08-29-vertx-restful-1-routing %}
324-
[P_2]: {% post_url Programming/Back-End/2020-08-30-vertx-restful-2-jwt %}
323+
[P_1]: {% post_url profession/Programming/Back-End/2020-08-29-vertx-restful-1-routing %}
324+
[P_2]: {% post_url profession/Programming/Back-End/2020-08-30-vertx-restful-2-jwt %}

0 commit comments

Comments
 (0)