From 68df67ed4d0f0ed7f5e28b20a7db23872d407f2c Mon Sep 17 00:00:00 2001 From: AryanGh-imp Date: Sun, 24 May 2026 06:36:58 +0330 Subject: [PATCH] feat: Add student data file for multithreading processing examples --- students.txt | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 students.txt diff --git a/students.txt b/students.txt new file mode 100644 index 0000000..365773f --- /dev/null +++ b/students.txt @@ -0,0 +1,60 @@ +1001,Dimitri,Computer Science,3.7 +1002,Sara,Physics,3.9 +1003,John,Mathematics,3.5 +1004,Alice,Chemistry,3.2 +1005,David,Computer Science,3.8 +1006,Emma,Biology,3.6 +1007,Tom,Physics,3.1 +1008,Lina,Mathematics,4.0 +1009,Alex,Computer Science,3.4 +1010,Sophia,Chemistry,3.8 +1011,Daniel,Physics,3.2 +1012,Mary,Biology,3.9 +1013,Kevin,Computer Science,3.5 +1014,Nina,Mathematics,3.7 +1015,Jack,Chemistry,3.0 +1016,Olivia,Computer Science,3.9 +1017,Michael,Physics,3.3 +1018,Ethan,Mathematics,3.8 +1019,Grace,Biology,3.4 +1020,Lucas,Chemistry,3.6 +1021,Emily,Computer Science,4.0 +1022,Henry,Physics,3.5 +1023,Amelia,Mathematics,3.9 +1024,Benjamin,Biology,3.1 +1025,Charlotte,Chemistry,3.7 +1026,James,Computer Science,3.2 +1027,Abigail,Physics,3.8 +1028,William,Mathematics,3.4 +1029,Ella,Biology,3.9 +1030,Noah,Chemistry,3.3 +1031,Isabella,Computer Science,3.8 +1032,Logan,Physics,3.0 +1033,Mia,Mathematics,4.0 +1034,Mason,Biology,3.5 +1035,Ava,Chemistry,3.6 +1036,Elijah,Computer Science,3.7 +1037,Harper,Physics,3.4 +1038,Jacob,Mathematics,3.2 +1039,Evelyn,Biology,3.8 +1040,Alexander,Chemistry,3.1 +1041,Scarlett,Computer Science,3.9 +1042,Sebastian,Physics,3.6 +1043,Aria,Mathematics,3.5 +1044,Matthew,Biology,3.7 +1045,Chloe,Chemistry,4.0 +1046,Samuel,Computer Science,3.3 +1047,Victoria,Physics,3.8 +1048,Joseph,Mathematics,3.1 +1049,Lily,Biology,3.9 +1050,David,Chemistry,3.4 +1051,Hannah,Computer Science,3.8 +1052,Carter,Physics,3.5 +1053,Zoey,Mathematics,3.7 +1054,Owen,Biology,3.2 +1055,Penelope,Chemistry,3.9 +1056,Wyatt,Computer Science,4.0 +1057,Riley,Physics,3.3 +1058,Luke,Mathematics,3.6 +1059,Layla,Biology,3.4 +1060,Gabriel,Chemistry,3.8 \ No newline at end of file