OOP vs PP for algorithms

Posted by Ilian on Stack Overflow See other posts from Stack Overflow or by Ilian
Published on 2010-03-18T09:20:45Z Indexed on 2010/03/18 9:31 UTC
Read the original article Hit count: 436

Filed under:

Which paradigm is better for design and analysis of algorithms? Which is faster? Because I have a subject called Design and Analysis of Algorithms in university and have a time limit for programs. Is OOP slower than Procedure programming? Or the time difference is not big?

© Stack Overflow or respective owner

Related posts about algorithm-design