Exercise: sort SNMP numbers

exercises projects

Given a file with SNMP numbers (one number on every line) print them in sorted order comparing the first number of each SNMP number first. If they are equal then comparing the second number, etc...

Actually the format is called ASN 1.

examples/data/snmp.txt

1.2.7.6
4.5.7.23
1.2.7
1.12.23
2.3.5.7.10.8.9 

Tools

Solutions

Other pages

Programming Exercises

Author

Gabor Szabo (szabgab) Gabor Szabo