Skip to content

Commit 6d321b4

Browse files
committed
Replace topics in matching services
1 parent b03f149 commit 6d321b4

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

frontend/components/matching/matching-form.tsx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@ import { Label } from "@/components/ui/label";
1919

2020
const difficulties: string[] = ["Easy", "Medium", "Hard"];
2121
const topics: string[] = [
22+
"Algorithms",
2223
"Arrays",
24+
"Brainteaser",
25+
"Bit Manipulation",
26+
"Databases",
27+
"Data Structures",
28+
"Recursion",
2329
"Strings",
24-
"Linked Lists",
25-
"Trees",
26-
"Graphs",
27-
"Dynamic Programming",
2830
];
2931

3032
interface MatchFormProps {

0 commit comments

Comments
 (0)