Filmpool Nord logo
Stäng mobilmeny pil

Computer Programming 2nd Part By Tamim Shahriar Subeen ((link)) Jun 2026

Perhaps the most valuable aspect of the book is its focus on algorithmic efficiency. It introduces the concept of . For a beginner, writing code that works is enough. But for a software engineer or competitive programmer, writing code that works fast is the goal. The book teaches readers how to analyze their code’s performance.

The first volume of Subeen’s series focuses primarily on using the C language. It covers basics: data types, operators, if-else , for loops, while loops, and functions. It is perfect for a complete beginner. Computer Programming 2nd Part By Tamim Shahriar Subeen

Based on the curriculum and author descriptions, the book typically includes: Computer Memory: Perhaps the most valuable aspect of the book

For thousands of students in Bangladesh and West Bengal, this book is the reason they did not drop out of computer science. It is the sturdy bridge over the river of confusion that separates beginners from competent developers. In the history of Bengali technical writing, Tamim Shahriar Subeen’s Second Part remains a gold standard—a testament to the fact that complex ideas need not be complicated, especially when taught in the language of the heart. But for a software engineer or competitive programmer,

To truly master the content, do not just read it.

If the first volume of Subeen's series was about learning the "language," the is about learning the "logic." Knowing how to write a loop or a function is one thing; knowing how to organize data efficiently and search through it in milliseconds is another.