Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
13 views

Algorithm-L1-Introduction To Algorithm Design 2020

This document discusses algorithm analysis and design. It notes that design involves describing an algorithm using English, pseudocode, or a flowchart, and proving it solves problems correctly. Analysis deals with evaluating an algorithm's performance in terms of time and space complexity. The document focuses on designing algorithms by describing the steps to solve problems.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views

Algorithm-L1-Introduction To Algorithm Design 2020

This document discusses algorithm analysis and design. It notes that design involves describing an algorithm using English, pseudocode, or a flowchart, and proving it solves problems correctly. Analysis deals with evaluating an algorithm's performance in terms of time and space complexity. The document focuses on designing algorithms by describing the steps to solve problems.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

Algorithm Analysis and Design L.

Mais Saad Safoq


2020-Lec1

Algorithm Analysis and Design

Design: is the description of the algorithm in (English, pseudo code, or flowchart) and proof of
correctness (i.e. Algorithm solves the given problem in all cases).
Analysis: deals with performance (time and space complexity).
Algorithm Analysis and Design L.Mais Saad Safoq
2020-Lec1
Algorithm Analysis and Design L.Mais Saad Safoq
2020-Lec1
Algorithm Analysis and Design L.Mais Saad Safoq
2020-Lec1
Algorithm Analysis and Design L.Mais Saad Safoq
2020-Lec1

1.3. Design of an algorithm


Algorithm Analysis and Design L.Mais Saad Safoq
2020-Lec1
Algorithm Analysis and Design L.Mais Saad Safoq
2020-Lec1
Algorithm Analysis and Design L.Mais Saad Safoq
2020-Lec1

You might also like