J
J
JZorkiy2018-10-17 12:05:44
Books
JZorkiy, 2018-10-17 12:05:44

Is there a tutorial on algorithms starting with the basics using C++?

Please tell me a textbook / book that deals with algorithms and flowcharts (preferably) at least some part of the book (chapter, section), using the C ++ language. Not Pascal, Fortran, but C++. You can even just C. It is possible with a bias in mathematics at the level of, approximately, a student of the 1st - 2nd course.
I understand that the requirements are excessive, but what if).
PS If there is a book that is not quite appropriate, I would also like to at least consider something.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
F
Frozen Coder, 2018-10-17
@frozen_coder

Don't get attached to the language. The algorithm is for that and the algorithm that it can be implemented on anything. On the contrary, you need to take the book without implementations or with an implementation in a language other than your main one. Read about the algorithm, and then implement it immediately in your own language. What is the point in reading ready-made implementations? Everything will be out of your head the next day. How will you know that you have mastered the algorithm? Can you write it down on a piece of paper? First write your own implementation, and then google a good implementation of this algorithm in the same language to see how it could be done and whether you implemented it well enough. Do not look for easy ways and practice! Do not learn the language (first and foremost), but learn the basics.

N
netrox, 2018-10-17
@netrox

https://www.amazon.com/Algorithms-Parts-1-4-Fundam...
https://www.amazon.com/gp/product/0201350882/ref=d...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question