0

I want to learn data structures and algorithms in java but I'm confused if collections are data structures or if there is something else . A brief explanation on data structures would help.

Thanks

Xflo
  • 33
  • 1
  • 7

1 Answers1

0

Collections are data structures! Data structures are just advanced ways to hold simple data (simple being integers, strings etc.) data structures being things like Arrays, Collections.

ethand320
  • 145
  • 2
  • 8