Related Articles
Data Transmission Process in Wireless Sensor Network
Wireless Sensor Network Environment A wireless sensor network is composed of a large number of sensor nodes and one or more sink nodes (base stations). The sensor nodes are deployed inside the area of interest to collect useful information from the surrounding environment and report it to a base station located generally at […]
Computer Organization GATE EXAM Questions and Answers
Table of Contents1 Computer Organization GATE Exam Questions1.1 Questions and Answers1.2 Computer Organization GATE Questions for Practice Computer Organization GATE Exam Questions This computer organization gate questions-based tutorial provides some practice questions for GATE CS/IT Exam. Computer organization and architecture is an important subject for GATE CSE Exam. It consists of approx 8-10 mark questions every year in GATE […]
Kruskal’s Algorithm and Example
Table of Contents1 Kruskal’s Algorithm and Example1.1 Kruskal’s Algorithm Example1.2 Conclusion and Summary Kruskal’s Algorithm and Example Kruskal’s Algorithm in data structure is another greedy approach used to find the cost of spanning tree. Generally it is used to find the minimum spanning tree in the given Graph. Problem based on Kruskal’s algorithm is generally […]