Problem Solving
Through Prog.
NPTEL|IIT Kharagpur|Jan 2024 - Apr 2024|Score: 63/100
Computational thinking — using C as a tool to break down problems. Flowcharts, pseudocode, algorithms, divide-and-conquer.
Think before you type: decompose a problem, design a solution, then implement. Matrix operations, searching, sorting through the lens of 'how do I make the computer do this efficiently?'
Perfect assignments (25/25). Less about C, more about thinking like an engineer.