Skip to main content

Algorithm Programming

This book contains the theoretical foundations for programming algorithm practicum for the Computer Engineering department at UI.

Module 2 - Linked List

Theoretical basics of Linked Lists, their types, benefits, and example code.

Module 4 - Merge Sort and Quick Sort

Module 5 - Advanced Sorting Algorithms & The Heap Data Structure

Module 6 - Tree

Module 9 - Advanced Graph