Algorithm and Flowcharts to solve problems
Algorithm and Flowcharts to solve problems
- Flow Chart Symbols
- Basic algorithms flowcharts for sequential processing
- decision based processing and iterative processing
- Exchanging values of two variables
- summation of a set of numbers
- Decimal Base to Binary Base conversion
- Reversing digits of an integer
- GCD (Greatest Common Division) of two numbers
- Test whether a number is prime
- factorial computation
- Fibonacci sequence
- Evaluate ‘sin x’ as sum of a series
- Reverse order of elements of an array
- Find largest number in an array
- Print elements of upper triangular matrix
- Assessment