Skip to content

Commit

Permalink
Add Distributed Computing (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-tau authored Sep 1, 2024
1 parent 225927b commit 223b6fe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/data/courses_data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3186,6 +3186,14 @@ List<Map<String, dynamic>> coursesData = [
'cdcList': [],
'delList': ['A7']
},
{
'courseCode': 'CS',
'courseID': 'G557',
'courseTitle': 'Distributed Computing',
'courseCredits': '5',
'cdcList': [],
'delList': ['A7']
},
{
'courseCode': 'ECE',
'courseID': 'F211',
Expand Down

0 comments on commit 223b6fe

Please sign in to comment.