C Data Structure Algorithm

C examples for Data Structure:Algorithm

Description

Click the following links for the tutorial for Data Structure and Algorithm.

  1. Solve the Eight Queens Problem using backtracking
  2. Compute Permutations and Combinations of a Given Set of Objects
  3. Convert an Infix Expression to a Prefix Expression
  4. Convert an Infix Expression to a Postfix Expression
  5. To Find the Roots of an Equation Using Muller's Method
  6. To Find the Roots of an Equation Using the Regula Falsi Method
  7. To Find the Roots of an Equation Using the Bisection Method
  8. To Solve a Differential Equation Using Runge Kutta Method


  9. To Solve a Differential Equation Using Modified Euler's Method
  10. To Compute the Value of Integration Using Simpson's 1/3rd Method of Numerical Integration
  11. To Compute the Value of Integration Using Simpson's 3/8th Method of Numerical Integration
  12. To Compute the Value of Integration Using Trapezoidal Method of Numerical Integration
  13. To Construct the New Data Points Using Lagrange's Method of Interpolation
  14. To Construct the New Data Points Using Laplace Everett's Method of Interpolation
  15. To Construct the New Data Points Using Bessel's Method of Interpolation
  16. To Construct the New Data Points Using Stirling's Method of Interpolation


  17. To Construct the New Data Points Using Gauss's Backward Method of Interpolation
  18. To Construct the New Data Points Using Gauss's Forward Method of Interpolation
  19. To Construct the New Data Points Using Newton's Backward Method of Interpolation
  20. To Construct the New Data Points Using Newton's Forward Method of Interpolation
  21. To Find the Roots of an Equation Using the Newton Raphson Method
  22. Print Fahrenheit-Celsius table with for loop
  23. Print Fahrenheit-Celsius table for fahr = 0, 20, ..., 300
  24. Check if input is a leap year
  25. Create pseudo-random integer
  26. Estimating Root
  27. Estimating Pi