ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
ClassNameWeb01
(Hello World)
Web03
(DB Search)
Stack (Python List)Queue (Static array)Circular QueueSearchSorting (Insertion, bubble)Sorting (Quick, merge)
2
25/10Aashish Alagendran> 3 minpass90%(no test cases)60%(no count, has_space, test cases)1
3
25/10Aqeel Shauqi Bin Zakariahpasspass90% (did not return popped value)50% (errors in logic, no test cases, no count)1
4
25/10Do Thuy Mien Thaopasspass70%(display() method is not finished)90%(display() method still showing an extra "None")
5
25/10Ryan Lee Sui KuangX40% (no test case, no top pointer, lacking understanding of stack)pass
6
25/10Shukla Eklavya Bhaveshkumarpasspass
7
25/10Tang Zheng Jie> 7 min40% (i forgot static vs dynamic but ik how it works)60% (im not sure if anything went wrong but im quite sure its correct except that i havent finish test cases)1
8
25/12A Aadil Ahamed> 1 minpass90%(no test cases)62%(no has_space, display, test cases)1
9
25/12Allard Luo Zhihanpasspass (fail?)pass (i hate comic sans)somewhere along the line of I can't testcase the testcase since the logic is the same as me. A mistake. 0%1
10
25/12Bhaskar Maadhesh Vetrimanicannot complete60%(no test cases and incorrect push, peek, top setting50%(incomplete)
11
25/12Daniyal Mikhail Bin Rizalpasspasspasspass1
12
25/12Karthikeyan Shasidara Kannan> 3 min1
13
25/12Low Wei Fengpass60% logic kinda flawed, self.top was 0 instead of -1, logic for some methods were slightly incorrect, forgot parenthesis when calling attributes50%, I think my has_space method is wrong and other methods may be wrong but I generally got the gist of it1
14
25/12Melvyn Yap Zhao Kaipasspass60% I put top as None when I should have used -1 so it became more troublesome60% I think my implementation of the has_space() method was flawed and i didn't finisht the display() method1
15
25/12Seth Teo Eepass65% (some syntax and logic error, never test cases)50% (didn't complete dequeue and didn't test, logic error)1
16
25/12Shawn Adams> 7 min50% average Only did display and Init1
17
25/12Sopheap Chanoudampasspasspasspass
18
25/13Breavince Weasleypass26 min90%(never call peek)60% Never test cases and has_space() incorrect80% incorrect small partspasspass
19
25/13Chan Jun Xiongpass18 min80%90%passpasspass
20
25/13Cherry Kyaw Kyawpass27 min90% pop55% displaypassFAIL bin searchpass
21
25/13Chin Wee Teck Basilpass> 28 minwrong logic for dequeuepasspass
22
25/13Choo Hom Da Gerrardpass17 min90% push(self) left out itempasspasspass (rmb base case next time tho) (still works well)pass
23
25/13Danny Siau Sin Lv> 50 sec> 28 min70%pass80%, dequeue was incorrectbinary search mispositioned one linepass
24
25/13Franstin Joseph Francis> 1 min> 28 min90% missing return.80% ERRORS90% display() not correct.PASS ALLPASS ALL
25
25/13Fu RuijiaX> 28 min80%60% didnt finish dequeue25% couldnt really donever finish in timenever finish in time
26
25/13Goh Shi Jiepass> 28 min85% base cases85% slightly wrongpasspass90% codes good, output isn't
27
25/13Isaac Liouerror> 28 min60%80% display doesn't work80% display not done correctly95% didnt do test case70% didn't finish merge sort
28
25/13Isaac Tan Kaile> 50 sec> 28 min50%didn't test for cannot enqueue dequeuedequeue incorrect??????
29
25/13Janelle Kwek Ning Xuan> 1 min28 min95%passpasspasspass
30
25/13Jordan Tan Qi Shenpass> 28 min50%passdidnt passpasspass
31
25/13Jovan Wee Kang Junpass12 minpasspass80% Displaypasspass
32
25/13Lin He Yupass20 min50%80%50%fail bin search30%
33
25/13Patil Ameya Manojpass> 28 min80% did not check if stack is empty for methods, also no test cases22%, a lot of syntax/logic errors, eg. using n instead of self.n, incorrect updating of head and tail0%, all methods are wrongpassdid not manage to complete quicksort and mergesort
34
25/13Re Zhuo Yufengpass19 min50% didnt check for enqueueing full queuepasspasspass
35
25/13Tai Jia Sheng> 2.5 min> 28 min80%60% enqueue wrong + no test cases50% enqueue doesnt work + other bugspasspass
36
25/13Tan Kong Huai> 1 min> 28 min80% 80% display not done passpasspass
37
25/13Tee Qing Enpass18 minpass95% (no time for test cases)passpasspass
38
25/13Xavier Shen Ru Fengpass27 min95% (missed peek method)75% has_space() is wrong, no time for test cases50% has_space() and dequeue() are wrongpasspass
39
25/14Dave Bryan Tanady> 2 minpasspasspass
40
25/14David Acosta Villanueva> 5 min1
41
25/14Galanida Emmanuel Matthew Roque> 7 min20% wrong logic50%
42
25/14Kyan Chin Jingjie> 4 minpass1
43
25/14Le Nguyen Thanh Minh> 2 min80% (doesnt ultilise self.top for methods)pass
44
25/14Nathanael Choo Ming-Depass70%(test cases incomplete and display is wrong)50% (display is incomplete and there are no testcases)1
45
25/14Paphangkorn Soponthammapan> 1 minpass80% (missing display and test cases)50% (Not sure about the enqueue and dequeue methods and there are no test cases)
46
25/14Xu Xuhuanpass1
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100