Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions DIRECTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,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)

Expand Down Expand Up @@ -451,9 +452,11 @@
* [Time And Half Pay](financial/time_and_half_pay.py)

## Fractals
* [Barnsley Fern](fractals/barnsley_fern.py)
* [Julia Sets](fractals/julia_sets.py)
* [Koch Snowflake](fractals/koch_snowflake.py)
* [Mandelbrot](fractals/mandelbrot.py)
* [Sierpinski Carpet](fractals/sierpinski_carpet.py)
* [Sierpinski Triangle](fractals/sierpinski_triangle.py)
* [Vicsek](fractals/vicsek.py)

Expand Down Expand Up @@ -843,8 +846,10 @@
* [Validate Sudoku Board](matrix/validate_sudoku_board.py)

## Networking Flow
* [Dinic](networking_flow/dinic.py)
* [Ford Fulkerson](networking_flow/ford_fulkerson.py)
* [Minimum Cut](networking_flow/minimum_cut.py)
* [Push Relabel](networking_flow/push_relabel.py)

## Neural Network
* Activation Functions
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ classifiers = [
"Programming Language :: Python :: 3.14",
]
dependencies = [
"beautifulsoup4>=4.12.3",
"beautifulsoup4>=4.15",
"cython>=3.1.2",
"fake-useragent>=1.5.1",
"httpx>=0.28.1",
Expand Down