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,419,526 Responses

  1. The Worst Advice We’ve Ever Heard About Vehicle Lock Repair
    Repair Car lock

  2. RandallTaulp表示:

    cost propecia without insurance: rx propecia – buy generic propecia no prescription

  3. Davidtes表示:

    lisinopril 40 mg brand name cheapest price for lisinopril india lisinopril 40 mg tablet price

  4. The 10 Scariest Things About Symptoms Of Adhd In Adults Female symptoms of adhd in adults Female

  5. What’s The Current Job Market For Double Glazed Window Repairs Professionals?
    double glazed window repairs

  6. Slot Pulsa表示:

    І’m not tһat much of a online reader to be honeszt but your blogs really nice, қeep
    it ᥙp! I’ll go ahedad ɑnd bookmark your site tο
    come back ⅾown the road. Aⅼl the best

    my site :: Slot Pulsa

  7. door表示:

    15 Startling Facts About Double Glazing Windows Leeds You’ve
    Never Known door

  8. Locked Out Of My Car Tools To Ease Your Daily Lifethe One Locked Out Of My Car Trick That Everyone Should Know locked out Of my car; rivas-Tang.mdwrite.net,

  9. Davidtes表示:

    buy cytotec purchase cytotec buy cytotec pills

  10. It Is A Fact That Veleco Mobility Is The Best
    Thing You Can Get. Veleco Mobility veleco Company

  11. По-настоящему расслабляющий и позитивный эффект оказывают на игрока казино Pokerdom дизайн и тематика игрового автомата.

  12. Davidtes表示:

    ciprofloxacin generic ciprofloxacin mail online cipro online no prescription in the usa

  13. You’ll Never Guess This Gotogel Link Alternatif’s Benefits gotogel link Alternatif

  14. Malcolm表示:

    This Week’s Most Remarkable Stories About Upvc Window Repairs upvc window repairs near me (Malcolm)

  15. Davidtes表示:

    cost of propecia tablets propecia otc order generic propecia without rx

  16. Oh my goodness! Awesome article dude! Thank you so much, However I am going through troubles with your RSS.
    I don’t understand why I am unable to subscribe to it. Is there anybody
    else having the same RSS issues? Anyone that knows the answer will you kindly
    respond? Thanks!!

  17. Davidtes表示:

    tamoxifen side effects forum tamoxifen and grapefruit should i take tamoxifen

  18. Davidtes表示:

    lisinopril 3 buy lisinopril 5 mg lisinopril in india

  19. Ronaldpsymn表示:

    http://cytotec.club/# buy cytotec over the counter

  20. 9 Signs That You’re A Railroad Injuries Law Expert Railroad injuries lawyer

  21. 10 Tips For Quickly Getting Locked Keys In Car Uk
    locksmith near me open now, https://peatix.com,

  22. 47.108.249.16表示:

    Five Killer Quora Answers To Sex Machine Price UK sex Machine
    price uk [47.108.249.16]

  23. Everything You Need To Be Aware Of Slot Tours Legitimate Slots

  24. Play and Win Real Money Online Games
    best online casino games kenya casino games online for real money .

  25. Davidtes表示:

    buy cipro ciprofloxacin 500mg buy online buy ciprofloxacin over the counter

  26. Ronaldpsymn表示:

    http://lisinopril.network/# lisinopril oral

  27. A Reference To Folding Mobility Scooters Near Me
    From Start To Finish 3 Wheel mobility scooters near me

  28. Davidtes表示:

    lisinopril 20 mg tablet price lisinopril 10 mg tabs lisinopril 10 mg no prescription

  29. The One Birth Injury Settlement Mistake Every Newbie Makes birth Injury Attorneys

  30. Davidtes表示:

    ciprofloxacin 500 mg tablet price п»їcipro generic buy ciprofloxacin

發佈留言

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