ADT insert Graph

Quiz
•
Computers
•
1st Grade
•
Hard
noi pc
Used 2+ times
FREE Resource
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
ในเรื่องกราฟ ข้อใดกล่าว**ผิด***
undigraph ไม่มี selfloop
digraph คือกราฟที่มีทิศทาง
undigraph จะไม่มี incident on และ incident to
จำนวน degree ของ digraph และ undigraph จะเท่ากันเสมอ
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
จากกราฟดังภาพ ข้อใดไม่ถูกต้อง
โหนด 1 มี จำนวน incident on เท่ากับ 2
จำนวน edge ของกราฟคือ 4
จำนวน vertex เท่ากับ 4
เป็น undigraph
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
กำหนด structure ของ linked list ดังนี้
struct record
{ int value;
struct record *next;
} ;
การประการตัวแปรเพื่อเก็บ adjacency list ข้อใดถูก
struct record adj[8];
int adj[8];
struct record *adj[8];
int *adj[8];
4.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
นิสิตได้กลับไปทบทวนอย่างต่ำ 5 นาทีหรือไม่
ทบทวน
เปล่า
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
จาก code ที่สอนให้นิสิตทำการ insert ข้อมูลลงใน adjacency list โดยที่สอนได้แสดงวิธีการ insert ข้อมูลเพียง list เดียว เวลาทำการบ้าน นิสิตได้แก้ไขโดยใช้ loop ทำอย่างไร เพื่อ insert ข้อมูลให้ครบทุก list
for(int i=0;i<8;i++)
adj[i]=NULL;
for(i=0;i<8;i++)
{ adj[i]=insert();
}
for(i=0;i<8;i++)
{ insert();
}
insert(adj[]);
Similar Resources on Wayground
10 questions
แบบทดสอบเรื่องวัสดุและเครื่องมือช่างพื้นฐาน

Quiz
•
1st Grade
10 questions
PowerPoint Tables

Quiz
•
1st - 3rd Grade
6 questions
tin hoc 4 cuoi ki 2

Quiz
•
1st - 12th Grade
10 questions
TIN HỌC 9: PHẦN MỀM TRÌNH CHIẾU

Quiz
•
1st - 7th Grade
10 questions
Bài trình chiếu

Quiz
•
1st Grade
10 questions
Jr 1 - Unit 3 : Working with Text

Quiz
•
1st Grade
10 questions
Microsoft Powerpoint

Quiz
•
1st Grade
10 questions
ข้อมูลและสารสนเทศ ม.1

Quiz
•
1st Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
18 questions
D189 1st Grade OG 1c Concept 37-38

Quiz
•
1st Grade
20 questions
addition

Quiz
•
1st - 3rd Grade
20 questions
Subject and predicate in sentences

Quiz
•
1st - 3rd Grade
20 questions
Addition and Subtraction facts

Quiz
•
1st - 3rd Grade
20 questions
Place Value

Quiz
•
KG - 3rd Grade
10 questions
Exploring Properties of Matter

Interactive video
•
1st - 5th Grade
5 questions
Life at a pond

Quiz
•
1st Grade
14 questions
Plural Nouns Adding s and es

Quiz
•
1st - 2nd Grade