Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Simple algorithm tutorials? [closed]

Tags:

algorithm

I want to learn algorithms using some very basic simple tutorials. Are there any out there? I have heard of recursion and stuff and I would like to get good at it. Any help would be appreciated.

like image 784
Anon Avatar asked Nov 24 '08 06:11

Anon


People also ask

What are the 4 types of algorithm?

Introduction To Types of AlgorithmsBrute Force algorithm. Greedy algorithm. Recursive algorithm. Backtracking algorithm.

How do beginners learn algorithms?

Readers can learn how to write and use algorithms through traditional college programs, online courses, or coding bootcamps. Online courses and bootcamps provide learning opportunities that generally cost less and take less time than a college degree program.


2 Answers

I would start out by taking a look at EternallyConfuzzled which contains great tutorials for basic Data Structures an Algorithms including linked lists and binary search trees, sorting and searching algorithms. If you want to learn more after this I would recommend the following books in order of increasing complexity, completeness, and required math knowledge:

  • Algorithms in C (also available in C++ and Java)
  • Introduction to Algorithms
  • The Art of Computer Programming
like image 66
Robert Gamble Avatar answered Sep 18 '22 14:09

Robert Gamble


If you want to learn algorithms this book is the best choice.

alt text
(source: mcgraw-hill.com)

like image 34
grigy Avatar answered Sep 17 '22 14:09

grigy