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...

1,498,713 Responses

  1. What’s The Reason You’re Failing At Electric Wall Mounted Fire Hang on wall fireplace

  2. Ꮃhen sⲟme οne searches for һis necеssary thing, tһuѕ he/shewants to be avаilable that
    in ɗetail, therеfore tһat thing is maintined ovеr heгe.

    Alsο visit my wepage :: bocoran slot gacor

  3. You’ll Never Be Able To Figure Out This Bifold Door Repairs Near
    Me’s Tricks bifold door repairs near me

  4. Guide To Treadmills For Sale Near Me: The Intermediate Guide The Steps To Treadmills For
    Sale Near Me Treadmills For Sale Near Me

  5. It is appropriate time to make some plans for the future and it is time to be happy.
    I’ve read this post and if I could I desire to suggest you few
    interesting things or advice. Perhaps you could write next articles
    referring to this article. I wish to read more things about it!

  6. website bokep表示:

    Excellent post but I was wanting to know if you could write a litte more on this topic?

    I’d be very thankful if you could elaborate a little bit further.
    Cheers!

  7. Drug information leaflet. Drug Class.
    lyrica 150 mg price
    Some trends of pills. Read now.

  8. 7 Secrets About Ethanol For Fire That No One Will Tell
    You Bioethanol Fireplace Traditional

  9. This article is really a fastidious one it helps new internet viewers, who are wishing
    in favor of blogging.

  10. Adolfo表示:

    The 10 Scariest Things About Sectional Sofa Sale sectional sofa sale (Adolfo)

  11. This piece of writing is actually a nice one it assists new net
    visitors, who are wishing for blogging.

  12. What’s The Job Market For Walking Machine For Desk Professionals?
    walking machine For desk

  13. Bifold Door Seal Replacement Tools To Make Your Everyday Lifethe
    Only Bifold Door Seal Replacement Technique Every Person Needs To Know
    bifold Door seal replacement

  14. Are You Tired Of Mesothelioma Claim? 10 Inspirational Sources That Will
    Revive Your Love For Mesothelioma Claim reputable Asbestos attorney

  15. I am really inspired with your writing talents
    as smartly as with the format to your blog.

    Is this a paid theme or did you modify it your
    self? Anyway keep up the excellent quality writing, it’s uncommon to peer
    a nice weblog like this one nowadays..

  16. Are Testing For ADHD The Same As Everyone Says?

    test for Adult adhd

  17. click here表示:

    I do not even know how I ended up here, but I
    thought this post was good. I do not know who you are but certainly you are going to a famous blogger if you are
    not already 😉 Cheers!

  18. Very nice post. I definitely appreciate this site.
    Keep it up!

  19. Thanks for the good writeup. It actually was a enjoyment account it.
    Look complicated to far introduced agreeable from you!
    By the way, how could we be in contact?

  20. I love what you guys tend to be up too. Such
    clever work and coverage! Keep up the fantastic works guys I’ve included you guys to my own blogroll.

    My blog: สล็อตออนไลน์

  21. zwoltek01表示:

    Wow, superb blog layout! How long have you been blogging for?
    you made blogging look easy. The overall look of your web site is wonderful, as well as the content!

    Take a look at my web-site :: zwoltek01

  22. Twin Pushchair: 11 Thing You’ve Forgotten To Do twin pushchairs

  23. It’s really a nice and useful piece of information. I am glad that
    you shared this useful info with us. Please stay us informed like this.

    Thank you for sharing.

  24. Guide To Mesothelioma Attorney: The Intermediate Guide In Mesothelioma Attorney Mesothelioma Attorney

  25. I visited multiple websites but the audio feature for audio songs current
    at this web site is in fact wonderful.

  26. Randell表示:

    What’s The Current Job Market For Best Place To Buy Bunk Beds Professionals?
    bunk beds (Randell)

  27. Www.Yic.Co.Kr表示:

    10 Places To Find Railroad Injuries Lawyers Champaign Railroad Crossing Accident
    Lawyer (http://Www.Yic.Co.Kr)

  28. JesusLealt表示:

    deneme bonusu: bonus veren siteler – deneme bonusu

  29. Monte表示:

    15 Shocking Facts About Sleeper Couch You’ve Never Known sleeper sofa with storage (Monte)

發佈留言

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