Coding Questions
Question Type |
Explanation |
Before you practise, you are advised to … |
||
Coding |
You are asked to write code to find a solution. |
• Structure the answer using a top-down approach. • Organize it by considering various factors such as the kinds of libraries used, execution time, complexity, the structure and flow of the code. |
Coding questions • Please solve the code problem (selected from LeetCode). • Please write a code snippet and provide the corresponding output. Coding Task Follow-up Questions: • What is the space and time complexity of your code? • How memory efficient is your code? • How time efficient is your code? Would you be able to work with a larger dataset?