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,252,711 Responses

  1. Hello there! This is kind of off topic but I need some advice
    from an established blog. Is it hard to set up your own blog?
    I’m not very techincal but I can figure things out
    pretty quick. I’m thinking about setting up my own but I’m not sure where to begin. Do you have any tips or suggestions?

    Many thanks

  2. Hello, its good paragraph regarding media print, we all be familiar with media is a
    fantastic source of facts.

  3. It’s actually a nice and useful piece of information.
    I am satisfied that you just shared this helpful info with us.
    Please keep us up to date like this. Thanks for sharing.

  4. I was just looking for this information for
    some time. After six hours of continuous Googleing,
    at last I got it in your website. I wonder what is the lack of Google strategy that don’t rank this kind of informative
    sites in top of the list. Usually the top sites are full
    of garbage.

  5. discuss表示:

    Howdy just wanted to give you a quick heads up.

    The words in your post seem to be running off the screen in Opera.
    I’m not sure if this is a formatting issue or something to do with web
    browser compatibility but I figured I’d post to let
    you know. The design and style look great though!
    Hope you get the issue fixed soon. Cheers

  6. Howdy this is kinda of off topic but I was wanting to know if blogs use WYSIWYG editors or if
    you have to manually code with HTML. I’m starting a blog soon but have no
    coding experience so I wanted to get advice from someone with experience.
    Any help would be enormously appreciated!

  7. I love what you guys tend to be up too. This
    kind of clever work and reporting! Keep up the great works guys I’ve included
    you guys to my own blogroll.

  8. I think that is one of the most important info for me.

    And i am happy studying your article. But want to observation on some
    common issues, The site style is wonderful, the articles is in reality great
    :D. Just right activity, cheers.

  9. Hurrah, that’s what I was looking for, what a stuff!

    existing here at this web site, thanks admin of this site.

  10. Thanks for every other informative web site. The place else may
    just I get that kind of information written in such an ideal means?

    I’ve a project that I am simply now working on, and I have been at the look out for such info.

  11. Unsere Kunden profitieren beim Fenster kaufen von einigen Vorteilen. Sie erhalten Qualität Made in Germany zu fairen Konditionen und bei Großbestellungen mit einem adäquaten Rabatt.
    Ohne lange Wartezeiten liefern wir zuverlässig, sowie ohne zusätzliche Versandkosten an Sie aus.
    Sie können in unserem Fensterkonfigurator außerdem Profilsysteme gesegnet mit Dekorfolien wählen. Wir fertigen hochwertige Energiesparfenster aus Fensterprofilen von Kömmerling und Aluplast.
    Gerne erhalten auch auf anfrage ein Angebot zu Alu Fenstern. In verschiedenen Farben und Holzoptiken stellen Sie sich so Ihr Wunschfenster
    zusammen. Wenn Sie neue Fenster benötigen, können Sie auch ungewöhnliche
    Maße hierzulande konfigurieren. Auf Ihre Bestellung müssen Sie nicht lange überlegen, da wir selbst PVC-Fenster mit Dekor innerhalb von sechs Wochen ausliefern und Ihnen sowohl die
    Bezahlung per Vorkasse mit Skonto, als auch den Rechnungskauf versichern. Unter anderem vermitteln wir Montagedienstleister, die ihr Handwerk
    verstehen und von welchen Sie Ihre neuen Fenster und Türen professionell einbauen vertrauen. Alle Materialien wie spezielle Verglasungen zum
    Schallschutz zum konfigurieren von schalldichten Fenstern, Einbruchschutz Fenster mit besonderen Beschlägen oder Fensterzubehör können Sie
    mit wenigen Klicks auswählen. Im Fensterkonfigurator stellen Sie Ihr Wunschfenster zusammen. Probieren Sie es aus!
    Sie haben noch Fragen? Nutzen Sie unseren Rückrufbutton. Wir beraten Sie gerne.

  12. vimeo.com表示:

    Incredible points. Great arguments. Keep up the good effort.

  13. I’ve learn several just right stuff here. Certainly price bookmarking for revisiting.

    I surprise how so much effort you put to
    create one of these great informative website.

  14. It’s hard to find well-informed people in this particular
    subject, however, you sound like you know what you’re talking about!
    Thanks

  15. Keep this going please, great job!

  16. Thank you for the good writeup. It in fact was a amusement account
    it. Look advanced to more added agreeable from you!
    However, how could we communicate?

  17. webpage表示:

    Marvelous, what a website it is! This website gives useful information to us, keep it up.

    webpage

  18. 80.82.64.206表示:

    Hello there! I could have sworn I’ve been to this website before but after browsing through some of the post I realized
    it’s new to me. Nonetheless, I’m definitely delighted I found it and I’ll be book-marking and checking back frequently!

  19. I have read so many content about the blogger lovers but this article is truly a fastidious piece of writing, keep it up.

  20. I wanted to thank you for this fantastic read!! I absolutely loved every little bit of it.
    I have got you book marked to check out new stuff you
    post…

  21. This is very interesting, You’re a very skilled blogger.
    I have joined your feed and look forward to
    seeking more of your excellent post. Also, I have shared your site in my social networks!

  22. useful review. Simultaneously visit my own, personal site to know
    slot pulsa tanpa potongan. This web site has received realization through slot via
    pulsa playing folks in Negara sendiri. Truth be told there are usually a lot of
    perfect promos in the event you join now.

  23. I’d constantly want to be update on new content on this internet site,
    bookmarked!

  24. Thanks on your marvelous posting! I definitely
    enjoyed reading it, you are a great author. I will make sure to bookmark your blog and will eventually come back sometime soon. I want to encourage
    you continue your great writing, have a nice day!

  25. Unquestionably consider that that you said. Your favourite justification appeared
    to be at the internet the simplest factor to be
    mindful of. I say to you, I certainly get irked even as other folks consider concerns that they just do not recognize about.
    You controlled to hit the nail upon the top as well as outlined out the whole thing without having
    side-effects , folks can take a signal. Will likely
    be again to get more. Thanks

  26. I have to thank you for the efforts you have put in writing this blog.
    I am hoping to check out the same high-grade content by you later on as well.
    In fact, your creative writing abilities has encouraged me to get
    my very own site now 😉

  27. Hello to every one, it’s actually a fastidious for me to go to see this web site,
    it includes valuable Information.

  28. This is really interesting, You are a very skilled blogger.

    I’ve joined your rss feed and look forward to seeking more of
    your excellent post. Also, I’ve shared your web site in my
    social networks!

  29. What’s up, after reading this amazing article i am as well delighted to share my
    familiarity here with colleagues.

  30. Hi there Dear, are you actually visiting this web site regularly, if so afterward you
    will without doubt obtain good know-how.

發佈留言

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