Showing posts with label computer science. Show all posts
Showing posts with label computer science. Show all posts

Tuesday, April 03, 2007

Cyclomatic Complexity

Cyclomatic Complexity is an interesting concept in computer science. It is one of the methods by which the complexity a piece of software code can be measured.

Sunday, February 18, 2007

Introduction to Neural Networks

I came across this neural networks course. It looks interesting and can act as a good introducing to this interesting field of computer science.

Monday, January 29, 2007

MVC Design Pattern Gets More Popular

Due to the increased reliance of web application frameworks on the MVC design pattern, it is becoming the most popular object oriented design pattern out there. This is leading also to spreading the concepts of design patterns to the web development community.