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 {