My Account
×
Forgot Your Password?
LogIn Now
Home
Courses
Faculty
Contact
Go to Main Website
LogIn
Home
Courses
Faculty
Contact
Go to Main Website
LogIn
Data Structures and Algorithms
Data Structures and Algorithms
Course Material
01
Week 1: Introduction to the Course Array Data Structure (insertion, deletion and searching in unsorted array)
Go >
02
Array Data Structure (insertion, deletion and searching in Sorted array)
Go >
03
Stack Data Structure with Stack Implementation using Array + Applications of stack + Different operations performed using stack
Go >
04
Application of Stack: Conversion of Infix to Postfix string + Code for conversion from infix postfix (implementation)
Go >
05
Evaluation of postfix expression +Code for Evaluation of postfix (implementation)
Go >
06
Sorting: Insertion Sort, Bubble Sort, Selection Sort, Recursive Techniques
Go >
07
recursive Binary Search, Tower of Hanoi Implementation, Quicksort (Recursive Algorithm)
Go >
08
MergeSort(Recursive Algorithm) and its Implementation
Go >
09
Queue Data Structure and its implementation using Array, Introduction of linked list and stack implementation
Go >
Total Lessons
9
Department
CS & IT
About
Visit Profile
Teacher
Mr. Muhammad Iqbal
Other Courses by
Mr. Muhammad Iqbal
Object Oriented Programming