From f8abdfc2738496b02f3c46f5e4c20a7bd67f43f5 Mon Sep 17 00:00:00 2001 From: Adriano Carmezim Date: Fri, 7 Oct 2016 21:46:53 +0200 Subject: [PATCH] Adding Java Resources --- programming-language-resources.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/programming-language-resources.md b/programming-language-resources.md index 3c6686d..48a1507 100644 --- a/programming-language-resources.md +++ b/programming-language-resources.md @@ -41,8 +41,10 @@ - [Beyond PEP 8 -- Best practices for beautiful intelligible code (video)](https://www.youtube.com/watch?v=wf-BqAjZb8M) - Java - - ? Please add - + - [Stanford CS106A - Programming Methodology (video)](https://see.stanford.edu/Course/CS106A) + - [Software Construction In Java (video)](https://www.edx.org/course/software-construction-java-mitx-6-005-1x) + - [Introduction To Programming In Java](http://introcs.cs.princeton.edu/java/home/) + - [Algorithms 4th Ed - Algorithm Book In Java](http://algs4.cs.princeton.edu/home/) - Other Language 1 - Other Language 2 - etc