Pregunta de entrevista de Duo Security

Receive a string array with version numbers. Identify if the first in the array is greater.

Respuesta de la entrevista

Anónimo

20 jul 2023

Split by the '.' to make it easier to compare. Be careful of versions that are not standard. Not all of them have Major.Minor.Hotfix, some are Major.Minor or just Major but have to compare to case with all 3.