201~200~
Understand arrays, search algorithms, sorting techniques, and matrix operations with modular programming concepts.
This unit focuses on operations involving arrays, introduction to fundamental searching and sorting algorithms, matrix manipulation, and modular programming principles such as using functions for better code structure.
Explore Linear Search and Binary Search with examples and complexity analysis.
View SearchingLearn Bubble, Selection, and Insertion sorting with step-by-step illustrations.
View SortingWork with 2D arrays to perform addition, subtraction & multiplication of matrices.
Explore MatrixLearn to break down programs using user-defined functions for better structure.
Open Module