emory-courses / dsa-java

Data Structures and Algorithms in Java
https://emory.gitbook.io/dsa-java/
42 stars 55 forks source link

[HW#2] Trimming input #161

Closed lcunild closed 3 years ago

lcunild commented 3 years ago

Are we allowed to use the built-in Java .trim() method, or do we need to write this part of the code ourselves too?

jdchoi77 commented 3 years ago

Yes