B
B
Brodyaga2010-09-30 21:08:44
IT education
Brodyaga, 2010-09-30 21:08:44

What should a programmer read to improve the serious algorithmic base needed in the corporate sector?

Third year student. I normally program, I have already written a lot, but I want to gain some serious algorithmic base necessary in the corporate sector - because there is no certainty in the readiness to get a job.

Actually, I ask you to indicate what the best books you can advise on basic algorithms (including the Olympiad type), patterns, and everything else that can be useful when working as a serious programmer in a large company. Not only in programming languages, but also in databases, operating systems, networks. In general, a list of references that you consider mandatory reading.

Answer the question

In order to leave comments, you need to log in

15 answer(s)
Y
Yakhnev, 2010-09-30
@Yakhnev

Cormen. Algorithms. Construction and analysis
S. McConnell. Perfect code.
Bentley. Programming
gems Tanenbaum. Computer networks

[
[email protected]><e, 2010-10-01
@barmaley_exe

Whip. The art of programming.

S
Scioner, 2010-10-01
@Scioner

I program normally

and
the best books you can recommend for basic algorithms

Forgive me, please, it causes a smile :)
You were very correctly advised above. Get to work now. Even if it's for a penny. Books will help you, but only if you have experience. Otherwise, no matter how much you read, no matter how much you study, when you get a job, there will be only a la reaction: “gygygy. student." There is nothing shameful in this, but a theoretical programmer without experience is of much less value than a programmer who has read half a book, and even that one - only about syntax, but has rattled off five years in the corresponding position.
You now need to read "literature on the topic", but you do not know on which topic. This is the snag.

W
war_hol, 2010-09-30
@war_hol

E. Gamma, R. Helm, R. Johnson, J. Vlissides
Object-Oriented Design Techniques. Design patterns

B
Bambre, 2010-09-30
@Bambre

The famous "Refactoring" by Fowler - without comments and unnecessary recommendations. Bentley's Gem of Programming is an easy to read and not too bulky book about serious and interesting things.

B
bsboris, 2010-09-30
@bsboris

Martin. Clean code.
Fowler. Enterprise Application Templates

R
retran, 2010-10-01
@retran

Basic algorithms and concepts:
Aho, Hopcroft, Ullman. Algorithms and data structures.
Wirth. Algorithms + Data Structures =
Classic Database Programs:
Date. Introduction to database systems.

S
sintez, 2010-10-14
@sintez

In my third year, I got a job as an intern in a rather big company. It was very helpful. On the go, he mastered new technologies and participated in real projects and also paid money. So, I advise you to look in this direction.

A
Andrew, 2010-09-30
@impwx

"Regular expressions", Jeffrey Friedl
Not that the most necessary of the books, but my knowledge of regular expressions, sorry for the pun, regularly simplifies my life, especially considering that at the institute they talked about this topic for about fifteen minutes.

K
KiriKiri, 2010-09-30
@KiriKiri

A. Aho — Compilers, in conjunction with Mozgova M.V. — Algorithms, languages, automata, compilers.
T.Connolly, K.Begg — Databases. Design, implementation and support. Theory and practice.
A. Shen — PROGRAMMING theorems and problems.
Toby Segaran - Programming the collective mind, here recently wrote about it.

R
Robotex, 2010-10-01
@Robotex

Try to work now. Freelance, write something for yourself. You can read a lot of books, but never learn anything.
When I worked for a year as a programmer from the second to the third year, and now, having worked for 2 months being in the fifth, I learned much more than during the entire time of the university.

S
Setti, 2010-10-01
@Setti

Get a job as a junior and don't fool your head

F
FeNUMe, 2010-10-03
@FeNUMe

If you are going to write mass software for users, I would add Alan Cooper to everything suggested above
· Mental hospital in the hands of patients
This book will help you look at your program from the side of the user, not the programmer. Thanks to this, it will be possible to initially correctly think over the architecture of the software so that it is convenient for customers and does not cause rejection.
Naturally, if you plan to write server software, etc., then there is not much sense from the book.

U
usr, 2010-10-04
@usr

I'll add a couple more good books from myself:
The Art of C Programming. Fundamental Algorithms, Data Structures, and Sample Applications, Hasfield/Kirby.
Algorithmic tricks for programmers, Warren.
The Practice of Programming, Kernighan/Pike.
An Introduction to Automata Theory, Languages, and Computation, Hopcroft.
Algorithms: an introduction to design and analysis, Levitin.
Analysis of algorithms. Introductory Course, McConnell.
Fundamentals of programming, Nepeyvoda.
Programming gems, Bentley.
Software Development Best Practices, Spolsky.
And for relaxing reading:

A
Alexey Kuznetsov, 2010-10-14
@pirrat

Here I am compiling a wishlist for myself , based on recommendations, including those in this topic. (I have already read part of it, but I keep it for the collection).
there not only for the programmer but also on other topics.
take a look, maybe you will find something useful for yourself.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question