際際滷

際際滷Share a Scribd company logo
.....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
.....
.
....
.
....
.
.
......
On the Parallel Complexity of Minimum Sum
of Diameters Clustering
Nopadon Juneam 1,2 and Sanpawat Kantabutra 2
1Department of Computer Science, Chiang Mai University, Chiang Mai, Thailand
2The Theory of Computation Group, Department of Computer Engineering
Chiang Mai University, Chiang Mai, Thailand
Nopadon Juneam (Chiang Mai University) 114th RGJ Seminar Series April 29, 2016 1 / 19
.....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
.....
.
....
.
....
.
Outline
1 Introduction
Minimum Sum of Diameters Clustering Problem
(MSDCP)
2 Basic Parallel Complexity Theory
Basic Concepts
3 Our Contributions
Parallel Complexity
More Practical Parallel Algorithm
Nopadon Juneam (Chiang Mai University) 114th RGJ Seminar Series April 29, 2016 2 / 19
.....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
.....
.
....
.
....
.
Outline
1 Introduction
Minimum Sum of Diameters Clustering Problem
(MSDCP)
2 Basic Parallel Complexity Theory
Basic Concepts
3 Our Contributions
Parallel Complexity
More Practical Parallel Algorithm
Nopadon Juneam (Chiang Mai University) 114th RGJ Seminar Series April 29, 2016 3 / 19
.....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
.....
.
....
.
....
.
Background
Conceptually, a cluster is a collection of similar entities, where
entities within the same cluster are more similar to each other than
to those in di鍖erent clusters.
A basic problem of clustering is to partition a given 鍖nite set of
entities into clusters.
Applications of clustering are known in a variety of areas such as
data mining, machine learning, pattern recognition, bioinformatics
and social networking.
Nopadon Juneam (Chiang Mai University) 114th RGJ Seminar Series April 29, 2016 4 / 19
.....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
.....
.
....
.
....
.
Basic Problem of Clustering
Given a set of points on the plane.
(e.g. climate data such as GPS locations)
Nopadon Juneam (Chiang Mai University) 114th RGJ Seminar Series April 29, 2016 5 / 19
.....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
.....
.
....
.
....
.
Basic Problem of Clustering (cont.)
The set of points partitioned into three clusters.
Nopadon Juneam (Chiang Mai University) 114th RGJ Seminar Series April 29, 2016 6 / 19
.....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
.....
.
....
.
....
.
Minimum Sum of Diameters Clustering
Problem (MSDCP)
Objective: Partition a given set of entities into clusters such that the sum
of clusters diameters is minimized.
Nopadon Juneam (Chiang Mai University) 114th RGJ Seminar Series April 29, 2016 7 / 19
.....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
.....
.
....
.
....
.
Minimum Sum of Diameters Clustering
Problem (MSDCP) (cont.)
In this work, we studied the complexity of the MSDCP
on a parallel computer.
Nopadon Juneam (Chiang Mai University) 114th RGJ Seminar Series April 29, 2016 8 / 19
.....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
.....
.
....
.
....
.
Outline
1 Introduction
Minimum Sum of Diameters Clustering Problem
(MSDCP)
2 Basic Parallel Complexity Theory
Basic Concepts
3 Our Contributions
Parallel Complexity
More Practical Parallel Algorithm
Nopadon Juneam (Chiang Mai University) 114th RGJ Seminar Series April 29, 2016 9 / 19
.....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
.....
.
....
.
....
.
Key Concepts
Researches in computational complexity theory are centered on the
question how di鍖cult it is to solve a computational problem in the
term of some computational resources.
On a parallel computer, important computational resources are the
computational time and the number of processors.
Problems can obtain some speed improvement while being solved
on a parallel computer. However, a signi鍖cant speed up may not
possible for every problem.
Nopadon Juneam (Chiang Mai University) 114th RGJ Seminar Series April 29, 2016 10 / 19
.....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
.....
.
....
.
....
.
Time Order
source: https://apelbaum.wordpress.com/2011/05/05/big-o/
Nopadon Juneam (Chiang Mai University) 114th RGJ Seminar Series April 29, 2016 11 / 19
.....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
.....
.
....
.
....
.
Theory of P-Completeness [2]
The parallel complexity class NC contains all the problems that
have a polylogarithmic-time parallel algorithm using a polynomial
number of processors.
Such a parallel algorithm is considered as a highly parallel solution,
or e鍖cient parallel algorithm for the problem.
In contrast, the parallel complexity class P-complete contains all
the problems for which no highly parallel solution is known; up to
some technicality.
Nopadon Juneam (Chiang Mai University) 114th RGJ Seminar Series April 29, 2016 12 / 19
.....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
.....
.
....
.
....
.
Research Question
Whether the MSDCP is in NC or P-complete? If it is in NC,
then how good its highly parallel solution can be?
in the use of parallel algorithms in practice.
Nopadon Juneam (Chiang Mai University) 114th RGJ Seminar Series April 29, 2016 13 / 19
.....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
.....
.
....
.
....
.
Outline
1 Introduction
Minimum Sum of Diameters Clustering Problem
(MSDCP)
2 Basic Parallel Complexity Theory
Basic Concepts
3 Our Contributions
Parallel Complexity
More Practical Parallel Algorithm
Nopadon Juneam (Chiang Mai University) 114th RGJ Seminar Series April 29, 2016 14 / 19
.....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
.....
.
....
.
....
.
Previous Studies
For the case of a partition into three or more clusters
In 1978, Brucker showed that the MSDCP is NP-hard [1]
The problem is extremely di鍖cult.
An exact solution to the problem requires at least exponential time.
For the case of a partition into two clusters
In 1987, Hansen and Jaumard gave an algorithm in O(n3
log n)
time [3].
The problem becomes easy.
Nopadon Juneam (Chiang Mai University) 114th RGJ Seminar Series April 29, 2016 15 / 19
.....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
.....
.
....
.
....
.
Our Contributions
For the case of a partition into two clusters, we show that the
MSDCP is in class NC. That is, the problem has highly parallel
solutions.
1 The problem can be fasteastly solved in O(log n) parallel time
and n6
processors on the Common CRCW PRAM model
of parallel computer.
2 A more practical NC algorithm can be implemented in
O(log3
n) parallel time using n3.376
processors on the EREW
PRAM model of parallel computer.
In addition, these results will be published in [4].
Nopadon Juneam (Chiang Mai University) 114th RGJ Seminar Series April 29, 2016 16 / 19
.....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
.....
.
....
.
....
.
References
P. Brucker.
On the complexity of clustering problems.
In R. Henn, B. Korte, and W. Oettli, editors, Optimization and
Operations Research, volume 157 of Lecture Notes in Economics and
Mathematical Systems, pages 4554. Springer Berlin Heidelberg, 1978.
R. Greenlaw, H. J. Hoover, and W. L. Ruzzo.
Limits to Parallel Computation: P-completeness Theory.
Oxford University Press, Inc., New York, NY, USA, 1995.
P. Hansen and B. Jaumard.
Minimum sum of diameters clustering.
Journal of Classi鍖cation, 4(2):215226, 1987.
N. Juneam and S. Kantabutra.
On the parallel complexity of minimum sum of diameters clustering.
Journal of Internet Technology, 2017 (in press).
Nopadon Juneam (Chiang Mai University) 114th RGJ Seminar Series April 29, 2016 17 / 19
.....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
.....
.
....
.
....
.
Acknowledgment
Financial support from the Thailand Research Fund through
the Royal Golden Jubilee Ph.D. Program
(Grant No. PHD/0267/2552) is acknowledged.
Nopadon Juneam (Chiang Mai University) 114th RGJ Seminar Series April 29, 2016 18 / 19
.....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
....
.
....
.
.....
.
....
.
.....
.
....
.
....
.
Thanks You
juneam.n@gmail.com
Nopadon Juneam (Chiang Mai University) 114th RGJ Seminar Series April 29, 2016 19 / 19

More Related Content

Similar to On the Parallel Complexity of Minimum Sum of Diameters clustering (20)

Classification System for Impedance Spectra
Classification System for Impedance SpectraClassification System for Impedance Spectra
Classification System for Impedance Spectra
Carl Sapp
Wellness present-ecti-con-2014-v3
Wellness present-ecti-con-2014-v3Wellness present-ecti-con-2014-v3
Wellness present-ecti-con-2014-v3
Nopadon Juneam
Algorithms andcomplexity
Algorithms andcomplexityAlgorithms andcomplexity
Algorithms andcomplexity
Hieu Pham
ilp
ilpilp
ilp
Yu (Ricky) Wang
Nguy畛n Nho V挑nh
Nguy畛n Nho V挑nhNguy畛n Nho V挑nh
Nguy畛n Nho V挑nh
Nguy畛n Nho V挑nh
Parallel evolutionary approach report
Parallel evolutionary approach reportParallel evolutionary approach report
Parallel evolutionary approach report
Priti Punia
Thesis. A comparison between some generative and discriminative classifiers.
Thesis. A comparison between some generative and discriminative classifiers.Thesis. A comparison between some generative and discriminative classifiers.
Thesis. A comparison between some generative and discriminative classifiers.
Pedro Ernesto Alonso
Quantum Variables in Finance and Neuroscience Lecture 際際滷s
Quantum Variables in Finance and Neuroscience Lecture 際際滷sQuantum Variables in Finance and Neuroscience Lecture 際際滷s
Quantum Variables in Finance and Neuroscience Lecture 際際滷s
Lester Ingber
thesis_Eryk_Kulikowski
thesis_Eryk_Kulikowskithesis_Eryk_Kulikowski
thesis_Eryk_Kulikowski
Eryk Kulikowski
thesis
thesisthesis
thesis
Roemer Vlasveld
ANALYSIS OF A TRUSS USING FINITE ELEMENT METHODS
ANALYSIS OF A TRUSS USING FINITE ELEMENT METHODSANALYSIS OF A TRUSS USING FINITE ELEMENT METHODS
ANALYSIS OF A TRUSS USING FINITE ELEMENT METHODS
Jeff Brooks
thesis
thesisthesis
thesis
Hong Huang
Kretz dis
Kretz disKretz dis
Kretz dis
Ana-camelia Marcu
Matloff programming on-parallel_machines-2013
Matloff programming on-parallel_machines-2013Matloff programming on-parallel_machines-2013
Matloff programming on-parallel_machines-2013
lepas Yikwa
Big Data and the Web: Algorithms for Data Intensive Scalable Computing
Big Data and the Web: Algorithms for Data Intensive Scalable ComputingBig Data and the Web: Algorithms for Data Intensive Scalable Computing
Big Data and the Web: Algorithms for Data Intensive Scalable Computing
Gabriela Agustini
Big data-and-the-web
Big data-and-the-webBig data-and-the-web
Big data-and-the-web
Aravindharamanan S
NP problems
NP problemsNP problems
NP problems
Lien Tran
10.1.1.866.373
10.1.1.866.37310.1.1.866.373
10.1.1.866.373
subrata1316
PhD_Dissertation_HeZhang
PhD_Dissertation_HeZhangPhD_Dissertation_HeZhang
PhD_Dissertation_HeZhang
He Zhang 綣 藕
Measuring Aspect-Oriented Software In Practice
Measuring Aspect-Oriented Software In PracticeMeasuring Aspect-Oriented Software In Practice
Measuring Aspect-Oriented Software In Practice
Hakan zler
Classification System for Impedance Spectra
Classification System for Impedance SpectraClassification System for Impedance Spectra
Classification System for Impedance Spectra
Carl Sapp
Wellness present-ecti-con-2014-v3
Wellness present-ecti-con-2014-v3Wellness present-ecti-con-2014-v3
Wellness present-ecti-con-2014-v3
Nopadon Juneam
Algorithms andcomplexity
Algorithms andcomplexityAlgorithms andcomplexity
Algorithms andcomplexity
Hieu Pham
Parallel evolutionary approach report
Parallel evolutionary approach reportParallel evolutionary approach report
Parallel evolutionary approach report
Priti Punia
Thesis. A comparison between some generative and discriminative classifiers.
Thesis. A comparison between some generative and discriminative classifiers.Thesis. A comparison between some generative and discriminative classifiers.
Thesis. A comparison between some generative and discriminative classifiers.
Pedro Ernesto Alonso
Quantum Variables in Finance and Neuroscience Lecture 際際滷s
Quantum Variables in Finance and Neuroscience Lecture 際際滷sQuantum Variables in Finance and Neuroscience Lecture 際際滷s
Quantum Variables in Finance and Neuroscience Lecture 際際滷s
Lester Ingber
thesis_Eryk_Kulikowski
thesis_Eryk_Kulikowskithesis_Eryk_Kulikowski
thesis_Eryk_Kulikowski
Eryk Kulikowski
ANALYSIS OF A TRUSS USING FINITE ELEMENT METHODS
ANALYSIS OF A TRUSS USING FINITE ELEMENT METHODSANALYSIS OF A TRUSS USING FINITE ELEMENT METHODS
ANALYSIS OF A TRUSS USING FINITE ELEMENT METHODS
Jeff Brooks
Matloff programming on-parallel_machines-2013
Matloff programming on-parallel_machines-2013Matloff programming on-parallel_machines-2013
Matloff programming on-parallel_machines-2013
lepas Yikwa
Big Data and the Web: Algorithms for Data Intensive Scalable Computing
Big Data and the Web: Algorithms for Data Intensive Scalable ComputingBig Data and the Web: Algorithms for Data Intensive Scalable Computing
Big Data and the Web: Algorithms for Data Intensive Scalable Computing
Gabriela Agustini
NP problems
NP problemsNP problems
NP problems
Lien Tran
10.1.1.866.373
10.1.1.866.37310.1.1.866.373
10.1.1.866.373
subrata1316
PhD_Dissertation_HeZhang
PhD_Dissertation_HeZhangPhD_Dissertation_HeZhang
PhD_Dissertation_HeZhang
He Zhang 綣 藕
Measuring Aspect-Oriented Software In Practice
Measuring Aspect-Oriented Software In PracticeMeasuring Aspect-Oriented Software In Practice
Measuring Aspect-Oriented Software In Practice
Hakan zler

Recently uploaded (20)

rupa environmentfggggdg 3rd sem ppt.pptx
rupa environmentfggggdg 3rd sem ppt.pptxrupa environmentfggggdg 3rd sem ppt.pptx
rupa environmentfggggdg 3rd sem ppt.pptx
rohitverma43215
66_15575_EC210_2014_1__2_1_lecture 10.ppt
66_15575_EC210_2014_1__2_1_lecture 10.ppt66_15575_EC210_2014_1__2_1_lecture 10.ppt
66_15575_EC210_2014_1__2_1_lecture 10.ppt
VinayakSavarkar2
Types of natural disasters and their effects on people and the earth
Types of natural disasters and their effects on people and the earthTypes of natural disasters and their effects on people and the earth
Types of natural disasters and their effects on people and the earth
brhaley
Presentation2 ROHIT Photochemitry 3rd sem.pptx
Presentation2 ROHIT  Photochemitry 3rd sem.pptxPresentation2 ROHIT  Photochemitry 3rd sem.pptx
Presentation2 ROHIT Photochemitry 3rd sem.pptx
rohitverma43215
METHANOGENESIS of microbial physiology in microbiology
METHANOGENESIS of microbial physiology in microbiologyMETHANOGENESIS of microbial physiology in microbiology
METHANOGENESIS of microbial physiology in microbiology
sriram01032004
Responsible Use of Research Metrics Module Launch
Responsible Use of Research Metrics Module LaunchResponsible Use of Research Metrics Module Launch
Responsible Use of Research Metrics Module Launch
dri_ireland
SWOT Analysis AND ITS TECHNIQUES FOR SWOT ANALYSIS .pptx
SWOT Analysis AND ITS TECHNIQUES FOR SWOT ANALYSIS .pptxSWOT Analysis AND ITS TECHNIQUES FOR SWOT ANALYSIS .pptx
SWOT Analysis AND ITS TECHNIQUES FOR SWOT ANALYSIS .pptx
faizantahir666
musclesoffacialexpression-Lecture by Dr Bassana.pptx
musclesoffacialexpression-Lecture by Dr Bassana.pptxmusclesoffacialexpression-Lecture by Dr Bassana.pptx
musclesoffacialexpression-Lecture by Dr Bassana.pptx
baffourprince2016
Play whole.in children and adults..en.pdf
Play whole.in children and adults..en.pdfPlay whole.in children and adults..en.pdf
Play whole.in children and adults..en.pdf
mhmahmodian
Sciences of Europe No 161 (2025)
Sciences of Europe No 161 (2025)Sciences of Europe No 161 (2025)
Sciences of Europe No 161 (2025)
Sciences of Europe
DRUG DISCOVERY AND DEVELOPMENT PROCESS OUTLINE, CLINICAL RESEARCH AND ITS PHA...
DRUG DISCOVERY AND DEVELOPMENT PROCESS OUTLINE, CLINICAL RESEARCH AND ITS PHA...DRUG DISCOVERY AND DEVELOPMENT PROCESS OUTLINE, CLINICAL RESEARCH AND ITS PHA...
DRUG DISCOVERY AND DEVELOPMENT PROCESS OUTLINE, CLINICAL RESEARCH AND ITS PHA...
PathanJunaid
salting out.pptx. ( precipitation technique )
salting out.pptx. ( precipitation technique )salting out.pptx. ( precipitation technique )
salting out.pptx. ( precipitation technique )
rasihamza154
EDIC Old Exames Q 3.pdfs fefeegh5uyttbtrr
EDIC Old Exames Q 3.pdfs fefeegh5uyttbtrrEDIC Old Exames Q 3.pdfs fefeegh5uyttbtrr
EDIC Old Exames Q 3.pdfs fefeegh5uyttbtrr
EmanEssa14
Breeding Methods in Flower Crops....pptx
Breeding Methods in Flower Crops....pptxBreeding Methods in Flower Crops....pptx
Breeding Methods in Flower Crops....pptx
Ankita Bharti Rai
IDEAL GAS LAW_PRESENTATION FOR THERMODYNAMICS
IDEAL GAS LAW_PRESENTATION FOR THERMODYNAMICSIDEAL GAS LAW_PRESENTATION FOR THERMODYNAMICS
IDEAL GAS LAW_PRESENTATION FOR THERMODYNAMICS
ssuser53a552
20250402 ACMJ Diagrams Set 6 Revision 3.pdf
20250402 ACMJ Diagrams Set 6 Revision 3.pdf20250402 ACMJ Diagrams Set 6 Revision 3.pdf
20250402 ACMJ Diagrams Set 6 Revision 3.pdf
Sharon Liu
Lecture 1 - Overview of Go Language 1.pdf
Lecture 1 - Overview of Go Language 1.pdfLecture 1 - Overview of Go Language 1.pdf
Lecture 1 - Overview of Go Language 1.pdf
daomaithuhuyen1273
Rudolph's Self-Assessment and Board Review1133937492 - Exported.pdf
Rudolph's Self-Assessment and Board Review1133937492 - Exported.pdfRudolph's Self-Assessment and Board Review1133937492 - Exported.pdf
Rudolph's Self-Assessment and Board Review1133937492 - Exported.pdf
AlzahraaJassiem1900
Oral cancer and managment and lungs cancer ppt
Oral cancer and managment and  lungs cancer pptOral cancer and managment and  lungs cancer ppt
Oral cancer and managment and lungs cancer ppt
sunitameghwal074
Polymer Composites Classification, Reinforcements, Matrices,.pptx
Polymer Composites Classification, Reinforcements, Matrices,.pptxPolymer Composites Classification, Reinforcements, Matrices,.pptx
Polymer Composites Classification, Reinforcements, Matrices,.pptx
JinnJinnkiJaddu
rupa environmentfggggdg 3rd sem ppt.pptx
rupa environmentfggggdg 3rd sem ppt.pptxrupa environmentfggggdg 3rd sem ppt.pptx
rupa environmentfggggdg 3rd sem ppt.pptx
rohitverma43215
66_15575_EC210_2014_1__2_1_lecture 10.ppt
66_15575_EC210_2014_1__2_1_lecture 10.ppt66_15575_EC210_2014_1__2_1_lecture 10.ppt
66_15575_EC210_2014_1__2_1_lecture 10.ppt
VinayakSavarkar2
Types of natural disasters and their effects on people and the earth
Types of natural disasters and their effects on people and the earthTypes of natural disasters and their effects on people and the earth
Types of natural disasters and their effects on people and the earth
brhaley
Presentation2 ROHIT Photochemitry 3rd sem.pptx
Presentation2 ROHIT  Photochemitry 3rd sem.pptxPresentation2 ROHIT  Photochemitry 3rd sem.pptx
Presentation2 ROHIT Photochemitry 3rd sem.pptx
rohitverma43215
METHANOGENESIS of microbial physiology in microbiology
METHANOGENESIS of microbial physiology in microbiologyMETHANOGENESIS of microbial physiology in microbiology
METHANOGENESIS of microbial physiology in microbiology
sriram01032004
Responsible Use of Research Metrics Module Launch
Responsible Use of Research Metrics Module LaunchResponsible Use of Research Metrics Module Launch
Responsible Use of Research Metrics Module Launch
dri_ireland
SWOT Analysis AND ITS TECHNIQUES FOR SWOT ANALYSIS .pptx
SWOT Analysis AND ITS TECHNIQUES FOR SWOT ANALYSIS .pptxSWOT Analysis AND ITS TECHNIQUES FOR SWOT ANALYSIS .pptx
SWOT Analysis AND ITS TECHNIQUES FOR SWOT ANALYSIS .pptx
faizantahir666
musclesoffacialexpression-Lecture by Dr Bassana.pptx
musclesoffacialexpression-Lecture by Dr Bassana.pptxmusclesoffacialexpression-Lecture by Dr Bassana.pptx
musclesoffacialexpression-Lecture by Dr Bassana.pptx
baffourprince2016
Play whole.in children and adults..en.pdf
Play whole.in children and adults..en.pdfPlay whole.in children and adults..en.pdf
Play whole.in children and adults..en.pdf
mhmahmodian
Sciences of Europe No 161 (2025)
Sciences of Europe No 161 (2025)Sciences of Europe No 161 (2025)
Sciences of Europe No 161 (2025)
Sciences of Europe
DRUG DISCOVERY AND DEVELOPMENT PROCESS OUTLINE, CLINICAL RESEARCH AND ITS PHA...
DRUG DISCOVERY AND DEVELOPMENT PROCESS OUTLINE, CLINICAL RESEARCH AND ITS PHA...DRUG DISCOVERY AND DEVELOPMENT PROCESS OUTLINE, CLINICAL RESEARCH AND ITS PHA...
DRUG DISCOVERY AND DEVELOPMENT PROCESS OUTLINE, CLINICAL RESEARCH AND ITS PHA...
PathanJunaid
salting out.pptx. ( precipitation technique )
salting out.pptx. ( precipitation technique )salting out.pptx. ( precipitation technique )
salting out.pptx. ( precipitation technique )
rasihamza154
EDIC Old Exames Q 3.pdfs fefeegh5uyttbtrr
EDIC Old Exames Q 3.pdfs fefeegh5uyttbtrrEDIC Old Exames Q 3.pdfs fefeegh5uyttbtrr
EDIC Old Exames Q 3.pdfs fefeegh5uyttbtrr
EmanEssa14
Breeding Methods in Flower Crops....pptx
Breeding Methods in Flower Crops....pptxBreeding Methods in Flower Crops....pptx
Breeding Methods in Flower Crops....pptx
Ankita Bharti Rai
IDEAL GAS LAW_PRESENTATION FOR THERMODYNAMICS
IDEAL GAS LAW_PRESENTATION FOR THERMODYNAMICSIDEAL GAS LAW_PRESENTATION FOR THERMODYNAMICS
IDEAL GAS LAW_PRESENTATION FOR THERMODYNAMICS
ssuser53a552
20250402 ACMJ Diagrams Set 6 Revision 3.pdf
20250402 ACMJ Diagrams Set 6 Revision 3.pdf20250402 ACMJ Diagrams Set 6 Revision 3.pdf
20250402 ACMJ Diagrams Set 6 Revision 3.pdf
Sharon Liu
Lecture 1 - Overview of Go Language 1.pdf
Lecture 1 - Overview of Go Language 1.pdfLecture 1 - Overview of Go Language 1.pdf
Lecture 1 - Overview of Go Language 1.pdf
daomaithuhuyen1273
Rudolph's Self-Assessment and Board Review1133937492 - Exported.pdf
Rudolph's Self-Assessment and Board Review1133937492 - Exported.pdfRudolph's Self-Assessment and Board Review1133937492 - Exported.pdf
Rudolph's Self-Assessment and Board Review1133937492 - Exported.pdf
AlzahraaJassiem1900
Oral cancer and managment and lungs cancer ppt
Oral cancer and managment and  lungs cancer pptOral cancer and managment and  lungs cancer ppt
Oral cancer and managment and lungs cancer ppt
sunitameghwal074
Polymer Composites Classification, Reinforcements, Matrices,.pptx
Polymer Composites Classification, Reinforcements, Matrices,.pptxPolymer Composites Classification, Reinforcements, Matrices,.pptx
Polymer Composites Classification, Reinforcements, Matrices,.pptx
JinnJinnkiJaddu

On the Parallel Complexity of Minimum Sum of Diameters clustering