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,164,636 Responses

  1. You can take Hunter Emphasis with various other
    supplements.

    Feel free to surf to my blog :: mushroom head air cushion cc cream uk reviews

  2. XYGENYX, a licensing firm for FDA-registered items.

    My site – ai picture generator reddit

  3. An artificial USP human development hormone (somatropin).

    My web-site … type 1 diabetes disability benefits uk

  4. Marvelous, what a blog it is! This blog presents useful data to us, keep it
    up.

  5. Hi there colleagues, how is all, and what you want to say regarding this post, in my view
    its actually amazing for me.

  6. The crypto betting site accepts varied currencies like Bitcoin, Litecoin, Dogecoin, Ethereum, ZCash, Tron, Dash, USD, and EUR.

  7. Bookmarks表示:

    Some people vape flavored pure nicotine

    My homepage … Bookmarks

  8. The Most Effective Advice You’ll Ever Receive On Window Glass
    Replacement window Glass replacement Near Me

  9. Medicament information for patients. Brand names.
    can i purchase coreg pills
    Best trends of medicine. Get here.

  10. Bookmarks表示:

    A synthetic USP human growth hormone (somatropin).

    Feel free to surf to my homepage … Bookmarks

  11. 5 Killer Quora Answers On Mesothelioma Attorneys () Mesothelioma Attorneys (211.45.131.204)

  12. The best developmental editors get on Reedsy.

    Feel free to visit my blog post: book editing jobs entry level

  13. Bookmarks表示:

    The most effective developmental editors are on Reedsy.

    Here is my homepage :: Bookmarks

  14. Plant-based vapes have a host of prospective advantages.

    my blog what beers are vegan uk

  15. Can I simply say what a comfort to uncover someone that really understands
    what they are discussing over the internet. You definitely realize how to bring a
    problem to light and make it important. A lot more people have to check this out and understand this
    side of your story. I can’t believe you are not more popular given that
    you surely possess the gift.

  16. See What Can I Buy From A Uk Website Tricks The Celebs
    Are Using Can I Buy From A Uk Website (https://Wikimapia.Org/)

  17. Pills information sheet. Brand names.
    order generic inderal without prescription
    Some information about medicament. Get information now.

  18. Experienced and specialist motorists.

    Here is my web page; party bus hire perth cost

  19. 10 Things People Hate About Private Psychiatrist Edinburgh private Psychiatrist london cost

  20. Donaldbrife表示:

    Профессиональные seo https://seo-optimizaciya-kazan.ru услуги для максимизации онлайн-видимости вашего бизнеса. Наши эксперты проведут глубокий анализ сайта, оптимизируют контент и структуру, улучшат технические аспекты и разработают индивидуальные стратегии продвижения.

  21. Bookmarks表示:

    In this situation, the life insurance policy firm’s loan.

    Feel free to visit my web-site Bookmarks

  22. bokep jepang表示:

    Hello there, You’ve done an incredible job. I will certainly digg it and personally recommend to my friends.
    I am sure they’ll be benefited from this web
    site.

  23. It’s Time To Expand Your Double Glazing Windows Birmingham Options Window Fitters Birmingham

  24. This vaporizer has a couple of distinct features.

    Also visit my site :: canadian plant based meat companies

  25. The intelligence is the most effective dry herb vape I have attempted.

    my web-site canadian plant based meat companies

  26. Bookmarks表示:

    Greetings from Ohio! I’m bored at work so I decided to check out your website on my iphone during lunch break.
    I really like the info you present here and can’t wait to take a look when I get home.
    I’m surprised at how quick your blog loaded on my phone ..
    I’m not even using WIFI, just 3G .. Anyways, excellent site!

    Feel free to visit my blog post – Bookmarks

發佈留言

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