SLIDE 1
CS 2412 Data Structures
Chapter 1 Case Study: The Polish Notation
1
Chapter 1 Case Study: The Polish Notation 1 The problem: x = b - - PowerPoint PPT Presentation
CS 2412 Data Structures Chapter 1 Case Study: The Polish Notation 1 The problem: x = b + b 2 4 ac 2 a C formula: (-b + (b**2-4.0*a*c)**(0.5))/2.0*a How the complier handle the formula? 2 Operators and priorities operators
1
2
3
4
5
6
7
8
9
10
11
12