diff --git a/dsa-solutions/lc-solutions/0900-0999/0997-find-the-town-judge.md b/dsa-solutions/lc-solutions/0900-0999/0997-find-the-town-judge.md index 41e57f165..d0b51d233 100644 --- a/dsa-solutions/lc-solutions/0900-0999/0997-find-the-town-judge.md +++ b/dsa-solutions/lc-solutions/0900-0999/0997-find-the-town-judge.md @@ -9,6 +9,7 @@ tags: - LeetCode - C++ description: "This is a solution to the Find The Town Judge problem on LeetCode." + --- ## Problem Description