Computer Science Distilled (häftad)
Format
Häftad (Paperback / softback)
Språk
Engelska
Antal sidor
186
Utgivningsdatum
2017-01-17
Förlag
Code Energy LLC
Medarbetare
Pictet, Raimondo (ed.)
Illustrationer
Illustrations, color
Dimensioner
215 x 138 x 13 mm
Vikt
320 g
Antal komponenter
1
Komponenter
4422:Standard Color 5.5 x 8.5 in or 216 x 140 mm (Demy 8vo) Perfect Bound on Standard 70 White w/Mat
ISBN
9780997316025

Computer Science Distilled

Learn the Art of Solving Computational Problems

Häftad,  Engelska, 2017-01-17
277
  • Skickas från oss inom 7-10 vardagar.
  • Fri frakt över 249 kr för privatkunder i Sverige.
Finns även som
Visa alla 1 format & utgåvor
A walkthrough of computer science concepts you must know. Designed for readers who don't care for academic formalities, it's a fast and easy computer science guide. It teaches the foundations you need to program computers effectively. After a simple introduction to discrete math, it presents common algorithms and data structures. It also outlines the principles that make computers and programming languages work.
Visa hela texten

Passar bra ihop

  1. Computer Science Distilled
  2. +
  3. Co-Intelligence

De som köpt den här boken har ofta också köpt Co-Intelligence av Ethan Mollick (häftad).

Köp båda 2 för 467 kr

Kundrecensioner

Har du läst boken? Sätt ditt betyg »

Fler böcker av författarna

  • Computer Science Unleashed

    Wladston Ferreira Filho, Raimondo Pictet

    A high-level overview of networking, data science and computer security.  Designed for readers who don't care for academic formalities, it's a fast and easy guide. It teaches the foundations programmers and knowledge workers need to maximize ...

Innehållsförteckning

1. Basics, 1.1 Ideas, 1.2 Logic, 1.3 Counting, 1.4 Probability, 2. Complexity, 2.1 Counting Time, 2.2 The Big-O Notation, 2.3 Exponentials, 2.4 Counting Memory, 3.Strategy, 3.1 Iteration, 3.2 Recursion, 3.3 Brute Force, 3.4 Backtracking, 3.5 Heuristics, 3.6 Divide and Conquer, 3.7 Dynamic Programming, 3.8 Branch and Bound, 4. Data, 4.1 Abstract Data Types, 4.2 Common Abstractions, 4.3 Structures, 5. Algorithms, 5.1 Sorting, 5.2 Searching, 5.3 Graphs, 5.4 Operations Research, 6. Databases, 6.1 Relational, 6.2 Non-Relational, 6.3 Distributed, 6.4 Geographical, 6.5 Serialization Formats, 7. Computers, 7.1 Architecture, 7.2 Compilers, 7.3 Memory Hierarchy, 8. Programming, 8.1 Linguistics, 8.2 Variables, 8.3 Paradigms