This is the site to help everyone seeking help in programming. This mainly contains topics on Data Structure, Numerical Methods, etc...
- Math Lab-Runge Kutta method
- MATH Lab- Gauss-Elimination method (Solving system of equation);
- MATH Lab- Gauss-Seidal method for 3x3 Matrix;
- MATH Lab- Double Integration using Trapezoidal Rule;
- Minimum Spanning Tree with Prim's algorithm.
- Minimum Spanning Tree with Kruskal's algorithm.
- M-way Search Tree
- Math lab- Simpson's 3/8th Rule
- Math lab- Simpson's 1/3rd Rule
- Math lab- Trapezoidal Rule
- AVL Search Tree Insertion (Height-Balanced Tree)
- Deletion from a Binary Search Tree
- Graph with BFS (Breadth First Search) Traversal
- Graph with DFS (Depth First Search) traversal
- C program for Binary tree with Inorder, Preorder, Postorder Traversal
- Binary Search Tree with Inorder, Preorder, Postorder Traversal