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,154,411 Responses

  1. 10 Quick Tips About Workers Compensation Litigation Workers’ compensation Law firm

  2. What You Can Use A Weekly Slot Technology Project Can Change Your Life fair slots (http://www.desjoyaux.app)

  3. Question: How Much Do You Know About Workers Compensation Case?
    workers’ Compensation law firms

  4. 5 Lessons You Can Learn From Railroad Injuries Settlement Railroad Injuries Law Firms

  5. Drugs information sheet. Cautions.
    where buy generic zocor for sale
    Some about drugs. Read now.

  6. What Is The Reason High Wycombe Door And Window Is Right For You glass high wycombe

  7. boy789表示:

    I am not sure where you’re getting your info, but great topic.

    I needs to spend some time learning much more or understanding
    more. Thanks for excellent info I was looking for this info
    for my mission.

  8. Digital Marketing Schweiz

  9. Guide To Personal Injury Attorney: The Intermediate Guide In Personal Injury Attorney Personal Injury Attorney

  10. The 10 Scariest Things About High Roller Slots High Roller slots

  11. Medicines information. Long-Term Effects.
    where to get generic imodium without prescription
    Actual trends of pills. Get now.

  12. Nice post. I was checking constantly this blog and
    I am impressed! Extremely useful info specially the last part 🙂 I care for such info a lot.
    I was looking for this particular information for a
    long time. Thank you and good luck.

  13. memek basah表示:

    Hi! I know this is kind of off topic but I was wondering if
    you knew where I could find a captcha plugin for my comment form?

    I’m using the same blog platform as yours and I’m having trouble finding one?
    Thanks a lot!

  14. Thanks. A good amount of stuff.

  15. Guide To Dangerous Drugs Lawsuit: The Intermediate Guide To Dangerous Drugs
    Lawsuit Dangerous Drugs Lawsuit

  16. window表示:

    What’s The Current Job Market For Double Glazing Fitters Near
    Me Professionals? window

  17. впрочем, не растерялись, так как на
    gametop до сих пор есть офлайн игры для
    персонального компьютера для винды 7, которыми вы можете.

    Have a look at my homepage; https://ky-ky.net/game/biznes/

  18. Kanye’s upbringing has been remarkably compelling. Spending his early years in Chicago,
    he faced many obstacles that influenced his outlook on society.
    His supportive mother maintained a crucial
    role in encouraging his skills and instilling ethics that remain visible in his music today.
    It has been encouraging to observe how his history continue to propel
    his innovative endeavors.

  19. Myra表示:

    you’re in point of fact a just right webmaster.
    The site loading velocity is incredible. It sort of feels that you are
    doing any distinctive trick. In addition, The contents are masterpiece.
    you have performed a great task in this topic!

  20. Car Accident表示:

    Guide To Car Accident Litigation: The Intermediate Guide The Steps To Car Accident Litigation Car Accident

  21. ラブドール エロThis study highlights some important issues related to pedophilia and the design of support services for people with this sexual attraction pattern.First,

  22. Woah! I’m really loving the template/theme of this site.

    It’s simple, yet effective. A lot of times it’s very hard to get that “perfect balance” between user friendliness and visual appearance.
    I must say you’ve done a great job with this.
    Additionally, the blog loads very fast for me on Safari.
    Exceptional Blog!

  23. Hello, its fastidious piece of writing about media print, we all be
    familiar with media is a impressive source of data.

  24. Window Repairs Near Me Techniques To Simplify Your Daily Lifethe One Window Repairs Near Me Trick Every Individual
    Should Be Able To Window repairs near Me

  25. Ruthie表示:

    What’s The Current Job Market For Semi Truck Accident Professionals?
    truck accident – Ruthie,

  26. pepek becek表示:

    Hello There. I found your blog using msn. This is an extremely well written article.
    I will make sure to bookmark it and return to read more of your useful information. Thanks for the post.
    I will definitely comeback.

發佈留言

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