SlideShare a Scribd company logo
Maximum Edge Coloring
Prachi Goyal, Vikram Kamat and Neeldhara Misra
Department of Computer Science, Indian Institute of Science
Maximum Edge Coloring
GOAL. Color the edges of a graph so that
each vertex โ€œseesโ€ at most two colors.
.
Maximum Edge Coloring
GOAL. Color the edges of a graph so that
each vertex โ€œseesโ€ at most two colors.
...........
Maximum Edge Coloring
GOAL. Color the edges of a graph so that
each vertex โ€œseesโ€ at most two colors.
...........
Maximum Edge Coloring
GOAL. Color the edges of a graph so that
each vertex โ€œseesโ€ at most two colors.
..........
Maximum Edge Coloring
GOAL. Color the edges of a graph so that
each vertex โ€œseesโ€ at most two colors.
..........
Maximum Edge Coloring
GOAL. Color the edges of a graph so that
each vertex โ€œseesโ€ at most two colors.
.........
Maximum Edge Coloring
GOAL. Color the edges of a graph so that
each vertex โ€œseesโ€ at most two colors.
........
Maximum Edge Coloring
GOAL. Color the edges of a graph so that
each vertex โ€œseesโ€ at most two colors.
.......
Maximum Edge Coloring
GOAL. Color the edges of a graph so that
each vertex โ€œseesโ€ at most two colors.
......
Maximum Edge Coloring
GOAL. Color the edges of a graph so that
each vertex โ€œseesโ€ at most two colors.
.....
Maximum Edge Coloring
GOAL. Color the edges of a graph so that
each vertex โ€œseesโ€ at most two colors.
....
Maximum Edge Coloring
GOAL. Color the edges of a graph so that
each vertex โ€œseesโ€ at most two colors.
...
Maximum Edge Coloring
GOAL. Color the edges of a graph so that
each vertex โ€œseesโ€ at most two colors.
..
Maximum Edge Coloring
GOAL. Color the edges of a graph so that
each vertex โ€œseesโ€ at most two colors.
.
Maximum Edge Coloring
GOAL. Color the edges of a graph so that
each vertex โ€œseesโ€ at most two colors.
..
This is not an optimal coloring yet.
Maximum Edge Coloring
GOAL. Color the edges of a graph so that
each vertex โ€œseesโ€ at most two colors.
.
Maximum Edge Coloring
GOAL. Color the edges of a graph so that
each vertex โ€œseesโ€ at most two colors.
.
Motivation
In a network, every system has two interface cards.
Motivation
In a network, every system has two interface cards.
The goal is to assign frequency channels so that:
..1 No system is assigned more than two channels.
..2 The number of channels used overall is maximized.
Motivation
In a graph, every system has two interface cards.
The goal is to assign frequency channels so that:
..1 No system is assigned more than two channels.
..2 The number of channels used overall is maximized.
Motivation
In a graph, every vertex has two interface cards.
The goal is to assign frequency channels so that:
..1 No system is assigned more than two channels.
..2 The number of channels used overall is maximized.
Motivation
In a graph, every vertex has two interface cards.
The goal is to assign frequency channels so that:
..1 No vertex sees more than two colors.
..2 The number of channels used overall is maximized.
Motivation
In a graph, every vertex has two interface cards.
The goal is to assign frequency channels so that:
..1 No vertex sees more than two colors.
..2 The number of colors used overall is maximimized.
Past Work
Max Edge coloring is known to be NP-Complete and also APX-Hard (Adamaszek
and Popa, 2010)
Past Work
Max Edge coloring is known to be NP-Complete and also APX-Hard (Adamaszek
and Popa, 2010)
A 2-approximation algorithm is known on general graphs (Feng, Zhang and Wang,
2009)
Past Work
Max Edge coloring is known to be NP-Complete and also APX-Hard (Adamaszek
and Popa, 2010)
A 2-approximation algorithm is known on general graphs (Feng, Zhang and Wang,
2009)
The problem is shown to have a polynomial time algorithm for complete graphs
and trees (Feng, Zhang and Wang, 2009)
Past Work
Max Edge coloring is known to be NP-Complete and also APX-Hard (Adamaszek
and Popa, 2010)
A 2-approximation algorithm is known on general graphs (Feng, Zhang and Wang,
2009)
The problem is shown to have a polynomial time algorithm for complete graphs
and trees (Feng, Zhang and Wang, 2009)
There exists a 5
3 -approximation algorithm for graphs with perefect matching
(Adamaszek and Popa, 2010)
Maximum Edge Coloring: The Decision Version
Can we color with at least k colors?
Maximum Edge Coloring: The Decision Version
Can we color with at least k colors?
Maximum Edge Coloring: The Decision Version
Can we color with at least k colors?
โ‰ก
Can we color with exactly k colors?
Blue โ†’ Black.
...........
Blue โ†’ Black.
...........
Blue โ†’ Black.
...........
Blue โ†’ Black.
...........
Blue โ†’ Black.
...........
Blue โ†’ Black.
...........
Blue โ†’ Black.
...........
The Maximum Edge Coloring Problem (Parameterized)
Input: A graph G and an integer k.
Question: Can the edges of G be colored with k colors so that no vertex
sees more than two colors?
Parameter: k
The Maximum Edge Coloring Problem (Parameterized)
Input: A graph G and an integer k.
Question: Can the edges of G be colored with k colors so that no vertex
sees more than two colors?
Parameter: k
A parameterized problem is denoted by a pair (Q, k) โŠ† ฮฃโˆ— ร— N.
A parameterized problem is denoted by a pair (Q, k) โŠ† ฮฃโˆ— ร— N.
The ๏ฌrst component Q is a classical language, and the number k is called the
parameter.
A parameterized problem is denoted by a pair (Q, k) โŠ† ฮฃโˆ— ร— N.
The ๏ฌrst component Q is a classical language, and the number k is called the
parameter.
Such a problem is ๏ฌxedโ€“parameter tractable or FPT if there exists an algorithm
that decides it in time O(f(k)nO(1)) on instances of size n.
If there are less than k edges โ‡’ Say NO.
If there are less than k edges โ‡’ Say NO.
A matching of size at least (k โˆ’ 1) โ‡’ Say YES.
If there are less than k edges โ‡’ Say NO.
A matching of size at least (k โˆ’ 1) โ‡’ Say YES.
...........
If there are less than k edges โ‡’ Say NO.
A matching of size at least (k โˆ’ 1) โ‡’ Say YES.
...........
If there are less than k edges โ‡’ Say NO.
A matching of size at least (k โˆ’ 1) โ‡’ Say YES.
...........
If there are less than k edges โ‡’ Say NO.
A matching of size at least (k โˆ’ 1) โ‡’ Say YES.
...........
If there are less than k edges โ‡’ Say NO.
A matching of size at least (k โˆ’ 1) โ‡’ Say YES.
...........
If there are less than k edges โ‡’ Say NO.
A matching of size at least (k โˆ’ 1) โ‡’ Say YES.
...........
...
.....
.......
.........
...........
.............
...............
...............
................
We have a vertex cover
.
of size at most 2k.
..
We have a vertex cover
.
of size at most 2k.
..............
..
ColorPalette
.............
VertexCover
.
IndependentSet
..
ColorPalette
............
VertexCover
.
IndependentSet
..
ColorPalette
...........
VertexCover
.
IndependentSet
..
ColorPalette
..........
VertexCover
.
IndependentSet
..
ColorPalette
.........
VertexCover
.
IndependentSet
..
ColorPalette
........
VertexCover
.
IndependentSet
..
ColorPalette
.......
VertexCover
.
IndependentSet
..
ColorPalette
......
VertexCover
.
IndependentSet
To realize a palette assignment, we must assign colors so that:
To realize a palette assignment, we must assign colors so that:
..1 Every edge respects the palette.
..
VertexCover
.
IndependentSet
To realize a palette assignment, we must assign colors so that:
..1 Every edge respects the palette.
..2 Every palette is satisi๏ฌed.
.......
VertexCover
.
IndependentSet
Sanity Checks
..
ColorPalette
........
VertexCover
.
IndependentSet
..
ColorPalette
.......
VertexCover
.
IndependentSet
..
ColorPalette
......
VertexCover
.
IndependentSet
..
ColorPalette
......
VertexCover
.
IndependentSet
.
Reject this palette assignment...
..
ColorPalette
......
VertexCover
.
IndependentSet
..
ColorPalette
......
VertexCover
.
IndependentSet
.
Every color must be realized in the palettes of the vertex cover vertices.
..
ColorPalette
......
VertexCover
.
IndependentSet
.
Reject this assignment.
.
Guess a split of the Palette
..
ColorPalette
......
Guess X: the set of colors assigned to edges within the vertex cover.
.
VertexCover
.
IndependentSet
..
ColorPalette
......
Guess X: the set of colors assigned to edges within the vertex cover.
.
VertexCover
.
IndependentSet
..
ColorPalette
......
Guess X: the set of colors assigned to edges within the vertex cover.
.
VertexCover
.
IndependentSet
..
ColorPalette
......
Guess X: the set of colors assigned to edges within the vertex cover.
.
VertexCover
.
IndependentSet
..
ColorPalette
......
|X| โฉฝ k.
.
VertexCover
.
IndependentSet
Assign Colors Within the Vertex Cover
..
ColorPaletteWithX Fixed
........
VertexCover
.
IndependentSet
.
Case 1: The palettes intersect at one color.
..
ColorPaletteWithX Fixed
.......
VertexCover
.
IndependentSet
.
Case 1: The palettes intersect at one color.
..
ColorPaletteWithX Fixed
......
VertexCover
.
IndependentSet
.
Case 1: The palettes intersect at one color.
..
ColorPaletteWithX Fixed
......
VertexCover
.
IndependentSet
.
Case 1: The palettes intersect at one color.
.
The edge gets that color.
..
ColorPaletteWithX Fixed
......
VertexCover
.
IndependentSet
.
Case 2: The palettes are the same.
..
ColorPaletteWithX Fixed
......
VertexCover
.
IndependentSet
.
Case 2: The palettes are the same.
.
If only one of the colors is in X, assign that color.
..
ColorPaletteWithX Fixed
......
VertexCover
.
IndependentSet
.
Case 2: The palettes are the same.
.
If both colors are in X, branch.
Whenever a color in X is assigned to an edge, mark it as used.
Whenever a color in X is assigned to an edge, mark it as used.
Branch only over unused colors.
Whenever a color in X is assigned to an edge, mark it as used.
Branch only over unused colors.
Once all colors in X are used, assign colors arbitrarily.
Assign Colors Outside the Vertex Cover
..
ColorPalette
.............
VertexCover
.
IndependentSet
..
ColorPalette
..............
VertexCover
.
IndependentSet
..
ColorPalette
..............
VertexCover
.
IndependentSet
..
ColorPalette
.............
VertexCover
.
IndependentSet
..
ColorPalette
..............
VertexCover
.
IndependentSet
..
ColorPalette
..............
VertexCover
.
IndependentSet
..
ColorPalette
..............
VertexCover
.
IndependentSet
..
ColorPalette
..............
VertexCover
.
IndependentSet
..
ColorPalette
..............
VertexCover
.
IndependentSet
..
ColorPalette
..............
VertexCover
.
IndependentSet
..
ColorPalette
..............
VertexCover
.
IndependentSet
..
ColorPalette
..............
VertexCover
.
IndependentSet
..
ColorPalette
..............
VertexCover
.
IndependentSet
As it turns out, there are only two kinds of lists:
As it turns out, there are only two kinds of lists:
..1 Those with constant size.
..2 Those with a common color.
As it turns out, there are only two kinds of lists:
..1 Those with constant size.
Continue to branch.
..2 Those with a common color.
As it turns out, there are only two kinds of lists:
..1 Those with constant size.
Continue to branch.
..2 Those with a common color.
Reduces to a maximum matching problem.
Running time?
Palette
k2k
Palette ร— Guess X
k2k
ยท 2k
Palette ร— Guess X ร— Branching
k2k
ยท 2k
ยท 10k
Palette ร— Guess X ร— Branching
k2k
ยท 2k
ยท 10k
Overall: Oโˆ—
((20k)k
)
Other Results
Other Results
..1 We show an explicit exponential kernel by the application of some simple
reduction rules.
Other Results
..1 We show an explicit exponential kernel by the application of some simple
reduction rules.
..2 We also show NP-hardness and polynomial kernels for restricted graph
classes (constant maximum degree, and C4-free graphs).
Other Results
..1 We show an explicit exponential kernel by the application of some simple
reduction rules.
..2 We also show NP-hardness and polynomial kernels for restricted graph
classes (constant maximum degree, and C4-free graphs).
..3 We consider the dual parameter 1 and show a polynomial kernel in this
setting.
1
Can we color with at least (n โˆ’ k) colors?
Several Open Problems!
Several Open Problems!
..1 Can the algorithm be improved to a running time of O(ck) for some
constant c?
Several Open Problems!
..1 Can the algorithm be improved to a running time of O(ck) for some
constant c?
..2 Does the problem admit a polynomial kernel?
Several Open Problems!
..1 Can the algorithm be improved to a running time of O(ck) for some
constant c?
..2 Does the problem admit a polynomial kernel?
..3 A natural extension would be the above-guarantee version: can we color
with at least (t + k) colors, where t is the size of a maximum matching?
Several Open Problems!
..1 Can the algorithm be improved to a running time of O(ck) for some
constant c?
..2 Does the problem admit a polynomial kernel?
..3 A natural extension would be the above-guarantee version: can we color
with at least (t + k) colors, where t is the size of a maximum matching?
..4 Is there an explicit FPT algorithm for the dual parameter?
Thank You.

More Related Content

Viewers also liked

November 26 campus notes 11262012
November 26 campus notes 11262012November 26 campus notes 11262012
November 26 campus notes 11262012
Abigail Bacon
ย 
PC Exam 1 study guide
PC Exam 1 study guidePC Exam 1 study guide
PC Exam 1 study guide
vhiggins1
ย 
Spd bday
Spd bdaySpd bday
Spd bday
7techies
ย 
Media Evaluation
Media EvaluationMedia Evaluation
Media Evaluation
Duffers22
ย 
Film posters lesson 2
Film posters lesson 2Film posters lesson 2
Film posters lesson 2
tcasman
ย 
Jim mc elligott_pp_overview.pptx_1
Jim mc elligott_pp_overview.pptx_1Jim mc elligott_pp_overview.pptx_1
Jim mc elligott_pp_overview.pptx_1
jmcelli
ย 

Viewers also liked (6)

November 26 campus notes 11262012
November 26 campus notes 11262012November 26 campus notes 11262012
November 26 campus notes 11262012
ย 
PC Exam 1 study guide
PC Exam 1 study guidePC Exam 1 study guide
PC Exam 1 study guide
ย 
Spd bday
Spd bdaySpd bday
Spd bday
ย 
Media Evaluation
Media EvaluationMedia Evaluation
Media Evaluation
ย 
Film posters lesson 2
Film posters lesson 2Film posters lesson 2
Film posters lesson 2
ย 
Jim mc elligott_pp_overview.pptx_1
Jim mc elligott_pp_overview.pptx_1Jim mc elligott_pp_overview.pptx_1
Jim mc elligott_pp_overview.pptx_1
ย 

Similar to An FPT Algorithm for Maximum Edge Coloring

A Quest for Subexponential Time Parameterized Algorithms for Planar-k-Path: F...
A Quest for Subexponential Time Parameterized Algorithms for Planar-k-Path: F...A Quest for Subexponential Time Parameterized Algorithms for Planar-k-Path: F...
A Quest for Subexponential Time Parameterized Algorithms for Planar-k-Path: F...
cseiitgn
ย 
Extended online graph edge coloring
Extended online graph edge coloringExtended online graph edge coloring
Extended online graph edge coloring
ijcsa
ย 
Hardness of multiple choice problems
Hardness of multiple choice problemsHardness of multiple choice problems
Hardness of multiple choice problems
cseiitgn
ย 
Graph colouring
Graph colouringGraph colouring
Graph colouring
Priyank Jain
ย 
Graph Coloring : Greedy Algorithm & Welsh Powell Algorithm
Graph Coloring : Greedy Algorithm & Welsh Powell AlgorithmGraph Coloring : Greedy Algorithm & Welsh Powell Algorithm
Graph Coloring : Greedy Algorithm & Welsh Powell Algorithm
Priyank Jain
ย 
Cheat Sheets for Hard Problems
Cheat Sheets for Hard ProblemsCheat Sheets for Hard Problems
Cheat Sheets for Hard Problems
Neeldhara Misra
ย 
Graph coloring
Graph coloringGraph coloring
Graph coloring
Rashika Ahuja
ย 
Dmitry Shabanov โ€“ Improved algorithms for colorings of simple hypergraphs and...
Dmitry Shabanov โ€“ Improved algorithms for colorings of simple hypergraphs and...Dmitry Shabanov โ€“ Improved algorithms for colorings of simple hypergraphs and...
Dmitry Shabanov โ€“ Improved algorithms for colorings of simple hypergraphs and...
Yandex
ย 
Juegos minimax AlfaBeta
Juegos minimax AlfaBetaJuegos minimax AlfaBeta
Juegos minimax AlfaBeta
nelsonbc20
ย 
Graph coloring Algorithm
Graph coloring AlgorithmGraph coloring Algorithm
Wg qcolorable
Wg qcolorableWg qcolorable
Wg qcolorable
Neeldhara Misra
ย 
Sparsity Based Super Resolution Using Color Channel Constraints
Sparsity Based Super Resolution Using Color Channel ConstraintsSparsity Based Super Resolution Using Color Channel Constraints
Sparsity Based Super Resolution Using Color Channel Constraints
Hojjat Seyed Mousavi
ย 
6 CSE551 PavelGreedy5_v3 - Tagged.pdf it
6 CSE551 PavelGreedy5_v3 - Tagged.pdf it6 CSE551 PavelGreedy5_v3 - Tagged.pdf it
6 CSE551 PavelGreedy5_v3 - Tagged.pdf it
srinivas281220
ย 
ACM ICPC 2013 NEERC (Northeastern European Regional Contest) Problems Review
ACM ICPC 2013 NEERC (Northeastern European Regional Contest) Problems ReviewACM ICPC 2013 NEERC (Northeastern European Regional Contest) Problems Review
ACM ICPC 2013 NEERC (Northeastern European Regional Contest) Problems Review
Roman Elizarov
ย 
Analysis and design of algorithms part 4
Analysis and design of algorithms part 4Analysis and design of algorithms part 4
Analysis and design of algorithms part 4
Deepak John
ย 
Hidden Markov Model in Natural Language Processing
Hidden Markov Model in Natural Language ProcessingHidden Markov Model in Natural Language Processing
Hidden Markov Model in Natural Language Processing
sachinmaskeen211
ย 
The Max Cut Problem
The Max Cut ProblemThe Max Cut Problem
The Max Cut Problem
dnatapov
ย 
CS 354 Blending, Compositing, Anti-aliasing
CS 354 Blending, Compositing, Anti-aliasingCS 354 Blending, Compositing, Anti-aliasing
CS 354 Blending, Compositing, Anti-aliasing
Mark Kilgard
ย 
Connected Dominating Set and Short Cycles
Connected Dominating Set and Short CyclesConnected Dominating Set and Short Cycles
Connected Dominating Set and Short Cycles
Neeldhara Misra
ย 
Csr2011 june15 09_30_shen
Csr2011 june15 09_30_shenCsr2011 june15 09_30_shen
Csr2011 june15 09_30_shen
CSR2011
ย 

Similar to An FPT Algorithm for Maximum Edge Coloring (20)

A Quest for Subexponential Time Parameterized Algorithms for Planar-k-Path: F...
A Quest for Subexponential Time Parameterized Algorithms for Planar-k-Path: F...A Quest for Subexponential Time Parameterized Algorithms for Planar-k-Path: F...
A Quest for Subexponential Time Parameterized Algorithms for Planar-k-Path: F...
ย 
Extended online graph edge coloring
Extended online graph edge coloringExtended online graph edge coloring
Extended online graph edge coloring
ย 
Hardness of multiple choice problems
Hardness of multiple choice problemsHardness of multiple choice problems
Hardness of multiple choice problems
ย 
Graph colouring
Graph colouringGraph colouring
Graph colouring
ย 
Graph Coloring : Greedy Algorithm & Welsh Powell Algorithm
Graph Coloring : Greedy Algorithm & Welsh Powell AlgorithmGraph Coloring : Greedy Algorithm & Welsh Powell Algorithm
Graph Coloring : Greedy Algorithm & Welsh Powell Algorithm
ย 
Cheat Sheets for Hard Problems
Cheat Sheets for Hard ProblemsCheat Sheets for Hard Problems
Cheat Sheets for Hard Problems
ย 
Graph coloring
Graph coloringGraph coloring
Graph coloring
ย 
Dmitry Shabanov โ€“ Improved algorithms for colorings of simple hypergraphs and...
Dmitry Shabanov โ€“ Improved algorithms for colorings of simple hypergraphs and...Dmitry Shabanov โ€“ Improved algorithms for colorings of simple hypergraphs and...
Dmitry Shabanov โ€“ Improved algorithms for colorings of simple hypergraphs and...
ย 
Juegos minimax AlfaBeta
Juegos minimax AlfaBetaJuegos minimax AlfaBeta
Juegos minimax AlfaBeta
ย 
Graph coloring Algorithm
Graph coloring AlgorithmGraph coloring Algorithm
Graph coloring Algorithm
ย 
Wg qcolorable
Wg qcolorableWg qcolorable
Wg qcolorable
ย 
Sparsity Based Super Resolution Using Color Channel Constraints
Sparsity Based Super Resolution Using Color Channel ConstraintsSparsity Based Super Resolution Using Color Channel Constraints
Sparsity Based Super Resolution Using Color Channel Constraints
ย 
6 CSE551 PavelGreedy5_v3 - Tagged.pdf it
6 CSE551 PavelGreedy5_v3 - Tagged.pdf it6 CSE551 PavelGreedy5_v3 - Tagged.pdf it
6 CSE551 PavelGreedy5_v3 - Tagged.pdf it
ย 
ACM ICPC 2013 NEERC (Northeastern European Regional Contest) Problems Review
ACM ICPC 2013 NEERC (Northeastern European Regional Contest) Problems ReviewACM ICPC 2013 NEERC (Northeastern European Regional Contest) Problems Review
ACM ICPC 2013 NEERC (Northeastern European Regional Contest) Problems Review
ย 
Analysis and design of algorithms part 4
Analysis and design of algorithms part 4Analysis and design of algorithms part 4
Analysis and design of algorithms part 4
ย 
Hidden Markov Model in Natural Language Processing
Hidden Markov Model in Natural Language ProcessingHidden Markov Model in Natural Language Processing
Hidden Markov Model in Natural Language Processing
ย 
The Max Cut Problem
The Max Cut ProblemThe Max Cut Problem
The Max Cut Problem
ย 
CS 354 Blending, Compositing, Anti-aliasing
CS 354 Blending, Compositing, Anti-aliasingCS 354 Blending, Compositing, Anti-aliasing
CS 354 Blending, Compositing, Anti-aliasing
ย 
Connected Dominating Set and Short Cycles
Connected Dominating Set and Short CyclesConnected Dominating Set and Short Cycles
Connected Dominating Set and Short Cycles
ย 
Csr2011 june15 09_30_shen
Csr2011 june15 09_30_shenCsr2011 june15 09_30_shen
Csr2011 june15 09_30_shen
ย 

More from Neeldhara Misra

Efficient algorithms for hard problems on structured electorates
Efficient algorithms for hard problems on structured electoratesEfficient algorithms for hard problems on structured electorates
Efficient algorithms for hard problems on structured electorates
Neeldhara Misra
ย 
On the Parameterized Complexity of Party Nominations
On the Parameterized Complexity of Party NominationsOn the Parameterized Complexity of Party Nominations
On the Parameterized Complexity of Party Nominations
Neeldhara Misra
ย 
Graph Modification Problems: A Modern Perspective
Graph Modification Problems: A Modern PerspectiveGraph Modification Problems: A Modern Perspective
Graph Modification Problems: A Modern Perspective
Neeldhara Misra
ย 
Deleting to Structured Trees
Deleting to Structured TreesDeleting to Structured Trees
Deleting to Structured Trees
Neeldhara Misra
ย 
Elicitation for Preferences Single Peaked on Trees
Elicitation for Preferences Single Peaked on Trees Elicitation for Preferences Single Peaked on Trees
Elicitation for Preferences Single Peaked on Trees
Neeldhara Misra
ย 
Graph Modification Algorithms
Graph Modification AlgorithmsGraph Modification Algorithms
Graph Modification Algorithms
Neeldhara Misra
ย 
Research in CS
Research in CSResearch in CS
Research in CS
Neeldhara Misra
ย 
EKR for Matchings
EKR for MatchingsEKR for Matchings
EKR for Matchings
Neeldhara Misra
ย 
Separators with Non-Hereditary Properties
Separators with Non-Hereditary PropertiesSeparators with Non-Hereditary Properties
Separators with Non-Hereditary Properties
Neeldhara Misra
ย 
From FVS to F-Deletion
From FVS to F-DeletionFrom FVS to F-Deletion
From FVS to F-Deletion
Neeldhara Misra
ย 
A Kernel for Planar F-deletion: The Connected Case
A Kernel for Planar F-deletion: The Connected CaseA Kernel for Planar F-deletion: The Connected Case
A Kernel for Planar F-deletion: The Connected Case
Neeldhara Misra
ย 
Kernels for Planar F-Deletion (Restricted Variants)
Kernels for Planar F-Deletion (Restricted Variants)Kernels for Planar F-Deletion (Restricted Variants)
Kernels for Planar F-Deletion (Restricted Variants)
Neeldhara Misra
ย 
Efficient Simplification: The (im)possibilities
Efficient Simplification: The (im)possibilitiesEfficient Simplification: The (im)possibilities
Efficient Simplification: The (im)possibilities
Neeldhara Misra
ย 
Kernelization Complexity of Colorful Motifs
Kernelization Complexity of Colorful MotifsKernelization Complexity of Colorful Motifs
Kernelization Complexity of Colorful Motifs
Neeldhara Misra
ย 
Expansions for Reductions
Expansions for ReductionsExpansions for Reductions
Expansions for Reductions
Neeldhara Misra
ย 
Lower Bounds In Kernelization
Lower Bounds In KernelizationLower Bounds In Kernelization
Lower Bounds In Kernelization
Neeldhara Misra
ย 

More from Neeldhara Misra (16)

Efficient algorithms for hard problems on structured electorates
Efficient algorithms for hard problems on structured electoratesEfficient algorithms for hard problems on structured electorates
Efficient algorithms for hard problems on structured electorates
ย 
On the Parameterized Complexity of Party Nominations
On the Parameterized Complexity of Party NominationsOn the Parameterized Complexity of Party Nominations
On the Parameterized Complexity of Party Nominations
ย 
Graph Modification Problems: A Modern Perspective
Graph Modification Problems: A Modern PerspectiveGraph Modification Problems: A Modern Perspective
Graph Modification Problems: A Modern Perspective
ย 
Deleting to Structured Trees
Deleting to Structured TreesDeleting to Structured Trees
Deleting to Structured Trees
ย 
Elicitation for Preferences Single Peaked on Trees
Elicitation for Preferences Single Peaked on Trees Elicitation for Preferences Single Peaked on Trees
Elicitation for Preferences Single Peaked on Trees
ย 
Graph Modification Algorithms
Graph Modification AlgorithmsGraph Modification Algorithms
Graph Modification Algorithms
ย 
Research in CS
Research in CSResearch in CS
Research in CS
ย 
EKR for Matchings
EKR for MatchingsEKR for Matchings
EKR for Matchings
ย 
Separators with Non-Hereditary Properties
Separators with Non-Hereditary PropertiesSeparators with Non-Hereditary Properties
Separators with Non-Hereditary Properties
ย 
From FVS to F-Deletion
From FVS to F-DeletionFrom FVS to F-Deletion
From FVS to F-Deletion
ย 
A Kernel for Planar F-deletion: The Connected Case
A Kernel for Planar F-deletion: The Connected CaseA Kernel for Planar F-deletion: The Connected Case
A Kernel for Planar F-deletion: The Connected Case
ย 
Kernels for Planar F-Deletion (Restricted Variants)
Kernels for Planar F-Deletion (Restricted Variants)Kernels for Planar F-Deletion (Restricted Variants)
Kernels for Planar F-Deletion (Restricted Variants)
ย 
Efficient Simplification: The (im)possibilities
Efficient Simplification: The (im)possibilitiesEfficient Simplification: The (im)possibilities
Efficient Simplification: The (im)possibilities
ย 
Kernelization Complexity of Colorful Motifs
Kernelization Complexity of Colorful MotifsKernelization Complexity of Colorful Motifs
Kernelization Complexity of Colorful Motifs
ย 
Expansions for Reductions
Expansions for ReductionsExpansions for Reductions
Expansions for Reductions
ย 
Lower Bounds In Kernelization
Lower Bounds In KernelizationLower Bounds In Kernelization
Lower Bounds In Kernelization
ย 

Recently uploaded

skeleton System.pdf (skeleton system wow)
skeleton System.pdf (skeleton system wow)skeleton System.pdf (skeleton system wow)
skeleton System.pdf (skeleton system wow)
Mohammad Al-Dhahabi
ย 
How Barcodes Can Be Leveraged Within Odoo 17
How Barcodes Can Be Leveraged Within Odoo 17How Barcodes Can Be Leveraged Within Odoo 17
How Barcodes Can Be Leveraged Within Odoo 17
Celine George
ย 
Bร€I TแบฌP Bแป” TRแปข TIแบพNG ANH LแปšP 9 Cแบข Nฤ‚M - GLOBAL SUCCESS - Nฤ‚M HแปŒC 2024-2025 - ...
Bร€I TแบฌP Bแป” TRแปข TIแบพNG ANH LแปšP 9 Cแบข Nฤ‚M - GLOBAL SUCCESS - Nฤ‚M HแปŒC 2024-2025 - ...Bร€I TแบฌP Bแป” TRแปข TIแบพNG ANH LแปšP 9 Cแบข Nฤ‚M - GLOBAL SUCCESS - Nฤ‚M HแปŒC 2024-2025 - ...
Bร€I TแบฌP Bแป” TRแปข TIแบพNG ANH LแปšP 9 Cแบข Nฤ‚M - GLOBAL SUCCESS - Nฤ‚M HแปŒC 2024-2025 - ...
Nguyen Thanh Tu Collection
ย 
The basics of sentences session 7pptx.pptx
The basics of sentences session 7pptx.pptxThe basics of sentences session 7pptx.pptx
The basics of sentences session 7pptx.pptx
heathfieldcps1
ย 
Pharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brubPharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brub
danielkiash986
ย 
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptxBeyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
EduSkills OECD
ย 
Oliver Asks for More by Charles Dickens (9)
Oliver Asks for More by Charles Dickens (9)Oliver Asks for More by Charles Dickens (9)
Oliver Asks for More by Charles Dickens (9)
nitinpv4ai
ย 
SWOT analysis in the project Keeping the Memory @live.pptx
SWOT analysis in the project Keeping the Memory @live.pptxSWOT analysis in the project Keeping the Memory @live.pptx
SWOT analysis in the project Keeping the Memory @live.pptx
zuzanka
ย 
Bonku-Babus-Friend by Sathyajith Ray (9)
Bonku-Babus-Friend by Sathyajith Ray  (9)Bonku-Babus-Friend by Sathyajith Ray  (9)
Bonku-Babus-Friend by Sathyajith Ray (9)
nitinpv4ai
ย 
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
imrankhan141184
ย 
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
National Information Standards Organization (NISO)
ย 
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
TechSoup
ย 
How to deliver Powerpoint Presentations.pptx
How to deliver Powerpoint  Presentations.pptxHow to deliver Powerpoint  Presentations.pptx
How to deliver Powerpoint Presentations.pptx
HajraNaeem15
ย 
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skillsspot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
haiqairshad
ย 
Stack Memory Organization of 8086 Microprocessor
Stack Memory Organization of 8086 MicroprocessorStack Memory Organization of 8086 Microprocessor
Stack Memory Organization of 8086 Microprocessor
JomonJoseph58
ย 
HYPERTENSION - SLIDE SHARE PRESENTATION.
HYPERTENSION - SLIDE SHARE PRESENTATION.HYPERTENSION - SLIDE SHARE PRESENTATION.
HYPERTENSION - SLIDE SHARE PRESENTATION.
deepaannamalai16
ย 
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptxNEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
iammrhaywood
ย 
BIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptx
BIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptxBIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptx
BIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptx
RidwanHassanYusuf
ย 
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) CurriculumPhilippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
MJDuyan
ย 
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
GeorgeMilliken2
ย 

Recently uploaded (20)

skeleton System.pdf (skeleton system wow)
skeleton System.pdf (skeleton system wow)skeleton System.pdf (skeleton system wow)
skeleton System.pdf (skeleton system wow)
ย 
How Barcodes Can Be Leveraged Within Odoo 17
How Barcodes Can Be Leveraged Within Odoo 17How Barcodes Can Be Leveraged Within Odoo 17
How Barcodes Can Be Leveraged Within Odoo 17
ย 
Bร€I TแบฌP Bแป” TRแปข TIแบพNG ANH LแปšP 9 Cแบข Nฤ‚M - GLOBAL SUCCESS - Nฤ‚M HแปŒC 2024-2025 - ...
Bร€I TแบฌP Bแป” TRแปข TIแบพNG ANH LแปšP 9 Cแบข Nฤ‚M - GLOBAL SUCCESS - Nฤ‚M HแปŒC 2024-2025 - ...Bร€I TแบฌP Bแป” TRแปข TIแบพNG ANH LแปšP 9 Cแบข Nฤ‚M - GLOBAL SUCCESS - Nฤ‚M HแปŒC 2024-2025 - ...
Bร€I TแบฌP Bแป” TRแปข TIแบพNG ANH LแปšP 9 Cแบข Nฤ‚M - GLOBAL SUCCESS - Nฤ‚M HแปŒC 2024-2025 - ...
ย 
The basics of sentences session 7pptx.pptx
The basics of sentences session 7pptx.pptxThe basics of sentences session 7pptx.pptx
The basics of sentences session 7pptx.pptx
ย 
Pharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brubPharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brub
ย 
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptxBeyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
ย 
Oliver Asks for More by Charles Dickens (9)
Oliver Asks for More by Charles Dickens (9)Oliver Asks for More by Charles Dickens (9)
Oliver Asks for More by Charles Dickens (9)
ย 
SWOT analysis in the project Keeping the Memory @live.pptx
SWOT analysis in the project Keeping the Memory @live.pptxSWOT analysis in the project Keeping the Memory @live.pptx
SWOT analysis in the project Keeping the Memory @live.pptx
ย 
Bonku-Babus-Friend by Sathyajith Ray (9)
Bonku-Babus-Friend by Sathyajith Ray  (9)Bonku-Babus-Friend by Sathyajith Ray  (9)
Bonku-Babus-Friend by Sathyajith Ray (9)
ย 
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
ย 
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
ย 
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
Elevate Your Nonprofit's Online Presence_ A Guide to Effective SEO Strategies...
ย 
How to deliver Powerpoint Presentations.pptx
How to deliver Powerpoint  Presentations.pptxHow to deliver Powerpoint  Presentations.pptx
How to deliver Powerpoint Presentations.pptx
ย 
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skillsspot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
ย 
Stack Memory Organization of 8086 Microprocessor
Stack Memory Organization of 8086 MicroprocessorStack Memory Organization of 8086 Microprocessor
Stack Memory Organization of 8086 Microprocessor
ย 
HYPERTENSION - SLIDE SHARE PRESENTATION.
HYPERTENSION - SLIDE SHARE PRESENTATION.HYPERTENSION - SLIDE SHARE PRESENTATION.
HYPERTENSION - SLIDE SHARE PRESENTATION.
ย 
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptxNEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
ย 
BIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptx
BIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptxBIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptx
BIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptx
ย 
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) CurriculumPhilippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
ย 
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
ย 

An FPT Algorithm for Maximum Edge Coloring