問題一覧
1
Tree
2
Node
3
leaf nodes or external nodes
4
internal node
5
Edge
6
Root
7
Height of a Node
8
Depth of a Node
9
Height of a Tree
10
Degree of a Node
11
True
12
Binary Tree
13
True
14
Full binary tree
15
Perfect binary tree
16
Complete binary tree
17
Degenerate or Pathological Tree
18
Skewed Binary Tree
19
True
20
Balanced Binary Tree
21
Binary search tree
22
AVL tree
23
True
24
B-Tree
25
tree Traversals
26
Depth First Search DFS
27
Breadth First or Level Order Traversal (BFS)
28
Graph
29
Graph
30
True
31
edges
32
Adjecency
33
Path
34
Adjacency matrix
35
Incidence Matrix
36
Infinite graph
37
Trivial Graph
38
Simple graph
39
multi graph
40
Null graph
41
Complete graph
42
Pseudo Graph
43
Vertex
44
edge
45
Undirected Edge
46
Directed Edge
47
Weighted Edge
48
Step 1 − Recursively traverse left subtree. Step 2 − Visit root node. Step 3 − Recursively traverse right subtree.
49
Step 1 − Visit root node. Step 2 − Recursively traverse left subtree. Step 3 − Recursively traverse right subtree.
50
Step 1 − Recursively traverse left subtree. Step 2 − Recursively traverse right subtree. Step 3 − Visit root node.
51
true
Data Structure (history)
Data Structure (history)
iam noone · 64問 · 1年前Data Structure (history)
Data Structure (history)
64問 • 1年前Linear Data Structure
Linear Data Structure
iam noone · 43問 · 1年前Linear Data Structure
Linear Data Structure
43問 • 1年前Searching for Algorithms
Searching for Algorithms
iam noone · 22問 · 1年前Searching for Algorithms
Searching for Algorithms
22問 • 1年前Sorting algorithms
Sorting algorithms
iam noone · 41問 · 1年前Sorting algorithms
Sorting algorithms
41問 • 1年前INTRO TO MS ACCESS(database)
INTRO TO MS ACCESS(database)
iam noone · 19問 · 1年前INTRO TO MS ACCESS(database)
INTRO TO MS ACCESS(database)
19問 • 1年前Introduction To Java Programming Language
Introduction To Java Programming Language
iam noone · 80問 · 1年前Introduction To Java Programming Language
Introduction To Java Programming Language
80問 • 1年前Mod 2: Comp Prog
Mod 2: Comp Prog
iam noone · 55問 · 1年前Mod 2: Comp Prog
Mod 2: Comp Prog
55問 • 1年前COMP PROG MIDTERM
COMP PROG MIDTERM
iam noone · 42問 · 1年前COMP PROG MIDTERM
COMP PROG MIDTERM
42問 • 1年前FUNDAMENTALS OF DATABASE (Lesson 1)
FUNDAMENTALS OF DATABASE (Lesson 1)
iam noone · 31問 · 1年前FUNDAMENTALS OF DATABASE (Lesson 1)
FUNDAMENTALS OF DATABASE (Lesson 1)
31問 • 1年前FUNDAMENTALS OF DATABASE (part2)
FUNDAMENTALS OF DATABASE (part2)
iam noone · 33問 · 1年前FUNDAMENTALS OF DATABASE (part2)
FUNDAMENTALS OF DATABASE (part2)
33問 • 1年前DATABASE 2-5 MOD
DATABASE 2-5 MOD
iam noone · 25問 · 1年前DATABASE 2-5 MOD
DATABASE 2-5 MOD
25問 • 1年前DEPTALS (COMP PROG)
DEPTALS (COMP PROG)
iam noone · 49問 · 1年前DEPTALS (COMP PROG)
DEPTALS (COMP PROG)
49問 • 1年前HCI HISTORY
HCI HISTORY
iam noone · 18問 · 11ヶ月前HCI HISTORY
HCI HISTORY
18問 • 11ヶ月前Module 1 (System Analysis)
Module 1 (System Analysis)
iam noone · 18問 · 12ヶ月前Module 1 (System Analysis)
Module 1 (System Analysis)
18問 • 12ヶ月前Module 1 (Data Analytics)
Module 1 (Data Analytics)
iam noone · 35問 · 12ヶ月前Module 1 (Data Analytics)
Module 1 (Data Analytics)
35問 • 12ヶ月前Module 2(Data Analytics)
Module 2(Data Analytics)
iam noone · 35問 · 11ヶ月前Module 2(Data Analytics)
Module 2(Data Analytics)
35問 • 11ヶ月前Module 1 (Networking)
Module 1 (Networking)
iam noone · 25問 · 12ヶ月前Module 1 (Networking)
Module 1 (Networking)
25問 • 12ヶ月前Module 1 (Info Assurance)
Module 1 (Info Assurance)
iam noone · 22問 · 12ヶ月前Module 1 (Info Assurance)
Module 1 (Info Assurance)
22問 • 12ヶ月前mod 1 IT LIVING
mod 1 IT LIVING
iam noone · 61問 · 11ヶ月前mod 1 IT LIVING
mod 1 IT LIVING
61問 • 11ヶ月前問題一覧
1
Tree
2
Node
3
leaf nodes or external nodes
4
internal node
5
Edge
6
Root
7
Height of a Node
8
Depth of a Node
9
Height of a Tree
10
Degree of a Node
11
True
12
Binary Tree
13
True
14
Full binary tree
15
Perfect binary tree
16
Complete binary tree
17
Degenerate or Pathological Tree
18
Skewed Binary Tree
19
True
20
Balanced Binary Tree
21
Binary search tree
22
AVL tree
23
True
24
B-Tree
25
tree Traversals
26
Depth First Search DFS
27
Breadth First or Level Order Traversal (BFS)
28
Graph
29
Graph
30
True
31
edges
32
Adjecency
33
Path
34
Adjacency matrix
35
Incidence Matrix
36
Infinite graph
37
Trivial Graph
38
Simple graph
39
multi graph
40
Null graph
41
Complete graph
42
Pseudo Graph
43
Vertex
44
edge
45
Undirected Edge
46
Directed Edge
47
Weighted Edge
48
Step 1 − Recursively traverse left subtree. Step 2 − Visit root node. Step 3 − Recursively traverse right subtree.
49
Step 1 − Visit root node. Step 2 − Recursively traverse left subtree. Step 3 − Recursively traverse right subtree.
50
Step 1 − Recursively traverse left subtree. Step 2 − Recursively traverse right subtree. Step 3 − Visit root node.
51
true