mirror of
https://github.com/TheAlgorithms/Python.git
synced 2026-03-13 09:50:19 +08:00
README.md: Lose LGTM badge because we don't use it (#7063)
* README.md: Lose LGTM badge because we don't use it
* updating DIRECTORY.md
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
|
||||
## Audio Filters
|
||||
* [Butterworth Filter](audio_filters/butterworth_filter.py)
|
||||
* [Equal Loudness Filter](audio_filters/equal_loudness_filter.py)
|
||||
* [Iir Filter](audio_filters/iir_filter.py)
|
||||
* [Show Response](audio_filters/show_response.py)
|
||||
|
||||
@@ -475,6 +476,7 @@
|
||||
* [Binomial Coefficient](maths/binomial_coefficient.py)
|
||||
* [Binomial Distribution](maths/binomial_distribution.py)
|
||||
* [Bisection](maths/bisection.py)
|
||||
* [Carmichael Number](maths/carmichael_number.py)
|
||||
* [Catalan Number](maths/catalan_number.py)
|
||||
* [Ceil](maths/ceil.py)
|
||||
* [Check Polygon](maths/check_polygon.py)
|
||||
|
||||
Reference in New Issue
Block a user