Saturday, September 21, 2013

Implementation of "Triangular Number Sequence" with Scala

Triangular Number Sequence is 1, 3, 6, 10, 15. This is very basic mathematical concept. This sequence is getting generated from a pattern of dots which form a Triangle. To know more about Triangular Number Sequence, please check this page => Triangular Number Sequence At this page only I saw one very good example of how we can use this sequence in solving problems. One problem...

Friday, September 20, 2013

Coursera Functional Programming Principles in Scala Course by Martin Odersky

Hurray!!! I was waiting for this course Functional Programming Principles in Scala Course by Martin Odersky since long time. It started now and it is really helping me to think differently. It is creating a habit inside me - "Can I do this in better way?". After spending 9 hours (sometime 10 hours) in office, I still manage to check Scala every day, ok sorry almost every day. Just completed...

Tuesday, September 10, 2013