<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Publishing DTD v1.2 20190208//EN"
  "https://jats.nlm.nih.gov/publishing/1.2/JATS-journalpublishing1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink"
         xmlns:mml="http://www.w3.org/1998/Math/MathML"
         article-type="research-article"
         dtd-version="1.2">

  <!-- ============================================================ FRONT -->
  <front>
    <journal-meta>
      <journal-id journal-id-type="publisher-id">IJLTEMAS</journal-id>
      <journal-title-group>
        <journal-title>International Journal of Latest Technology in Engineering, Management &amp; Applied Science (IJLTEMAS)</journal-title>
        <abbrev-journal-title abbrev-type="publisher">IJLTEMAS</abbrev-journal-title>
      </journal-title-group>
      <issn pub-type="epub">2278-2540</issn>
      <publisher>
        <publisher-name>IJLTEMAS</publisher-name>
      </publisher>
    </journal-meta>

    <article-meta>
      <!-- IDs -->
      <article-id pub-id-type="publisher-id">297</article-id>
            <article-id pub-id-type="doi">10.51583/IJLTEMAS.2026.150800103</article-id>
      
      <!-- Categories -->
            <article-categories>
        <subj-group subj-group-type="heading">
          <subject>Artificial Intelligence</subject>
        </subj-group>
      </article-categories>
      
      <!-- Title -->
      <title-group>
        <article-title>Sorting The Right Trajectory Using AI Coupling AI With Varied Sorting Algorithms to Identify The Best Fit Algorithm While Solving Real-World Challenges</article-title>
      </title-group>

      <!-- Authors -->
      <contrib-group>
                <contrib contrib-type="author">
                    <name>
            <surname>Bansal Founder &amp; CEO</surname>
            <given-names>Arav</given-names>
          </name>
                              <aff>
            AVAUIRK (OPC) Private Limited                        <country>India</country>
                      </aff>
                    
        </contrib>
              </contrib-group>

      <!-- Volume / Issue / Pages -->
            <volume>15</volume>
                  <issue>8</issue>
                        <fpage>1434</fpage>
            <lpage>1437</lpage>
            
      <!-- Dates -->
      <history>
                <date date-type="received">
          <day>02</day>
          <month>09</month>
          <year>2026</year>
        </date>
                        <date date-type="accepted">
          <day>07</day>
          <month>09</month>
          <year>2026</year>
        </date>
              </history>

            <pub-date pub-type="epub">
        <day>18</day>
        <month>09</month>
        <year>2026</year>
      </pub-date>
      
      <!-- DOI Self-URI -->
            <self-uri xlink:href="https://doi.org/10.51583/IJLTEMAS.2026.150800103"/>
      
      <!-- Keywords -->
            <kwd-group kwd-group-type="author">
                <kwd>Sorting algorithms</kwd>
                <kwd>Machine Learning</kwd>
                <kwd>Meta-learning</kwd>
                <kwd>Algorithm Selection</kwd>
                <kwd>Quicksort</kwd>
                <kwd>Counting sort</kwd>
                <kwd>Decision Trees</kwd>
                <kwd>Gradient Boosting</kwd>
                <kwd>Empirical Software Performance</kwd>
              </kwd-group>
      
    </article-meta>
  </front>

  <!-- ============================================================ BODY (Abstract) -->
  <body>
        <sec>
      <title>Abstract</title>
      <p>There have been many sorting algorithms available, but it’s always been a challenge to find out which one is the right to be implemented to solve real-world challenges when the dataset is huge to give you the best and most optimal results. The objective of this paper is to find from among the three candidate algorithms – Quicksort, Insertion sort, and Counting sort, to find out which one outperforms the other dynamically by the use of a Machine Learning algorithm on real-time data set with varied volume and variations to help implement the algorithm which gives most optimal results.</p>
    </sec>
      </body>

  <!-- ============================================================ BACK (References) -->
    <back>
    <ref-list>
      <title>References</title>
            <ref id="ref1">
        <label>1</label>
        <mixed-citation>Hoare, C. A. R. — Quicksort, The Computer Journal, 5(1), 10–16</mixed-citation>
      </ref>
            <ref id="ref2">
        <label>2</label>
        <mixed-citation>Cormen, T. H., Leiserson, C. E., Rivest, R. L., &amp; Stein, C. — Introduction to Algorithms, 4th Edition, MIT Press. (Counting sort, insertion sort, and Quicksort complexity analysis.)</mixed-citation>
      </ref>
            <ref id="ref3">
        <label>3</label>
        <mixed-citation>Pedregosa, F., et al. — Scikit-learn: Machine Learning in Python, Journal of Machine Learning Research, 12, 2825–2830.</mixed-citation>
      </ref>
            <ref id="ref4">
        <label>4</label>
        <mixed-citation>Python Software Foundation — time.perf_counter_ns Documentation, docs.python.org</mixed-citation>
      </ref>
          </ref-list>
  </back>
  
</article>
