Remember
Register
Algorithms Q&A
Nobel Prize in Economics
Algorithms Textbook
Q&A
Questions
Unanswered
Ask a Question
AI Teams
Lecture Notes
Categories
All categories
Math Basics
(5)
Asymptotic Analysis
(37)
Divide & Conquer
(18)
Greedy Algorithms
(10)
Dynamic Programming
(19)
Backtracking/DFS/BFS
(2)
Branch & Bound
(6)
Graph Theory
(11)
NP-Completeness
(8)
Artificial Intelligence
(28)
Randomized Algorithms
(1)
Most popular tags
recurrence-relations
time-complexity
asymptotic-analysis
loops
graph
asymptotic-notation
dynamic-programming
greedy
substitution-method
a-star
np-completeness
nested-loops
vertex-coloring
analysis
mdp
log
probability
stochastic
heuristic
master-theorem
markov-model
n-puzzle
csp
graph-coloring
exam
mvcs
small-oh
exponent
proof
viterbi
bayes-rule
hmm
tree-search
grid-world
admissible
n-queens
conflict
ai
clique
coins
reduction
dfs
prime-numbers
sqrt
count
easy
sorted-lists
logn
example
recursive
gcd
independent-set
unsolvable
pcp
counter-example
not-master-theorem
modulus
algebra
most-likely-estimate
reinforcement-learning
direct-evaluation
meu
articulation-point
hotel-room
small-omega
limit-method
mle
graph-search
while-loop
greedy-suboptimal
job-assignment
maximize-value
gold
constraint-satisfaction-problem
8-puzzle
task-environments
min-max
peak
randomized
satisfiability
random-graph-generation
proxy
network
sudoku
branchandbound
d&c
degree-constrained
spanning-tree
vertex-cover
branch
subtree
series
pmi
bound
contradiction
math
backtracking
tree
minimize
floors
Give an example of a graph that has 6 vertices, 9 edges, but does not have a clique on 3 vertices
0
votes
Give an example of a graph that has 6 vertices, 9 edges, but does not have a clique on 3 vertices
graph
clique
asked
Dec 11, 2023
in
Graph Theory
by
Amrinder Arora
AlgoMeister
(
1.6k
points)
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
3
Answers
+2
votes
Best answer
No any triangle.
answered
Dec 11, 2023
by
Yiming
Active
(
292
points)
selected
Dec 12, 2023
by
Amrinder Arora
Please
log in
or
register
to add a comment.
+1
vote
The graph has 6 vertices, 9 edges and max clique of 2 vertices.
answered
Dec 11, 2023
by
harish05
AlgoStar
(
404
points)
Please
log in
or
register
to add a comment.
0
votes
/Users/yingliu/Downloads/IMG_61E92A670424-1.jpeg
Here is my answer.
answered
Dec 12, 2023
by
yliu58
(
212
points)
reshown
Dec 13, 2023
by
yliu58
Please
log in
or
register
to add a comment.
Related questions
0
votes
4
answers
True or False: Every graph of 6 vertices must have either an Independent Set of size >= 3 or a clique of size >= 3.
asked
Dec 10, 2023
by
Amrinder Arora
AlgoMeister
(
1.6k
points)
graph
clique
independent-set
0
votes
1
answer
Example of a graph that is connected, has articulation point, needs 4 colors, and does not have a 4-clique
asked
Dec 10, 2022
in
Graph Theory
by
Amrinder Arora
AlgoMeister
(
1.6k
points)
graph-coloring
graph
articulation-point
exam
0
votes
2
answers
Graph that has 10 vertices, is 3-colorable and number of edges is maximized
asked
Aug 23, 2016
in
Graph Theory
by
Amrinder Arora
AlgoMeister
(
1.6k
points)
graph
vertex-coloring
example
+1
vote
2
answers
Give an example of a graph without an articulation point, a Hamiltonian cycle, or a 2-coloring
asked
Jul 8, 2018
in
Graph Theory
by
basil
Active
(
340
points)
graph
vertex-coloring
graph-coloring
+1
vote
5
answers
Graph with no 3-clique that needs at least 4 colors
asked
Jul 24, 2017
in
Graph Theory
by
Amrinder Arora
AlgoMeister
(
1.6k
points)
graph
vertex-coloring
The Book: Analysis and Design of Algorithms
|
Presentations on Slideshare
|
Lecture Notes, etc
...