Skip to content

ArgosAge/2I-Coding-Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Coding challenge completed on 10/03/2023

Notes:

Created a robust function to provide readability as well as memory efficiency to the best of my ability.
Allows different list types of input and additionally checks for any wrong data types in list.

Areas of improvement:
use of unittest test module to provide better auto-testing with lots of inputs and improvements on
error messages such as wrong input to ensure user understands the scope of the error.

Also improvements need to be made for checking instance of each element as currently it repeats message 
if there are more than one wrong data type in list.

About

Solution coded in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages