Jump to content

What Tutorials On Algorithms And Data Structures Do You Recommend?


f1driver

Recommended Posts

Hi everybody!

 

Recently I've come across an article written by an expert programmer, who claims that every up and coming programmer should learn at least basic algorithms and data structures if they want to become above average in their chosen field. The guy also said that a sound knowledge of algorithms is what sets real programmers apart from "copy-and-paste programmers". Amazingly, although there is a deluge of web design and web programming tutorials on the net, very few of them (if any) deal with the subject of data structures and algorithms. So I was wondering whether Stefan Mischook and co. could recommend or even produce their on tutorial on this subject? It would certainly fill the void in the tutorials market on the internet.

 

Thanks,

Ben

Link to comment
Share on other sites

  • 10 months later...

Hmm ... low-level algorithms are not nearly as important these days because computers are so powerful ...  massaging that kind of efficiency in code is rarely needed.

 

The thing you should be working on, is the higher level stuff, things like application structures, frameworks and design patterns. 

 

... I am assuming web development programming with high level languages like PHP, Ruby, Python, Java etc .....

 

Stef

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...