What are some basic c++ programming techniques?

What books would you recommend on learning programming techniques?

Karthik B Gandhi at Quora Visit the source

Was this solution helpful to you?

Other answers

Introduction to algorithm (CLRS) http://www.amazon.com/Introduction-Algorithms-Thomas-H-Cormen/dp/0262033844 Is the best one I have heard about! Competitive Programming 3 (Steven Halim and Felix Halim) is a great book too! ;)

Oscar Bralo

What about the classic: Knuth, The Art of Computer Programming?  One of these days I'll have enough money to afford the full set...

Peter Mills

Most algorithm books will discuss this at one point or another, but the "Algorithm Design" book by Kleinberg and Tardos is specifically oriented around the different algorithm design techniques, having separate chapters on greedy algorithms, dynamic programming, graph algorithms etc.

Jarosław Rzeszótko

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.