Skip to content

Commit

Permalink
update tags
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-jonghoonpark committed Feb 15, 2024
1 parent 332dd3a commit 2ebd4bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion _posts/2024-02-15-leetcode-141.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags:
python,
algorithm,
Leetcode,
intervals,
linked list,
node,
next,
id,
Expand All @@ -28,6 +28,8 @@ date: 2024-02-14 22:00:00 +0900

[https://leetcode.com/problems/linked-list-cycle/description/](https://leetcode.com/problems/linked-list-cycle/description/)

Linked List 관련 문제이다.

## 최종 코드

```py
Expand Down
4 changes: 3 additions & 1 deletion _posts/2024-02-15-leetcode-206.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags:
python,
algorithm,
Leetcode,
intervals,
linked list,
array,
list,
stack,
Expand All @@ -29,6 +29,8 @@ date: 2024-02-14 13:00:00 +0900

[https://leetcode.com/problems/reverse-linked-list/](https://leetcode.com/problems/reverse-linked-list/)

Linked List 관련 문제이다.

크게 어려운 문제는 아니여서 한번에 통과했다.

```python
Expand Down

0 comments on commit 2ebd4bc

Please sign in to comment.