You are on page 1of 15

INTRODUCTION Algorithm and Programming

C/C++
OUTLINE
▪Self introduction
▪Topic learnt in Year II
▪Course learning outcome
▪Q&A
SELF INTRODUCTION
Education
Bachelor’s Engineer Degree in Computer Science, ITC, Cambodia 2011-2016
Master’s Degree in Computer Science Engineering and Technology, SIIT, Thailand 2016-2018

Working Experiences
BOU Channa
2018-Present : Full-time lecturer at ITC
▪bouchanna.itc@gmail.com
2019-Present : Part-time lecturer at CADT ▪Telegram: 081 976 875
▪F307, Department GIC
TOPIC LEARNT IN YEAR II
TOPIC LEARNT IN YEAR II
Deadline: 18th Tuesday, 11:59pm
Submit to Ms. Team
CODING 1 What to submit: code.cpp, library.h, screenshot output

Design a program that can compute


the summation from 1 to n, where n
is an input number from user.

When n=100, sum=1+2+3+….+100=?


TOPIC LEARNT IN YEAR II

Remark: Except Hash Table & Graph, we learnt all of those topics previous year.
COURSE LEARNING OUTCOME
Upon completion of the course, students will be able to
1. Use various algorithms to apply in coding in order to solve problem more effectively
2. Use advanced data structure to store and manipulate data in program
3. Implement program with optimized usage of data structure in terms of space and
performance
4. Search data quicker and easier
CLASS MANAGEMENT
▪Class rule ▪Score evaluation
▪Be punctual ▪Attendance
▪No phone during class ▪Quiz
▪Class activity/ Class participation
▪Assigment/Project
▪Exam
Q&A

Thank you for your attention!


ATTENDANCE RECORD
-Start: 1:05pm

-Quiz: 1:30pm on Moodle


1:30-1:45pm (15mn)
About Linked list

bit.ly/3eODV7U
Break
Back: 3:00pm

You might also like