Skip to content

Commit 2b5a251

Browse files
authored
Merge pull request #194 from CS3219-AY2425S1/fix/matching/topics
Replace topics in matching services
2 parents b03f149 + 6d321b4 commit 2b5a251

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)