From 7d8f30168a9c309aadbd5d23e2e6b32edcd304bd Mon Sep 17 00:00:00 2001 From: hantdev Date: Sat, 15 Feb 2025 21:55:53 +0700 Subject: [PATCH] Update README.md to replace 'Tags' with 'Topics' in problem list table --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d2afab..7144642 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Welcome to my LeetCode solutions repository! 🚀 Here, I solve coding challenge ## 🔥 Problem List -| # | Title | Solution | Tags | Difficulty | +| # | Title | Solution | Topics | Difficulty | |---| ----- | -------- | ---------- | ---- | |0001|[Two Sum](https://leetcode.com/problems/two-sum/description/)|[Python](./array_hashing/0001-two-sum.py)| Array, Hash Table | Easy | |0020|[Valid Parentheses](https://leetcode.com/problems/valid-parentheses/description/)|[Python](./stack/0020-valid-parentheses.py)| String, Stack | Easy |