Question d’entretien chez Duo Security

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

Réponse à la question d'entretien

Utilisateur anonyme

20 juil. 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.