Algorithm development in jobs

Posted by dbeacham on Programmers See other posts from Programmers or by dbeacham
Published on 2010-10-19T22:35:06Z Indexed on 2012/09/02 15:51 UTC
Read the original article Hit count: 218

I have a mathematics background but also consider career in some form of software development. In particular I'm interested in finding out what sort of industries are most likely to have more algorithm development/mathematical and logical problem solving slant rather than pure application development etc.

Obviously, I'm assuming that some subset of the canonical data structures and associated algorithms (trees, lists, hash tables, sets, maps with search, insert, traversals etc.) are mostly going to be present in software development. However, where am I more likely to encounter problems of more discrete maths nature (combinatorial, graph theory, sets, strings, ...) explicitly or more likely in disguise.

Any pointers much appreciated (including possible open source projects that I could use for my further search for applications and also possibly contribute to).

© Programmers or respective owner

Related posts about algorithms

Related posts about career-transition