Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Java Java Data Structures - Retired Getting There The Plan

Where are prerequisites listed for a vide?

I was trying to get to More about Strings, and it pushed me to a video about Data Structures. So.... 1) Link between strings video and data structures does not seem to be correct.

2) Data structures video mentioned prerequisites. Where do I find the prerequisites.

3 Answers

Java objects are listed before Data Structure in Java Track.

https://teamtreehouse.com/library/java-objects-2

Only the prereqs that you HAVEN'T finished show up. So if you see nothing, it means you've completed them all. This is true for all courses. So if you don't see anything listed, then you're ready to attack it! Oohrah!

The prerequisites are:

  1. Java Basics.
  2. Java Objects.
  3. Java Arrays. Try to completed all of them in order to understand the Data Structures.

You do not have to do Java Basics though. Java Basics is optional.