码迷,mamicode.com
首页 > 其他好文 > 详细

Algorithm - Introduction

时间:2016-06-27 23:14:47      阅读:176      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!