Posts

Showing posts from December, 2018

Importance of Design and Analysis of Algorithm(DAA)

Image
If you don’t like the video or need more instructions, then continue reading. Why Should we study algorithms ? Algorithms are one of the basic component for problem solving ,thinking abstractly or algorithmically allows us to : 1) Reason about their correctness and efficiency before implementing them . 2) Focus on techniques for solving problems  3) Understand Relation ship between different computational problems. 4) Equally applicable for all branches of computer science including,bachelors,Masters and even PHD. 5) Plays a key role in modern technological innovation.   6) Challenging ( i.e. Good for brain) Because of above mentioned  reasons we need to study algorithms. References 1)  Edx.org 2)  Vice Provost for Teaching and Learning at Stanford

Resources for Design and Analysis of Algorithm(B.Sc. CSIT TU)

Course Introduction An Algorithm is a sequence of steps to solve a problem. Design and Analysis of Algorithm is very important for designing algorithm to solve different types of problems in computer science and information technology. This course introduces the fundamental concepts of Designing Strategies, Complexity analysis of Algorithms, followed by problems on Graph Theory and Sorting methods.  Prerequisites Students should have basic knowledge of programming and mathematics,should know data structure very well. Moreover, it is preferred if the readers have basic understanding of Formal Language and Automata Theory. Mandatory  Resources Microsyllabus Complete Notes Question Collection(067-073) Note able resources found over internet  i) Best Documented notes and instant support :  Tutorials Point . ii) Best and Understandable and illustrated video series in youtube:  GATE Lectures by Ravindrababu Ravula iii) Authorized course from...

Introduction to Design and Analysis of Algorithm ||DAA||

Image