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,234,817 Responses

  1. a-ufa888.com表示:

    Awesome! Its truly amazing post, I have got much clear idea
    on the topic of from this post.

  2. Hello There. I found your blog using msn. This is
    a very well written article. I’ll be sure to bookmark it
    and come back to read more of your useful information. Thanks for the post.

    I will certainly comeback.

  3. Hi there, I wish for to subscribe for this website to take most up-to-date updates, so where can i do it please help out.

  4. Hi, after reading this amazing article i am as well happy to share my experience here with colleagues.

  5. Today, I went to the beachfront with my kids. I found a sea shell and gave it to my 4
    year old daughter and said “You can hear the ocean if you put this to your ear.” She put
    the shell to her ear and screamed. There was a hermit crab inside and it
    pinched her ear. She never wants to go back!
    LoL I know this is completely off topic but I had to tell someone!

  6. Hello, its good piece of writing concerning media print, we all know media is a enormous source of information.

  7. Undeniably believe that that you stated. Your favourite reason seemed to be
    at the web the simplest factor to consider of. I say to you, I definitely get annoyed at the same time as
    other folks consider concerns that they plainly don’t recognize about.
    You controlled to hit the nail upon the highest and outlined out the entire thing with no
    need side effect , folks can take a signal. Will probably be again to get more.
    Thanks

  8. Hello! This is my first comment here so I just wanted to give a quick shout out and say I genuinely enjoy reading your blog
    posts. Can you suggest any other blogs/websites/forums that cover the same
    subjects? Thanks a ton!

  9. iegygc.com表示:

    I am really impressed with your writing skills as well
    as with the layout on your weblog. Is this a paid theme or did you modify it yourself?
    Either way keep up the nice quality writing, it’s rare to see a nice blog like this one today.

  10. You could definitely see your enthusiasm in the article you write.
    The world hopes for even more passionate writers such as you who aren’t afraid to say how
    they believe. At all times go after your heart.

  11. discuss表示:

    you’re in point of fact a good webmaster. The website loading velocity
    is incredible. It seems that you are doing any distinctive trick.
    In addition, The contents are masterwork. you’ve performed a magnificent activity on this topic!

  12. genius.com表示:

    Having read this I thought it was extremely enlightening.
    I appreciate you spending some time and energy to put this article together.
    I once again find myself personally spending a lot of time both reading and commenting.
    But so what, it was still worthwhile!

  13. This website was… how do I say it? Relevant!! Finally
    I have found something which helped me. Appreciate it!

  14. Hi, after reading this awesome paragraph i am as well happy to share my familiarity here with mates.

  15. I do not know whether it’s just me or if everybody else
    experiencing issues with your site. It seems like some of the written text
    on your posts are running off the screen. Can someone else please comment
    and let me know if this is happening to them as well? This may
    be a problem with my web browser because I’ve had this happen previously.
    Thanks

  16. I’ve been exploring for a little bit for any high quality articles or blog posts
    in this kind of space . Exploring in Yahoo I finally stumbled upon this website.
    Studying this information So i’m satisfied to convey that I have an incredibly excellent uncanny feeling I found out
    exactly what I needed. I most unquestionably will make sure to do not
    overlook this site and provides it a glance regularly.

  17. I do not even know the way I finished up here, however I assumed this publish
    was once great. I do not know who you’re however definitely you’re going to a famous blogger for those
    who aren’t already. Cheers!

  18. Attractive section of content. I simply stumbled upon your website and in accession capital to say that I
    acquire in fact loved account your weblog posts.
    Any way I’ll be subscribing on your feeds or even I achievement you access consistently
    quickly.

  19. It’s impressive that you are getting ideas from this post as well as from our argument made at this place.

  20. Hi there! Do you know if they make any plugins to safeguard against hackers?
    I’m kinda paranoid about losing everything I’ve worked hard on. Any recommendations?

  21. First off I would like to say awesome blog! I had a quick question in which I’d like to
    ask if you don’t mind. I was curious to know how you center yourself and clear your mind before writing.
    I have had a tough time clearing my mind in getting my ideas out there.
    I do take pleasure in writing however it just seems like the
    first 10 to 15 minutes are usually lost simply just trying to figure out
    how to begin. Any ideas or hints? Thank you!

  22. Simply desire to say your article is as astonishing.

    The clearness to your publish is simply excellent and that i could think you’re a professional
    on this subject. Well together with your permission allow me to take hold of your
    feed to stay updated with forthcoming post. Thank you one million and please keep up the gratifying work.

  23. Have you ever considered about including a little bit more than just your articles?
    I mean, what you say is fundamental and everything.
    However just imagine if you added some great graphics or videos to
    give your posts more, “pop”! Your content is excellent but
    with images and videos, this site could undeniably be one of the greatest in its field.
    Wonderful blog!

  24. Thank you for the auspicious writeup. It in fact was a
    amusement account it. Look advanced to far added agreeable from
    you! By the way, how can we communicate?

  25. Hello there! Quick question that’s completely off topic.
    Do you know how to make your site mobile friendly?
    My website looks weird when viewing from my apple iphone.

    I’m trying to find a template or plugin that might be able to resolve this problem.
    If you have any suggestions, please share. Thanks!

  26. I think this is one of the most vital information for me.

    And i am glad reading your article. But want to remark on some general things, The site style is
    wonderful, the articles is really great : D.
    Good job, cheers

  27. Hi to all, how is the whole thing, I think every one is getting more from this web site, and your views are fastidious for
    new users.

  28. Now I am going to do my breakfast, after having my breakfast coming again to read additional news.

  29. It’s actually a great and useful piece of information. I’m happy that you just shared this
    helpful info with us. Please stay us informed
    like this. Thanks for sharing.

發佈留言

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