Determination of Friction angle and Shear Stress in Machining Process In this blog, we are going to learn how to determine the shear stress or shear strength of the ma…
Read moreWhat is Shear Plane Angle in machining and its formula derivation What is Shear Plane Angle in Tool Machining? It is defined as the plane angle at which the chip is sta…
Read moreSum of Two number using html ,css , javascript Dom In this blog we will learn about dom exercise in which we will take input two number and sum them. It is beginner frie…
Read moreIn this blog we will learn how to do reverse of a linked list in java and understand the logic behind it. Watch this video to understand how this code works Code class…
Read moreIn this blog, we will learn how to do the sum of linked list in java. This is a basic program for linked list Code for Sum of Linked List in Java class Node<T>{ …
Read moreBlog Content Linked List size calculation by making our own class and function. Linked List size calculation by using an inbuilt java library(easy one). In this blog, we…
Read moreIn this blog, we will learn how to print ith node in linked list java Program Code class Node<T>{ T data; Node<T> next; Node(T data){ thi…
Read moreUnderstanding SVM, its Type, Applications and How to use with Python Blog Contents: Introduction to SVM What is SVM? Types of SVM Application of SVM How to SVM in Machi…
Read more
Social Plugin