Skip to content

Instantly share code, notes, and snippets.

@alexandre
Last active December 25, 2017 21:16
Show Gist options
  • Select an option

  • Save alexandre/a41af90665442d519f9e to your computer and use it in GitHub Desktop.

Select an option

Save alexandre/a41af90665442d519f9e to your computer and use it in GitHub Desktop.
Tentando organizar os temas que eu gosto em computação através de livros

Algoritmos

  • -> Introduction to Algorithms - Cormen
  • -> Art of computer programming - Knuth (????)
  • -> Purely Functional Data Structures - Okasaki
  • -> Programming Pearls

Redes

  • -> TCP/IP Illustrated - 1~3 (2ed.)
  • -> Computer Network - 5ed.

Inteligencia Artificial

  • -> Artificial Intelligence: A Modern Approach - Norvig
  • -> Gödel, Escher, Bach: An Eternal Golden Braid

Fundamentos

  • -> Structure and Interpretation of Computer Programs
  • -> Concrete Mathematics: A Foundation for Computer Science
  • -> The Art of Multiprocessor Programming - Kaufmann

Python

  • -> Fluent Python - Ramalho
  • -> Python CookBook - Beazley
  • -> Networking Programming -

Haskell

  • -> HaskellBook - bytemyapp
  • -> Parallel and Concurrent Haskell - Simmon

Go

  • -> Effective Go
  • -> Go ref/spec

Auxiliares

  • -> ShellScript Profissional
  • -> Regular Expression Cookbook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment