| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 2 months |
| seen | Mar 25 at 9:58 | |
| stats | profile views | 4 |
|
Apr 23 |
comment |
Magic square check for N×N matrix with minimum complexity Well by just using common sense it can be proved that to determine if the matrix is magic you have to look at all of it's ellement and therefore O(n).(All ellements have a possibility to change the outcome). |
|
Mar 20 |
comment |
Programming Challenges for a beginner Here are one useful link to learn the beginning concepts of ruby rubymonk.com |
|
Mar 18 |
comment |
Interview questions for programming tutor? Well C# and PHP are typical object oriented languages with classes encapsylation and inherance. C++ is a object orientated language but are often programmed imperative because many C++ programmers have a C background |