To Do List Design

Difficulty
Medium
Skills
Front end
Backend
Architecture
Description
Write a description for the interview question here.
Sample Inputs
Give some valid inputs the candidate can expect to test their solution with.
  • ...
  • ...
Expected Outputs
For each sample input above, list the expected output.
  • ...
  • ...
Solutions
Provide possible solutions in common languages to this problem.
Javascript
function solution() {
	
}
Python
def solution():
	pass

To Do List Design

Difficulty
Medium
Skills
Front end
Backend
Architecture
Description
Write a description for the interview question here.
Sample Inputs
Give some valid inputs the candidate can expect to test their solution with.
  • ...
  • ...
Expected Outputs
For each sample input above, list the expected output.
  • ...
  • ...
Solutions
Provide possible solutions in common languages to this problem.
Javascript
function solution() {
	
}
Python
def solution():
	pass