Algorithms and Data Structures: Concepts and Applications

(アルゴリズムとデータ構造の概要と応用)

Data Structures and Algorithms

(データ構造とアルゴリズム)

1st lecture, September 17, 2014

http://www.sw.it.aoyama.ac.jp/2015/DA/lecture1.html

Martin J. Dürst

(テュールスト マーティン ヤコブ)

duerst@it.aoyama.ac.jp

Building O, Room 529

 

AGU

© 2008-15 Martin J. Dürst 青山学院大学

Today's Schedule

 

自己紹介

Teaching Assistant: Hiroaki Honda (本多 洋朗、M1)

 

授業の位置づけ

This is a JE course (理工学国際プログラム JE 科目): The explanations are in Japanese, the materials (mostly) in English

 

授業の進め方

 

Glossary

 

成績評価方法

おおよその割合:

総合的な評価

 

ラボワーク

テーマ: 最高のウェブフレームワーク Ruby on Rails でウェブアプリ作り

時間: 水曜日の午後 (3限あたりから) 又は皆さんの津行のいい時間帯

Why Algorithms and Data Structures?

Example of what happens without data structures and algorithms:

 

The Fascination of Algorithms and Data Structures

 

Lecture Goal

Understand

 

Example of Data Structure: Linked List

 
 
 

 

Data Structure: Concept

A data structure consists of:

The term data structure is used mostly for structures inside computer (main) memory.

There are two different views of data structures:

 

Algorithm Examples

Problem: Searching a word (target) in a (real!) dictionary

 

Algorithm: Concept

An algorithm is a clear set of instruction for how to solve a well-defined problem in finite time.

Requirements:

  1. Clear definition of problem and result
  2. Detailled and precise step-by-step instructions (similar to a program)
  3. Termination in a finite number of steps

 

Counterexamples

 

Difference between Algorithms and Programs

 

History of Algorithms

 

Relationship between Data Structures and Algorithms

 

Summary of this Lecture

 

Lecture Schedule

Data Structures and Algorithms: Schedule

参考書 (どれか一冊を買って、授業の内容に合わせて読むことは強く推奨)

 

宿題 1: 膨大なデータ

提出: 来週の水曜日 (9月23日) 18時30分締切; O 棟 529号室の前の箱に提出; A4 一枚 (両面可) 厳守

(それぞれの問題で、想定の根拠となる理由、参考にした文献など必ず明記のこと。Wikipedia などへの参照の場合、URI のではなく IRI を使用のこと (例: http://ja.wikipedia.org/wiki/%E6%83%85%E5%A0%B1 のではなく http://ja.wikipedia.org/wiki/情報))

  1. 東京証券取引所の第一部の取引で、一つの株式会社の株が営業時間内に平均で 30秒で一回売買されていると想定して、合計で年間に (一売買行為を一つの項目と考えるとき) 何項目のデータが集まるかを、計算しなさい。
  2. 問題 1 の結果よりもデータ項目数がもっと多くて、実際に計算機で扱えそうな問題を考え、説明しなさい (他人と同じものの場合には減点対象)。

 

Homework 2: Representation of Algorithms

Examine the algorithm representations on the additional handout, and think about each representation's advantages and disadvantages.

(no need to submit)

 

Homework 3: Help Ms. Noda

Design an efficient (=fast) algorithm for Ms. Noda's problem.

Hint: Can you use an algorithm that you already know?

(no need to submit)

 

Homework 4: Install Ruby

Install Ruby on your notebook computer (and/or on your computer at home)

Main installation methods:

How to check: Open a Cygwin Terminal or start Command Prompt with Ruby and execute ruby -v

Important: If you have problems with installing Ruby, come to my lab to fix it before the next lecture.

 

Preparation for the Next Lecture

 

Glossary

job search
就職活動
data structure
データ構造
linked list
連続リスト
data item
データ項目
abstract data type (ADT)
抽象データ型
algorithm
アルゴリズム
linear search
線形探索
binary search
二分探索
implement(ation)
実装 (する)
land area calculations
土地面積の計算
ancient Egypt
古代エジプト
Euclid
ユークリッド
greatest common denominator (GCD)
最大公約数
Mathematician
数学者
ancient Greece
古代ギリシャ
state
状態
static aspect
静的側面
dynamic aspect
動的側面
economic
経済的