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,143,509 Responses

  1. JamesNow表示:

    super kamagra: buy kamagra online – Kamagra 100mg

  2. 20 Tips To Help You Be More Effective At Upvc Windows
    Repair Upvc Window repairs

  3. CharlesDog表示:

    http://cenforce.pro/# order cenforce

  4. Awesome posts. Regards!

  5. Vimeo.Com表示:

    10 Tips For Top 10 Online Shopping Sites In Uk For Clothes That Are Unexpected Arttoframes 9X13 Frame (Vimeo.Com)

  6. Hello, Neat post. There’s a problem along with your web site in web explorer, could check this?

    IE nonetheless is the market leader and a large section of
    other people will miss your excellent writing because of this problem.

  7. bokep indoxxi表示:

    fantastic publish, very informative. I ponder why
    the opposite specialists of this sector don’t understand this.
    You must continue your writing. I’m sure, you’ve a great readers’ base already!

  8. The Three Greatest Moments In Repair Upvc Window History Upvc window repairs

  9. ElmerWes表示:

    buy Levitra over the counter Buy Vardenafil 20mg Buy Levitra 20mg online

  10. You’ll Never Guess This Automatic Folding
    Mobility Scooter Near Me’s Secrets Automatic folding mobility scooter near Me

  11. GeorgeSep表示:

    buy kamagra online usa: buy kamagra online – buy kamagra online usa

  12. JamesNow表示:

    best price for viagra 100mg: Generic Viagra for sale – Generic Viagra online

  13. Nine Things That Your Parent Taught You About Online Famous Shopping Sites
    online famous shopping sites

  14. Cornelius表示:

    10 Facts About Online Shopping Sites In Uk For Electronics That Will Instantly
    Put You In A Good Mood Tacoma 3″ Stainless Bull Bar – Cornelius,

  15. 12 Companies Setting The Standard In Upvc Window Repairs upvc window repairs near me

  16. seal表示:

    What Freud Can Teach Us About Windows Repairs Near Me seal

  17. Hi there! I just wanted to ask if you ever have any trouble
    with hackers? My last blog (wordpress) was hacked and I ended up losing months of hard work due
    to no backup. Do you have any methods to prevent hackers?

  18. ElmerWes表示:

    cialis for sale Generic Cialis without a doctor prescription Tadalafil Tablet

  19. CharlesDog表示:

    http://cialist.pro/# Tadalafil Tablet

  20. 10 Undeniable Reasons People Hate Prada Bag Purse prada handbag small

  21. Gilda表示:

    5 Laws Anybody Working In Nespresso Compatible Machine Should Be Aware Of nespresso machine inissia, Gilda,

  22. Ten Volvo Excavator Key That Will Actually Help You Live Better volvo s40 key replacement cost

  23. CharlesDog表示:

    https://kamagra.win/# Kamagra Oral Jelly

  24. 8 Tips For Boosting Your 9kg Washing Machines Uk Game
    9kg washer (https://Peatix.com/User/21615345)

  25. 10 Things You Learned From Kindergarden They’ll Help You Understand Machine Espresso espresso and filter Coffee Machine

  26. 10 Things We Love About Designer Handbags Uk Designer Handbags Women’s (Livebookmark.Stream)

  27. 14 Companies Doing An Excellent Job At Boat Accident Lawyer paragould Boat accident lawyer

  28. Shellie表示:

    20 Up-And-Comers To Watch In The Buy Scooter Near
    Me Industry buy mobility scooter accessories (Shellie)

  29. ElmerWes表示:

    buy Kamagra super kamagra п»їkamagra

發佈留言

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