Knowledge in traversal

Design and Analysis of Algorithms:The complete reference

Design and analysis of algorithms. Asymptotic complexity, O() notation. Sorting and search. Algorithms on graphs: exploration, connectivity, shortest paths, directed acyclic graphs, spanning trees. Design techniques: divide and conquer, greedy, dynamic programming. Data structures: heaps, union of disjoint sets.The content provides a self explanatory insight on the subject.primarily for students of 2nd year.

Computer Networks: Encryption and decryption

It is very important to encrypt and decrypt a message sent. This c code uses the RSA algorithm to do the same.

VERBAL COMMUNICATION

verbal communication plays a very important role in in any communication .So here is a pdf based on VERBAL COMMUNICATION

Double Linked List

This article is about Double Linked List on Data structures with Its Creation Deletion Traversing Methods with clear steps and diagram