You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Reber b880c3ccde Initial commit 5 years ago
..
C++ Program to Apply Above-Below-on Test to Find the Position of a Point with respect to a Line.cpp Initial commit 5 years ago
C++ Program to Check Whether a Given Points are Colinear or Not.cpp Initial commit 5 years ago
C++ Program to Check if a Point d lies Inside or Outside a Circle Defined by Points a, b, c in a Plane.cpp Initial commit 5 years ago
C++ Program to Compute Cross Product of Two Vectors.cpp Initial commit 5 years ago
C++ Program to Compute the Area of a Triangle Using Determinants.cpp Initial commit 5 years ago
C++ Program to Compute the Volume of a Tetrahedron Using Determinants.cpp Initial commit 5 years ago
C++ Program to Find Largest Rectangular Area in a Histogram.cpp Initial commit 5 years ago
C++ Program to Implement BACKWARD DIFFERENCES GENERATION FOR INTERPOLATION.cpp Initial commit 5 years ago
C++ Program to Implement BINARY SEARCH METHOD.cpp Initial commit 5 years ago
C++ Program to Implement BISECTION METHOD TO FIND ROOT OF AN EQUATION.cpp Initial commit 5 years ago
C++ Program to Implement BUBBLE SORT METHOD.cpp Initial commit 5 years ago
C++ Program to Implement CALCULATION OF TRUNCATION ERROR OF SERIES APPROXIMATION.cpp Initial commit 5 years ago
C++ Program to Implement DIVIDED DIFFERENCES GENERATION FOR INTERPOLATION.cpp Initial commit 5 years ago
C++ Program to Implement EULER'S METHOD TO SOLVE DIFFERENTIAL EQUATION.cpp Initial commit 5 years ago
C++ Program to Implement FORWARD DIFFERENCES GENERATION FOR INTERPOLATION.cpp Initial commit 5 years ago
C++ Program to Implement First Fit Decreasing for 1-D Objects and M Bins.cpp Initial commit 5 years ago
C++ Program to Implement GAUSS ELIMINATION METHOD TO SOLVE LINEAR EQUATIONS.cpp Initial commit 5 years ago
C++ Program to Implement GAUSS SIEDEL ITERATION METHOD TO SOLVE LINEAR EQUATIONS.cpp Initial commit 5 years ago
C++ Program to Implement Gift Wrapping Algorithm in Two Dimensions.cpp Initial commit 5 years ago
C++ Program to Implement Graham Scan Algorithm to Find the Convex Hull.cpp Initial commit 5 years ago
C++ Program to Implement ILLUSTRATION OF LINKED LIST TO SIMULATE A QUEUE.cpp Initial commit 5 years ago
C++ Program to Implement ITERATIVE METHOD TO FIND ROOT OF AN EQUATION.cpp Initial commit 5 years ago
C++ Program to Implement JACOBI'S ITERATION METHOD TO SOLVE LINEAR EQUATIONS.cpp Initial commit 5 years ago
C++ Program to Implement Jarvis March to Find the Convex Hull.cpp Initial commit 5 years ago
C++ Program to Implement LAGRANGE'S INTERPOLATION METHOD.cpp Initial commit 5 years ago
C++ Program to Implement MODIFIED EULER'S METHOD TO SOLVE DIFFERENTIAL EQUATION.cpp Initial commit 5 years ago
C++ Program to Implement NEWTON RAPHSON METHOD TO FIND ROOT OF AN EQUATION.cpp Initial commit 5 years ago
C++ Program to Implement NEWTON'S BACKWARD DIFFERENCES INTERPOLATION METHOD.cpp Initial commit 5 years ago
C++ Program to Implement NEWTON'S DIVIDED DIFFERENCES INTERPOLATION METHOD.cpp Initial commit 5 years ago
C++ Program to Implement NEWTON'S FORWARD DIFFERENCES INTERPOLATION METHOD.cpp Initial commit 5 years ago
C++ Program to Implement NUMERICAL INTEGRATION USING MONTE CARLO METHOD.cpp Initial commit 5 years ago
C++ Program to Implement PSEUDORANDOM NUMBER GENERATION.cpp Initial commit 5 years ago
C++ Program to Implement REGULA FALSI METHOD TO FIND ROOT OF AN EQUATION.cpp Initial commit 5 years ago
C++ Program to Implement RUNG KUTTA METHOD TO SOLVE DIFFERENTIAL EQUATION.cpp Initial commit 5 years ago
C++ Program to Implement SECANT METHOD TO FIND ROOT OF AN EQUATION.cpp Initial commit 5 years ago
C++ Program to Implement SELECTION SORT METHOD.cpp Initial commit 5 years ago
C++ Program to Implement SIMPSON'S (One Third) RULE OF INTEGRATION.cpp Initial commit 5 years ago
C++ Program to Implement SIMPSON'S (Three Eight) RULE OF INTEGRATION.cpp Initial commit 5 years ago
C++ Program to Implement Slicker Algorithm that avoids Triangulation to Find Area of a Polygon.cpp Initial commit 5 years ago
C++ Program to Implement TRAPEZOIDAL RULE OF INTEGRATION.cpp Initial commit 5 years ago
C++ Program to Show the Duality Transformation of Line and Point.cpp Initial commit 5 years ago
C++ Program to Solve N-Queen Problem.cpp Initial commit 5 years ago
C++ Program to Use Above Below Primitive to Test Whether Two Lines Intersect.cpp Initial commit 5 years ago