Posts

Showing posts from May, 2021

Advantages Of Binary Search Tree Over Hash Table

Image
  Advantages Of Binary Search Tree Over Hash Table In programming, we have come across BST and Hash Table applications very often. But most of the times we prefer to use hash table even if the space complexity increases. But in this article, we will be looking into the advantages and places where we prefer to use  Binary Search Tree over Hash Table. Let us first revisit BST and Hash table . Ø What is Binary Search Tree ? A BST is a type of tree  data structure  where for every node, all the nodes to the left of this node have value lesser than the current node’s value and all the nodes to the right of this node has value greater than the current node’s value along with the fact that both left subtree and right subtree are Binary Search Trees. Ø Example: One application of this is basically when we get a stream of incoming data and we want to arrange them systematically in a sorted order in efficient way. ...

Quantum Cryptography

Image
 

Image Processing In Industrial Automation

Image
  Image Processing In Industrial Automation   Introduction:- Fourth industrial revolution has revolutionized the traditional manufacturing and industrial practices. It has created an era of cyber physical systems with collaboration of human intelligence, machine learning, artificial intelligence, robotics, nanotech, IOT and many more. From human assisted automation to completely inhuman automation industries have come a long way. There is hardly any manufacturing process that is conceivable without imaging, Industrial Image processing works as chief technology in industrial automation.  Hardware:-   Hardware to implement image processing system is a network interface between manufacturing process control system, main processing computer containing image processing software ,cameras and image processing hardware like Image grabber and video composite circuit, data processor and system controller and PC expansion card. Important Image Processing techniques used in in...