<?xml version='1.0' encoding='UTF-8'?>
<OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
  <responseDate>2026-07-26T08:32:38Z</responseDate>
  <request verb="GetRecord" identifier="oai:meral.edu.mm:recid/3311" metadataPrefix="oai_dc">https://meral.edu.mm/oai</request>
  <GetRecord>
    <record>
      <header>
        <identifier>oai:meral.edu.mm:recid/3311</identifier>
        <datestamp>2021-12-13T00:55:54Z</datestamp>
        <setSpec>1582963302567:1597824273898</setSpec>
        <setSpec>user-ucsy</setSpec>
      </header>
      <metadata>
        <oai_dc:dc xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns="http://www.w3.org/2001/XMLSchema" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
          <dc:title>Parallel Implementation of Prim’s Algorithm</dc:title>
          <dc:creator>Nyein, May Khine</dc:creator>
          <dc:creator>Khaing, Myo</dc:creator>
          <dc:description>Graphs are widely used in manyapplications. Some of the applications that usedgraph theory are: analysis of electrical circuits,route planning, genetics, social sciences and soon. The system is based on sequential algorithm ofPrim and will focus on its parallelization targetingon message passing through the server and theclient. This system will introduce 2 strategies toparallel the sequential Prim’s algorithm forfinding minimum spanning tree (MST) on clientserverarchitecture. In the first strategy, the serverwill compute the global minimum spanning tree byasking the local minimum-weight edges of theclient every step of the computation. Server andclient follow every step of the Prim Algorithm andexchange the messages back and forth until theglobal minimum spanning tree is achieved. In thelater strategy, the server and client parallelcompute the local minimum spanning tree basedon their sub-graphs and then the client sends itslocal minimum spanning tree to the server. Theserver combines all local minimum spanning treesand calculates a global one.</dc:description>
          <dc:date>2017-12-27</dc:date>
          <dc:identifier>http://hdl.handle.net/20.500.12678/0000003311</dc:identifier>
          <dc:identifier>https://meral.edu.mm/records/3311</dc:identifier>
        </oai_dc:dc>
      </metadata>
    </record>
  </GetRecord>
</OAI-PMH>
