Skip to content

Commit

Permalink
Merge pull request #194 from CS3219-AY2425S1/fix/matching/topics
Browse files Browse the repository at this point in the history
Replace topics in matching services
  • Loading branch information
jq1836 authored Nov 5, 2024
2 parents b03f149 + 6d321b4 commit 2b5a251
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions frontend/components/matching/matching-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2b5a251

Please sign in to comment.