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,244,320 Responses

  1. BrandenSlomy表示:

    prednisone without prescription medication: Prednisone Without Prescription – prednisone 2.5 tablet

  2. Excellent article. I’m facing a few of these issues as well..

  3. Louissuext表示:

    Medicine information provided. Latest medication developments.
    order proscar
    Medication guide available. Comprehensive medicine guide.

  4. StevenNub表示:

    generic clomid prices: can i buy cheap clomid no prescription – where to get cheap clomid without a prescription

  5. BrandenSlomy表示:

    generic clomid for sale: rex pharm – cost clomid price

  6. and a range of activities included.Short cruises are available year-round and head to destinations ranging from the U.ベビー ドール ランジェリー

  7. Do you have a spam issue on this website; I also am a
    blogger, and I was wanting to know your situation;
    many of us have created some nice methods and
    we are looking to exchange methods with other folks, why
    not shoot me an e-mail if interested.

  8. Fantastic goods from you, man. I have understand your stuff previous to
    and you’re just extremely excellent. I actually
    like what you’ve acquired here, really like what you are stating and the
    way in which you say it. You make it entertaining and you still care
    for to keep it sensible. I cant wait to read far more from you.
    This is actually a terrific website.

  9. Things i have observed in terms of laptop memory is there are features such as SDRAM, DDR etc, that must fit the technical specs of the motherboard. If the personal computer’s motherboard is rather current and there are no os issues, updating the memory space literally usually takes under a couple of hours. It’s among the easiest computer upgrade techniques one can imagine. Thanks for expressing your ideas.

  10. porn表示:

    Hi, i believe that i noticed you visited my website so
    i got here to go back the prefer?.I’m trying to in finding things to enhance my web site!I assume its adequate to make use of
    a few of your concepts!!

  11. Nikefut表示:

    dark market list dark web drug marketplace best darknet markets

  12. BrandenSlomy表示:

    prednisone 10mg price in india: prednisoneraypharm – how to purchase prednisone online

  13. I always used to read article in news papers but now as I am
    a user of net so from now I am using net for articles or
    reviews, thanks to web.

  14. Dereketerm表示:

    20 mg of prednisone: raypharm – prednisone 10 mg tablets

  15. Its like you read my mind! You seem to know a lot about
    this, like you wrote the book in it or something.
    I think that you could do with some pics to drive the message
    home a bit, but instead of that, this is wonderful
    blog. An excellent read. I will certainly be back.

  16. Emily Gray表示:

    Had an awesome experience using   ** , .. Residential dumpster rental Orlando

  17. StevenNub表示:

    clomid generics: clomid purchase online rex pharm – cost of clomid for sale

  18. StevenNub表示:

    prednisone for sale: medicine prednisone 5mg – pharmacy cost of prednisone

  19. 20 Trailblazers Leading The Way In Fridge Freezer fridge Freezer uk sale

  20. Thank you a lot for sharing this with all of us you actually recognise what you’re speaking approximately!
    Bookmarked. Please also consult with my site =). We will have a link
    change arrangement between us

  21. 下着 エロ表示:

    Prominent landmarks with dark histories make San Francisco one of the most haunted cities in the U.ランジェリー エロS.

  22. промокод на робокасса https://promokod-robokassa.ru/ .

  23. SEO Services表示:

    I’m extremely impressed with your writing skills as well as with the layout on your blog.
    Is this a paid theme or did you customize it yourself?

    Either way keep up the nice quality writing, it’s rare to
    see a nice blog like this one these days.

    my homepage: SEO Services

發佈留言

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