logo
分类于: 人工智能 计算机基础

简介

Think Like a Programmer: An Introduction to Creative Problem Solving

Think Like a Programmer: An Introduction to Creative Problem Solving 0.0分

资源最后更新于 2020-07-24 15:48:35

作者:V. Anton Spraul

出版社:No Starch Press

出版日期:2012-01

ISBN:9781593274245

文件格式: pdf

标签: Programming Programmer 计算机科学 计算机 编程 软件开发 programming 编程之道

简介· · · · · ·

Many programmers struggle to write programs, even though they understand their chosen programming language. Programming isn't about syntax--it's about problem solving, and all good programmers can solve problems. Unfortunately, most programming books focus on syntax and semantics, resulting in programmers who can't make the leap from reading programs to writing them. Think Like...

想要: 点击会收藏到你的 我的收藏,可以在这里查看

已收: 表示已经收藏

Tips: 注册一个用户 可以通过用户中心得到电子书更新的通知哦

目录

Table of Contents
Introduction
Chapter 1: Strategies for Problem Solving
Chapter 2: Pure Puzzles
Chapter 3: Solving Problems with Arrays
Chapter 4: Solving Problems with Pointers and Dynamic Memory
Chapter 5: Solving Problems with Classes
Chapter 6: Solving Problems with Recursion
Chapter 7: Solving Problems with Code Reuse
Chapter 8: Thinking like a Programmer