Skip to content

Instantly share code, notes, and snippets.

@joannakl
Last active June 20, 2020 20:13
Show Gist options
  • Save joannakl/04b9e83352c6e29eeac0e3912763a82c to your computer and use it in GitHub Desktop.
Save joannakl/04b9e83352c6e29eeac0e3912763a82c to your computer and use it in GitHub Desktop.
Reseources for Data Structures (Java)

Java Resources

practice exercises

different topics

  • Java 8 Comparator: How to Sort a List by Mario Pio Gioiosa - this article goes over numerous examples of how to use the Comparator class in Java.

  • jUnit testing

  • Java Threads (not really a data structures topic, but an interesting one)

    • slides from CSE 11 at UC Sandiego: deck 1 (starting at slide 25), deck 2

Debugging

Books (mostly open books)

Data Structures Books

Java Books

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment