diff options
author | 2022-06-13 18:56:19 -0400 | |
---|---|---|
committer | 2022-06-13 18:56:19 -0400 | |
commit | 512f9ae27c15a23da2e043995c58ae054a14461f (patch) | |
tree | afda63906828694ee7796cb48a1493ac490f2a1b /pydis_site/apps | |
parent | Merge branch 'main' into swfarnsworth/resources (diff) |
Add The Algorithms to resources
Diffstat (limited to 'pydis_site/apps')
-rw-r--r-- | pydis_site/apps/resources/resources/the_algorithms_github.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/pydis_site/apps/resources/resources/the_algorithms_github.yaml b/pydis_site/apps/resources/resources/the_algorithms_github.yaml new file mode 100644 index 00000000..10052fd3 --- /dev/null +++ b/pydis_site/apps/resources/resources/the_algorithms_github.yaml @@ -0,0 +1,18 @@ +description: A git repository of Python implementations of many of the algorithms taught in algorithm + and data structure courses, as well as algorithms for neural networks, block chains, and compression. This is + a great resource for students wanting to see algorithms implemented in a familiar language. +name: The Algorithms +title_url: https://github.com/TheAlgorithms/Python +tags: + topics: + - algorithms and data structures + - data science + - security + payment_tiers: + - free + difficulty: + - beginner + - intermediate + type: + - tutorial + |