2020 Advanced Computer Programming

Font size  SML

Register update notification mail Add to favorite lecture list
Academic unit or major
Undergraduate major in Industrial Engineering and Economics
Instructor(s)
Kawase Yasushi  Matsui Tomomi 
Class Format
Lecture / Exercise    (ZOOM)
Media-enhanced courses
Day/Period(Room No.)
Mon5-8(学術国際情報センター情報棟3階第1実習室)  
Group
-
Course number
IEE.A230
Credits
2
Academic year
2020
Offered quarter
2Q
Syllabus updated
2020/9/18
Lecture notes updated
-
Language used
Japanese
Access Index

Course description and aims

This course provides an introduction of algorithms and data structures.
This course uses Python programming language to implement algorithms.
By combining lectures and exercises, the course enabls students to understand the fundamentals of programming to solve computational problem.

Student learning outcomes

At the conclusion of this course students will be able to:
1) learn how to use the Python language.
2) understand basic data structures and algorithms.
3) understand the difference in efficiency of algorithms.
4) implement computing algorithms to solve problems.

Keywords

Python, Programming, Algorithms

Competencies that will be developed

Specialist skills Intercultural skills Communication skills Critical thinking skills Practical and/or problem-solving skills

Class flow

The first two-thids of each class is lecture and the rest for exercises of programming.

Course schedule/Required learning

  Course schedule Required learning
Class 1 Review (numbers, strings, list) Understand the usage of numbers, strings, and lists.
Class 2 Review (for statements, if statements) Understand the usage of for statements and if statements.
Class 3 String operations (formatting, pattern match, regex) Acquire skills in manipulating character strings with basic operations.
Class 4 Plane geometry (line segment intersection, ditance of a point to a line, convex hull) Understand how to calculate convex hull.
Class 5 Random number (uniform distribution, normal distribution, generation) Explain how random number generators work.
Class 6 Statistics (data processing, fitting) Process data using statistical methods.
Class 7 Computational complexity (Big O notation) Explain the computational complexity.
Class 8 Stack and Queue (depth first search and breadth first search) Explain the difference between the depth first search and the breadth first search.
Class 9 Sorting algorithms (bubble sort, heap sort, quick sort, merge sort) Explain the difference between the sorting algorithms.
Class 10 Backtracking (N queen problem, Sudoku) Explain how backtracking works.
Class 11 Dynamic programming (Knapsack problem) Explain how dynamic programming works.
Class 12 Shortest path problem (Warshall-Floyd, Bellman-Ford algorithms) Understand the methods to solve shortest path problem.
Class 13 Linear Programming Solve LP problems with pulp.
Class 14 Travelling salesman problem Understand the methods to solve traveling salesman problem.

Out-of-Class Study Time (Preparation and Review)

To enhance effective learning, students are encouraged to spend approximately 100 minutes preparing for class and another 100 minutes reviewing class content afterwards (including assignments) for each class.
They should do so by referring to textbooks and other course material.

Textbook(s)

None required.

Reference books, course materials, etc.

Guido van Rossum: Python Tutorial.
Mark Lutz: Learning Python

Assessment criteria and methods

Learning achievement is evaluated by a final report.

Related courses

  • IEE.A207 : Computer Programming (Industrial Engineering and Economics)

Prerequisites (i.e., required knowledge, skills, courses, etc.)

Students must have completed Computer Programming (Industrial Engineering and Economics) or have equivalent knowledge.

Page Top