Time complexity:
Average:O(n2)
Best case: O(n)
Worst case: O(n2)
Pseudo code
Popularity: 1% [?]
March 15th, 2012 — Guides
March 10th, 2012 — NEU MSCS
Algorithm outline:
——————–
(from video)
Backpropagation
Popularity: 2% [?]
February 29th, 2012 — NEU MSCS
Go4Expert Forum
http://www.go4expert.com/forums/showthread.php?t=5127
SourceMaking
http://sourcemaking.com/design_patterns
OODesign
http://www.oodesign.com/
Wikipedia
http://en.wikipedia.org/wiki/Software_design_pattern#Classification_and_list
Popularity: 2% [?]
February 20th, 2012 — NEU MSCS
Course term: Spring 2012
Website: Official course website.
Course Professor: Prof. Ken Backlawski
Textbook: Object-Oriented Software Engineering Using UML, Patterns, and Java (3rd Edition)
Popularity: 2% [?]
February 20th, 2012 — Djitz Life Journey
Some of my friends are curious about what actually I learn on the Master of Computer Science program I’m taking now.
And although sometimes I post about some of the course lessons and notes on my blog, I think it’s a good idea if I write a central page that organized these posts and categorized them to the courses I took. These will also serve as notes both while I’m in the program, and someday when I completed the program.
The following are courses that I took, and I’m specializing in Database management, for a complete list of courses that the program offers, check the Northeastern MSCS program website. Continue reading →
Popularity: 2% [?]
February 16th, 2012 — NEU MSCS

Course term: Spring 2012 – Northeastern University
Website: course official website.
Course Professor:Professor Mirek Riedewald
Textbook: Data Mining: Concepts and Techniques, Third Edition (The Morgan Kaufmann Series in Data Management Systems)
Some of the outline item will have a separate detailed post.
Continue reading →
Popularity: 3% [?]
November 27th, 2011 — Guides
We all love good and commented codes, but most of us either don’t know how to write a good comment for our codes, or just plain lazy to write one.
In Java, JavaDoc is pretty much the industry standard when it comes to auto-generated code tool. And as a strong believer of good software development practice, I always put comments on my code.
To save time, I created this template for methods so I can always refresh myself about how to write a good JavaDoc for my code. These codes are taken from the Java SDK source codes, so talk about how the creator of the Java write their comments (no one can be more expert than them I suppose). Continue reading →
Popularity: 4% [?]
August 25th, 2011 — Reviews
Think of starting Scrum Agile Development in your team? but you’re not so sure where to start? read the Scrum Primer!
Continue reading →
Popularity: 6% [?]
May 10th, 2011 — NEU MSCS
My notes of XML schema from Methods of Software Development course (CS6520) in Northeastern University. Continue reading →
Popularity: 12% [?]
April 19th, 2011 — NEU MSCS
This is just going to be a very short notes about difference between the getDeclaredAnnotations and getAnnotations method of Java java.lang.Class<T> class.
I was googling for the answer but didn’t immediately got any article that explains it, so I thought why I not create it myself.
So what is the difference: Continue reading →
Popularity: 10% [?]