A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | Class | Name | Web01 (Hello World) | Web03 (DB Search) | Stack (Python List) | Queue (Static array) | Circular Queue | Search | Sorting (Insertion, bubble) | Sorting (Quick, merge) | ||||||||||||||||
2 | 25/10 | Aashish Alagendran | > 3 min | pass | 90%(no test cases) | 60%(no count, has_space, test cases) | 1 | |||||||||||||||||||
3 | 25/10 | Aqeel Shauqi Bin Zakariah | pass | pass | 90% (did not return popped value) | 50% (errors in logic, no test cases, no count) | 1 | |||||||||||||||||||
4 | 25/10 | Do Thuy Mien Thao | pass | pass | 70%(display() method is not finished) | 90%(display() method still showing an extra "None") | ||||||||||||||||||||
5 | 25/10 | Ryan Lee Sui Kuang | X | 40% (no test case, no top pointer, lacking understanding of stack) | pass | |||||||||||||||||||||
6 | 25/10 | Shukla Eklavya Bhaveshkumar | pass | pass | ||||||||||||||||||||||
7 | 25/10 | Tang Zheng Jie | > 7 min | 40% (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/12 | A Aadil Ahamed | > 1 min | pass | 90%(no test cases) | 62%(no has_space, display, test cases) | 1 | |||||||||||||||||||
9 | 25/12 | Allard Luo Zhihan | pass | pass (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/12 | Bhaskar Maadhesh Vetrimani | cannot complete | 60%(no test cases and incorrect push, peek, top setting | 50%(incomplete) | |||||||||||||||||||||
11 | 25/12 | Daniyal Mikhail Bin Rizal | pass | pass | pass | pass | 1 | |||||||||||||||||||
12 | 25/12 | Karthikeyan Shasidara Kannan | > 3 min | 1 | ||||||||||||||||||||||
13 | 25/12 | Low Wei Feng | pass | 60% logic kinda flawed, self.top was 0 instead of -1, logic for some methods were slightly incorrect, forgot parenthesis when calling attributes | 50%, I think my has_space method is wrong and other methods may be wrong but I generally got the gist of it | 1 | ||||||||||||||||||||
14 | 25/12 | Melvyn Yap Zhao Kai | pass | pass | 60% I put top as None when I should have used -1 so it became more troublesome | 60% I think my implementation of the has_space() method was flawed and i didn't finisht the display() method | 1 | |||||||||||||||||||
15 | 25/12 | Seth Teo Ee | pass | 65% (some syntax and logic error, never test cases) | 50% (didn't complete dequeue and didn't test, logic error) | 1 | ||||||||||||||||||||
16 | 25/12 | Shawn Adams | > 7 min | 50% average | Only did display and Init | 1 | ||||||||||||||||||||
17 | 25/12 | Sopheap Chanoudam | pass | pass | pass | pass | ||||||||||||||||||||
18 | 25/13 | Breavince Weasley | pass | 26 min | 90%(never call peek) | 60% Never test cases and has_space() incorrect | 80% incorrect small parts | pass | pass | |||||||||||||||||
19 | 25/13 | Chan Jun Xiong | pass | 18 min | 80% | 90% | pass | pass | pass | |||||||||||||||||
20 | 25/13 | Cherry Kyaw Kyaw | pass | 27 min | 90% pop | 55% display | pass | FAIL bin search | pass | |||||||||||||||||
21 | 25/13 | Chin Wee Teck Basil | pass | > 28 min | wrong logic for dequeue | pass | pass | |||||||||||||||||||
22 | 25/13 | Choo Hom Da Gerrard | pass | 17 min | 90% push(self) left out item | pass | pass | pass (rmb base case next time tho) (still works well) | pass | |||||||||||||||||
23 | 25/13 | Danny Siau Sin Lv | > 50 sec | > 28 min | 70% | pass | 80%, dequeue was incorrect | binary search mispositioned one line | pass | |||||||||||||||||
24 | 25/13 | Franstin Joseph Francis | > 1 min | > 28 min | 90% missing return. | 80% ERRORS | 90% display() not correct. | PASS ALL | PASS ALL | |||||||||||||||||
25 | 25/13 | Fu Ruijia | X | > 28 min | 80% | 60% didnt finish dequeue | 25% couldnt really do | never finish in time | never finish in time | |||||||||||||||||
26 | 25/13 | Goh Shi Jie | pass | > 28 min | 85% base cases | 85% slightly wrong | pass | pass | 90% codes good, output isn't | |||||||||||||||||
27 | 25/13 | Isaac Liou | error | > 28 min | 60% | 80% display doesn't work | 80% display not done correctly | 95% didnt do test case | 70% didn't finish merge sort | |||||||||||||||||
28 | 25/13 | Isaac Tan Kaile | > 50 sec | > 28 min | 50% | didn't test for cannot enqueue dequeue | dequeue incorrect | ??? | ??? | |||||||||||||||||
29 | 25/13 | Janelle Kwek Ning Xuan | > 1 min | 28 min | 95% | pass | pass | pass | pass | |||||||||||||||||
30 | 25/13 | Jordan Tan Qi Shen | pass | > 28 min | 50% | pass | didnt pass | pass | pass | |||||||||||||||||
31 | 25/13 | Jovan Wee Kang Jun | pass | 12 min | pass | pass | 80% Display | pass | pass | |||||||||||||||||
32 | 25/13 | Lin He Yu | pass | 20 min | 50% | 80% | 50% | fail bin search | 30% | |||||||||||||||||
33 | 25/13 | Patil Ameya Manoj | pass | > 28 min | 80% did not check if stack is empty for methods, also no test cases | 22%, a lot of syntax/logic errors, eg. using n instead of self.n, incorrect updating of head and tail | 0%, all methods are wrong | pass | did not manage to complete quicksort and mergesort | |||||||||||||||||
34 | 25/13 | Re Zhuo Yufeng | pass | 19 min | 50% didnt check for enqueueing full queue | pass | pass | pass | ||||||||||||||||||
35 | 25/13 | Tai Jia Sheng | > 2.5 min | > 28 min | 80% | 60% enqueue wrong + no test cases | 50% enqueue doesnt work + other bugs | pass | pass | |||||||||||||||||
36 | 25/13 | Tan Kong Huai | > 1 min | > 28 min | 80% | 80% display not done | pass | pass | pass | |||||||||||||||||
37 | 25/13 | Tee Qing En | pass | 18 min | pass | 95% (no time for test cases) | pass | pass | pass | |||||||||||||||||
38 | 25/13 | Xavier Shen Ru Feng | pass | 27 min | 95% (missed peek method) | 75% has_space() is wrong, no time for test cases | 50% has_space() and dequeue() are wrong | pass | pass | |||||||||||||||||
39 | 25/14 | Dave Bryan Tanady | > 2 min | pass | pass | pass | ||||||||||||||||||||
40 | 25/14 | David Acosta Villanueva | > 5 min | 1 | ||||||||||||||||||||||
41 | 25/14 | Galanida Emmanuel Matthew Roque | > 7 min | 20% wrong logic | 50% | |||||||||||||||||||||
42 | 25/14 | Kyan Chin Jingjie | > 4 min | pass | 1 | |||||||||||||||||||||
43 | 25/14 | Le Nguyen Thanh Minh | > 2 min | 80% (doesnt ultilise self.top for methods) | pass | |||||||||||||||||||||
44 | 25/14 | Nathanael Choo Ming-De | pass | 70%(test cases incomplete and display is wrong) | 50% (display is incomplete and there are no testcases) | 1 | ||||||||||||||||||||
45 | 25/14 | Paphangkorn Soponthammapan | > 1 min | pass | 80% (missing display and test cases) | 50% (Not sure about the enqueue and dequeue methods and there are no test cases) | ||||||||||||||||||||
46 | 25/14 | Xu Xuhuan | pass | 1 | ||||||||||||||||||||||
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 |