Algorithm_Lab_CIS_11

From this course students will learn Algorithms Lab Implementation.
Category:

Computing and Information System

Price:
free
Total Duration:
05:30
Language:
English
Review : 0

Description

COURSE SUMMARY:

This course is designed as a one semester course for the algorithm concepts for undergraduate Computing & Information System students. The course covers the analysis of various algorithms while introducing the topic of time complexity as a metric to judge similar algorithms. Furthermore, the course enables the students to write pseudocodes and algorithms of their own based on the problem. This course has found a profound application in the field of computing since algorithm can very well be deemed as the soul of computing.

 

COURSE OBJECTIVE:

The course aims to provide the students with the fundamental knowledge about algorithms and pseudocodes. Students will also learn about writing and analyzing algorithms and pseudocodes and simulate how very common algorithms work. Students will also be familiarized with common algorithms that they would need to utilize in the future.

Show more
Linear Search Code |
Binary Search Code |
Bubble Sort Code |
Insertion Sort Code |
Selection Sort |
Merge Sort |
Quick Sort |
Pre, Post, In order Traversal |