A
A
Andrey Polyakov2014-08-14 08:09:33
Algorithms
Andrey Polyakov, 2014-08-14 08:09:33

What textbook on algorithms should be given to a high school student?

Interested in a textbook on the basic primitive algorithms and their implementation on any PL:
- conditions, cycles
- working with arrays (search, sorting)
- counting rows
- recursions
What programming language is used in the book is not important.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
mrstrictly, 2014-08-14
@mrstrictly

"Conditions and cycles" are, nevertheless, not algorithms, but the theory of PL.
And, for the rest, without hesitation, I will recommend the super-classic "Algorithms and Data Structures" by Niklaus Wirth. For fun, in between times, you can throw Warren's Algorithmic Tricks for Programmers.
Well, if it tramples, then move on to heavy artillery, like Cormen and / or Sedgwick. :)

X
XpeH Petrovich, 2014-08-14
@uakoB

Well, or heavy artillery in the form of Donald Knuth)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question