Lecture 10: Graph
GRAPH is a non linear data structure in which the elements are arranged randomly inside the memory and are interconnected with each other.
A graph G is an ordered pair of sets (V E ) where:
•V is the set of vertices.
•E is the edges which connect the vertices.
Lecture 8: Tree
-A TREE is a dynamic data structure that represents the
hierarchical relationships between individual data items.
-It’s a data structure in which the elements are arranged in the
parent and child relationship manner.
-In a tree, nodes are organized in a hierarchical way in such a
way that:
•Root is the beginning of the tree.
•Branches are Lines that connecting the nodes
•Leaf nodes are nodes that have no children.
الرياضيات المالية
مادة الرياضيات المالية للمرحلة الثانية في قسم العلوم المالية والمصرفية.
Lecture 7: Queue
Queue is a data structure that can be considered as open from both the ends.
-Queue follows the principle of FIFO (First In First Out).
Lecture 6: Stack
STACK
•Stack is a linear data structure.
•Follows the principle of LIFO (Last in First out)
•Any data structure use the LIFO principle, it can
be called as STACK.
مبادئ المحاسبة 1
يمثل الاطار المفاهيمي نظاماً متكاملاً من الاهداف ووالاسس المترابطة التي يمكن ان تؤدي الى معايير محاسبية متسقة، تساعد على وصف طبيعة ووظيفة ومحددات المحاسبة المالية والقوائم المالية، ويكمن التساؤل فيما هي الحاجة لوجود الاطار المفاهيمي، إن وجود الاطار المفاهيمي ضروري للاسباب اآلتية:
1- حتى تكون المعايير المحاسبية مفيدة، يجب ان تستند في وضعها الى إطار محدد من الاهداف والمفاهيم المحاسبية.
2- يساعد هذا الاطار على زيادة فهم المستخدمين للقوائم المالية ويعزز من ثقتهم بها .
3- يُمكن المحاسبين من حل المشاكل المستجدة بصورة اكثر سرعة بمجرد الرجوع الى هذا الاطار .