Given two strings describing the version of a particular software need to
find the later version.

For eg.
1st string = "1.2.4.5"
2nd string="1.2.3.5"

1st string is the later one.

Can be done using traversing the string and comparing each character one
after the another. Looking for a better solution with lesser complexity.

-- 
Thanks and Regards

*Karan Bagaria*
*MCA Final Year*
Training and Placement Representative
*NIT Durgapur*

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to