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,431,544 Responses

  1. Have you ever considered creating an e-book or guest authoring on other websites?
    I have a blog based on the same ideas you
    discuss and would love to have you share some stories/information. I know my audience would
    enjoy your work. If you are even remotely interested,
    feel free to shoot me an email.

  2. Aw, this was an extremely nice post. Spending some
    time and actual effort to generate a very good article… but what
    can I say… I put things off a whole lot and don’t manage to get anything done.

  3. I am extremely impressed with your writing skills and also with the layout
    on your weblog. Is this a paid theme or did you customize it yourself?

    Anyway keep up the excellent quality writing, it is rare to see a nice blog like this one these days.

  4. %%

    my web blog: buy Full spectrum cbd oil uk (https://rokerreport.sbnation.com)

  5. WOW just what I was looking for. Came here by searching for اثارة الزوج

  6. You can now buy a verified Cash App account hassle-free. Verified accounts allow you to
    enjoy higher transaction limits and additional features.

    This secure and convenient platform is perfect for seamless money transfers.
    Don’t miss out on the benefits, get your verified Cash App account today!

  7. I must thank you for the efforts you’ve put in penning this website.

    I am hoping to check out the same high-grade blog posts by you later on as well.

    In fact, your creative writing abilities has encouraged
    me to get my own, personal site now 😉

  8. If you’re looking to buy a verified Cash App account, it’s important to ensure it’s legitimate and secure.
    A verified account offers added security and features, making transactions easier.
    Look for reputable sellers or consider creating your
    own account for a hassle-free experience. Stay cautious and protect your financial information at all times.

  9. I do trust all the ideas you’ve offered to your post. They’re really convincing and can definitely work.
    Nonetheless, the posts are too short for newbies. May just you please prolong them a bit
    from next time? Thanks for the post.

  10. Camilla表示:

    %%

    Here is my website :: upvc windows cambridge (Camilla)

  11. If you want to experience seamless and hassle-free transactions on Cash App,
    then buying a verified account is a wise choice.
    With a verified Cash App account, you can enjoy increased sending and receiving limits,
    enhanced security measures, and access to additional features.
    Don’t miss out on the convenience and peace of mind,
    invest in a verified Cash App account today!

  12. assessment表示:

    %%

    Feel free to visit my web page assessment

  13. Keep this going please, great job!

  14. Maureen表示:

    peritoneal mesothelioma asbestos (Maureen)

  15. Excellent article. I am experiencing some of these
    issues as well..

  16. Hi my loved one! I wish to say that this article is awesome, nice written and include approximately all important infos.
    I’d like to see extra posts like this .

  17. For hottest news you have to pay a visit the web and on the web I found this website as a best web
    site for most up-to-date updates.

  18. Good day! I know this is kinda off topic nevertheless I’d figured I’d ask.

    Would you be interested in exchanging links or maybe guest
    writing a blog article or vice-versa? My blog addresses a
    lot of the same subjects as yours and I believe we could greatly
    benefit from each other. If you happen to be interested feel free to shoot me an email.

    I look forward to hearing from you! Great blog
    by the way!

  19. Your means of telling the whole thing in this paragraph is really pleasant, all be capable of easily be aware of it, Thanks
    a lot.

  20. I don’t know whether it’s just me or if perhaps everybody else
    experiencing problems with your site. It appears as though some of the text on your posts are running off the screen. Can someone else
    please provide feedback and let me know if this is happening to them as well?
    This might be a problem with my internet browser because I’ve had this happen previously.
    Kudos

  21. Highly descriptive blog, I enjoyed that bit. Will there be a part 2?

  22. 1 mm gazaltı kaynak teli fiyatları

    After looking at a number of the blog posts on your blog, I
    truly appreciate your way of blogging. I saved it to my bookmark webpage list and will be checking back in the near future.
    Take a look at my web site as well and let me know what you think.

  23. diffuse Mesothelioma Payment – 74.Farcaleniom.com

  24. Buy Bunk Bed表示:

    %%

    Look at my web site … Buy Bunk Bed

  25. I really love your website.. Great colors & theme.
    Did you create this site yourself? Please reply back as I’m trying to create my own blog and want to learn where you got this from or
    what the theme is called. Thanks!

  26. I visited many web pages except the audio feature for audio
    songs present at this site is in fact excellent.

  27. In today’s digital era, having a verified Cash App account has become a
    necessity for safe and convenient financial transactions.

    With various online scams and identity thefts on the rise, ensuring
    that your money is protected is crucial. By purchasing
    a verified Cash App account, you can enjoy enhanced
    security features, such as two-factor authentication and identity verification. Say goodbye
    to worries about unauthorized access or fraudulent transactions.
    Invest in a verified Cash App account today and
    experience peace of mind with every transaction!

發佈留言

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