首页 > 其他 > 详细

Algorithm - Introduction

时间:2016-06-27 23:13:01      阅读:189      评论:0      收藏:0      [点我收藏+]

Goal:

Use Computer to solve problems step by step!!!

 

What is Computer Science?

Computer Science is the study of problems, problem-solving, and the solutions that come out of the problem-solving process.

 

What is Programming?

Programming is the process of taking an algorithm and encoding it into a notaion, a programming language, so that it can be executed by a computer.

All data items in the computer are represented as a strings of binary digits. In order to give these strings meaning, we need to have data types.

 

Why Study Data Structures and Abstract Data Types?

技术分享

An abstract data type, sometimes abbreviated ADT, is a logical description of how we view the data and the operations that are allowed without regard to how they will be implemented. 

 

Why Study Algorithms?

There are often many ways to solve  a problem. Finding a solution and then deciding whether it is a good one are tasks that we will do over and over again.

 

Algorithm - Introduction

原文:http://www.cnblogs.com/elewei/p/5621493.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!