JS 依照元素出現數量排序

同樣是最近遇到的狀況,需要利用陣列內元素出現的數量進行排序,以下為範例程式:

var array = ["1", "2", "4", "5", "2", "4", "2", "3"];
var str = array.toString();
var filter = [];
var result = [];
document.write("原始陣列:" + array + "<br>");

var get = function (str, tar, arr, tmp) {
    if (str.indexOf(tar) >= 0) {
        tmp = str.slice(str.indexOf(tar) + 1);
        arr.push(tar);
        get(tmp, tar, arr, tmp);
    }
    return arr;
}

for (i in array) {
    var elm = [];
    var tmp;
    var fstr = filter.join();
    if (fstr.indexOf(array[i]) >= 0) {
        continue;
    } else {
        var tmp_arr = get(str, array[i], elm, tmp);
        result.push(tmp_arr.length + ':' + tmp_arr[0]);
        filter.push(array[i]);
    }
}

result.sort();
result.reverse();

//按照出現次數排序,不刪除重複元素
var finishArray = [];

for (index in result) {
    var show = result[index].split(':');
    for (i = 0; i < show[0]; i++) {
        finishArray.push(show[1]);
    }
}
document.write("按出現次數排序,不刪除重複元素:" + finishArray + "<br>");

//按照出現次數排序,刪除重複元素
var finishArray = [];
for (index in result) {
    var show = result[index].split(':');
    finishArray.push(show[1]);
}
document.write("按出現次數排序,刪除重複元素:" + finishArray + "<br>");

輸出結果:

原始陣列:1,2,4,5,2,4,2,3
按出現次數排序,不刪除重複元素:2,2,2,4,4,5,3,1
按出現次數排序,刪除重複元素:2,4,5,3,1

You may also like...

912,342 Responses

  1. The 10 Most Scariest Things About Upvc Door Repairs Near Me upvc door repairs near me

  2. WilliamRhype表示:

    https://ciprofloxacin.tech/# cipro online no prescription in the usa

  3. WilliamRhype表示:

    https://lisinopril.network/# lisinopril 10 12.55mg

  4. Why Car Diagnostic Is Your Next Big Obsession System Diagnostic

  5. Five Killer Quora Answers To Bentley Continental Key Programming bentley continental key Programming

  6. Bmw Car Key表示:

    Is Technology Making Bmw Replacement Key Better
    Or Worse? Bmw Car Key

  7. This Story Behind Locksmith Auto Near Me Will Haunt You For
    The Rest Of Your Life! automotive Locksmith Key programming

  8. Double Glazing Companies Near Me Techniques To Simplify Your Daily Lifethe One Double Glazing Companies Near Me Trick Every Individual Should Be
    Able To double Glaze units

  9. The Benefits Of Upvc Windows Leeds At The Very Least Once In Your Lifetime composite door repairs leeds

  10. Davidtes表示:

    where can i buy cipro online ciprofloxacin generic price buy cipro online

  11. 10 Facts About Autowatch Ghost Installers Birmingham That Will Instantly
    Set You In A Positive Mood Autowatch Ghost installers birmingham

  12. RandallTaulp表示:

    buy misoprostol over the counter: buy misoprostol over the counter – order cytotec online

  13. fitspresso us表示:

    I savor, lead to I discovered exactly what I used to be having a look for.
    You have ended my 4 day long hunt! God Bless you man. Have a nice day.
    Bye

  14. Given that its inception, it has penetrated France, Spain, and now thee United States.

    Stop by my page; Sports Betting sites

  15. Ten Memory Foam Mattresses Double That Will Actually Help You Live Better double Mattresses for sale uk

  16. 10 Misconceptions Your Boss Has Concerning Private ADHD Assessment Adult adhd private Assessment

  17. RandallTaulp表示:

    buy cipro: ciprofloxacin 500mg buy online – cipro pharmacy

  18. WilliamRhype表示:

    http://lisinopril.network/# 208 lisinopril

  19. 4 Dirty Little Secrets About Volvo Car Key Replacement Industry Volvo
    Car Key Replacement Industry how to Take apart A Volvo key
    fob (https://www.airsoftmarkt.nl/author/edgerdanger3/)

  20. petirtoto表示:

    Nice blog here! Also your website loads up very fast! What web host are you using?
    Can I get your affiliate link to your host? I wish my site loaded up as quickly as yours lol

  21. I used to be able to find good information from your content.

  22. Ronaldpsymn表示:

    https://nolvadex.life/# liquid tamoxifen

  23. Ronaldpsymn表示:

    https://ciprofloxacin.tech/# ciprofloxacin 500 mg tablet price

  24. Davidtes表示:

    buy cytotec over the counter cytotec abortion pill Abortion pills online

  25. Site表示:

    There’s definately a lot to know about this issue. I like all of the points you made.

  26. It’s The Ugly Truth About Best CSGO Opening Site counter-strike cases

  27. Davidtes表示:

    buy cytotec online fast delivery buy cytotec over the counter buy cytotec online fast delivery

  28. 야구중계表示:

    I simply could not depart your site before suggesting
    that I extremely enjoyed the usual info an individual provide
    to your visitors? Is going to be again incessantly to check
    out new posts

    Here is my webpage :: 야구중계

  29. 5 Reasons To Be An Online Car Diagnostics Near Me Business And 5
    Reasons Why You Shouldn’t car Diagnostics

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。