Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Computer Science Introduction to Algorithms Time Complexity Exponential Time

Sachin Devatar
Sachin Devatar
919 Points

Who will go to write an algorithm to the software project?

Please explain this should coder need to write an algorithm or any other department it will be? Explain bit clearly.

1 Answer

Greg Kaleka
Greg Kaleka
39,021 Points

Hi Sachin,

I think you're asking whose responsibility it is to write algorithms on a software project team. Let me know if that's not what you're asking.

Yes, the developer will write the algorithms, since algorithms are accomplished with code. This course is focused on the theory, but these are concepts a developer should keep in mind when writing programs. Very often a developer has multiple ways to solve a problem, and part of the decision making process should be around what the efficiency of the possible solutions are.

Hope this helps!

-Greg