Principles of Programming & Algorithms
  • Principles of Programming & Algorithms

Principles of Programming & Algorithms

₹180.00
Tax excluded
1513
41 Items

Specific References

According to New Revised Syllabus w.e.f. 2013-14 PUNE, Maharashtra (INDIA)


Text Book of

Principles of Programming & Algorithms

BCA (Pune) Sem-I

Author : Manisha Vhora, Seema Pondkule Gawade

Book ID : 1513

Quantity
In Stock

Contents 

1. Introduction  

1. Introduction  

2. Problem Solving     

3. Algorithm     

4. Program Development Cycle 

5. Time Complexity: Big –Oh Notation     

6. Flowchart     

7. Some Examples of Flowcharts     

2. Simple Arithmetic problems

1. Introduction  

2. Sequential Logic Structure

3. Decision Logic Structure  

4. Loop Logic Structure

5. Case Logic Structure

Solved Examples  

3. Recursion     

1. Introduction  

2. Concepts

3. Recursion     

4. Multiplication

5. Factorial     

6. Ackerman Function   

7. Fibonacci series    

8. Permutation Generation    

9. Other Algorithm Examples  

4. Algorithms using arrays   

1. Introduction  

2. Array   

3. Storage Representation    

4. Maximum And Minimum Of Array    

5. Mean and Median of n numbers    

6. Two-Dimensional Array     

7. Triangular Matrix

5. Sorting and searching     

1. Introduction  

2. Sorting 

3. Review of Complexity

4. Types of Sorting Algorithms     

5. Sorting Algorithm Comparisons   

6. Searching