Compare the digits from left to right.

All numbers have 5 digits. Compare the ten-thousands: all are 7.
Compare the thousands: 3, 3, 5, 5.
• The numbers with thousands digit 3 are smaller. Among 73562 and 73256: thousands both 3, hundreds: 2 < 5, so 73256 is smallest, then 73562.
• Among 75362 and 75326: thousands both 5, hundreds both 3, tens: 2 < 6, so 75326 comes next, then 75362.

Final Answer: 73256, 73562, 75326, 75362