From 6d321b4ff8df47ddf8009889a9cd3ad6ee83426f Mon Sep 17 00:00:00 2001 From: wr1159 Date: Wed, 6 Nov 2024 02:01:03 +0800 Subject: [PATCH] Replace topics in matching services --- frontend/components/matching/matching-form.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/frontend/components/matching/matching-form.tsx b/frontend/components/matching/matching-form.tsx index 580d7f0241..cc2ffd5dc8 100644 --- a/frontend/components/matching/matching-form.tsx +++ b/frontend/components/matching/matching-form.tsx @@ -19,12 +19,14 @@ import { Label } from "@/components/ui/label"; const difficulties: string[] = ["Easy", "Medium", "Hard"]; const topics: string[] = [ + "Algorithms", "Arrays", + "Brainteaser", + "Bit Manipulation", + "Databases", + "Data Structures", + "Recursion", "Strings", - "Linked Lists", - "Trees", - "Graphs", - "Dynamic Programming", ]; interface MatchFormProps {