graphs in data structures and algorithms
A Graph is a non-linear data structure consisting of nodes and edges. The nodes are sometimes also referred to as vertices and the edges are lines or arcs that connect any two nodes in the graph.Graphs are used to solve many real-life problems. Graphs are used to represent networks. The networks may include paths in a city or telephone network or circuit network. Graphs are also used in social networks like linkedIn, Facebook. For example, in Facebook, each person is represented with a vertex(or node). Each node is a structure and contains information like person id, name, gender, locale etc.
trees in data structures and algorithms
In computer science, a tree is a widely used abstract data type that simulates a hierarchical tree structure, with a root value and subtrees of children with a parent node, represented as a set of linked nodes. A tree data structure can be defined recursively as a collection of nodes (starting at a root node), where each node is a data structure consisting of a value, together with a list of references to nodes (the "children"), with the constraints that no reference is duplicated, and none points to the root. Alternatively, a tree can be defined abstractly as a whole (globally) as an ordered tree, with a value assigned to each node. Both these perspectives are useful: while a tree can be analyzed mathematically as a whole, when actually represented as a data structure it is usually represented and worked with separately by node (rather than as a set of nodes and an adjacency list of edges between nodes, as one may represent a digraph, for instance). For example, looking at a tree as a whole, one can talk about "the parent node" of a given node, but in general, as a data structure, a given node only contains the list of its children but does not contain a reference to its parent (if any).
heap in data structures with examples
A heap is a tree-based data structure in which all the nodes of the tree are in a specific order.
For example, if X is the parent node of Y, then the value of X follows a specific order with respect to the value of Y and the same order will be followed across the tree. The maximum number of children of a node in a heap depends on the type of heap. However, in the more commonly-used heap type, there are at most 2 children of a node and it's known as a Binary heap. In binary heap, if the heap is a complete binary tree with N nodes, then it has smallest possible height which is log N to the base of 2.
Heaps can be of 2 types:
Max-Heap: In a Max-Heap the key present at the root node must be greatest among the keys present at all of it’s children. The same property must be recursively true for all sub-trees in that Binary Tree. Min-Heap: In a Min-Heap the key present at the root node must be minimum among the keys present at all of it’s children. The same property must be recursively true for all sub-trees in that Binary Tree.
lists in data structures with examples
A list is an ordered data structure with elements seprated by a comma and enclosed within square brackets.
For example:List 1 and List 2 here contains a single type of data:
List 1=[2,3,4,5,6]
List 2=['Python','is','Awesome']
Here,list 1 has integers while list 2 has strings.Lists can also store mixed data types as shown in lost 3
List 3=[1,'Python',2,'is',3'Awesome']
llosts in data structures and example
Hi,
A list in computer is an ordered data structure with a number of elements that are separated by a comma and are enclosed within square brackets . For example, list1 and list2 below contains a single type of data. Here, list1 has integers while list2 has strings. Lists can also store mixed data types as shown in the list3 here.
List 1- [1,2,3,4,5]
List 2- [ 'Python', 'Java', 'C++']
List 3- [1, 'Python', 2, 'Java', 3]
I hope this helps,
All the best
queus in data structures and example
A Queue is a linear structure which follows a particular order in which the operations are performed. The order is First In First Out (FIFO). An example of a queue is any queue of consumers for a resource where the consumer that came first is served first. The difference between stacks and queues is in removing. In a stack we remove the item the most recently added; in a queue, we remove the item the least recently added.
what are stacks in data structures
Dear,
Understanding of data structures is very important. Stacks, Queues, Linked Lists, Graphs are various Data Structures. Stack is kind of data structure which follows LIFO concept. LIFO basically means Last In First Out which means that the element that is added last into the stack will be popped out first. The elements are added from the beginning and deleted from the same end. A pile of books, a stack of dinner plates, a box of pringles potato chips can all be thought of examples of stacks. The basic operating principle is that last item you put in is first item you can take out. That is, that a stack is a Last In First Out (LIFO) structure.
Hope this helps!
I am doing my graduation with Computer Science (B.Sc). i dont have maths as general program course. But i do have Discrete Structures as a subject with my honours course. Am I eligible for NIMCET?
Hi aspirants
If you have studied maths in your 12th as a complusory subjects, then you are eligible. It doesn't matters whether you studied maths in graduation or not. In 12th you must have studied maths in order to write NIMCET
The basic NIMCET eligibility criteria requires Indian candidates to be graduates in Science/ IT/ CA/ Technology or Engineering, with at least 60% marks or 6.5 CGPA.
For more information click the link
https://it.careers360.com/articles/nimcet-eligibility-criteria
Hope this Helps
Good Luck!
college admission fees course structures details
Hello student i request you to please help me with the college and course you're concerned about so that I can check and provide you the exact information about eligibility requirements, admission fees and other details. As admission fees and course vary from college to college.
You can also Google the college name followed by Careers360 to get details of college with reviews.
Feel free to comment if you've any doubt
Good luck
fees Structures for BBA Logistic and syllabus detail of all the colleges offering this courses in tamilnadu.
Dear leaner,
The average fee cost around 1.80 lakhs ,as per norms each and every college has different fee structure.
Here are some COLLEGES of bba logistics in Tamilnadu.
- Indian institute of logistics- Chennai with fees of 2.98 L
- Coimbatore marine college .
- Indian maritime University- Chennai-3,00,000.fees taken through imucet and with eligibility of 10+2 .
Syllabus includes
- Bussiness organization
- Business economics I
- Bussiness mathematics
- Bussiness accounting
- Bussiness communication
- Bussiness computing
- Organization behaviour
- Human resources management
- Project management.and so on .
All the best.