Chalarangelo / 30-seconds-of-python

Short Python code snippets for all your development needs
https://www.30secondsofcode.org/python/p/1
Creative Commons Attribution 4.0 International
8.83k stars 1.26k forks source link

[FIX: #170] Improve filter functions #176

Closed mx-psi closed 4 years ago

mx-psi commented 4 years ago

Description

Resolves #170.

Uses a Counter to get the amount of each value in the list. This improves the running time from O(n²) to O(n).

What does your PR belong to?

Types of changes

Checklist: