Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/TheAlgorithms/Python

All Algorithms implemented in Python
https://github.com/TheAlgorithms/Python

Mark fetch anime and play as broken

CaedenPH opened this pull request over 1 year ago
403 HTTP errors in `web_programming/fetch_anime_and_play.py`

tianyizheng02 opened this issue over 1 year ago
Algorithm: Calculating Product Sum from a Special Array with Nested Structures

Himanshutomar31 opened this pull request over 1 year ago
Dual Number Automatic Differentiation

ChrisO345 opened this pull request over 1 year ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request over 1 year ago
Update evaluate_postfix_notations.py

rohan472000 opened this pull request over 1 year ago
Added euler_totient_function.py

k3x9 opened this pull request over 1 year ago
Created euler_totient_function.py

k3x9 opened this pull request over 1 year ago
Mish activation function

Mitra-babu opened this pull request over 1 year ago
Need to support for unary operator in postfix evaluation.

amirsoroush opened this issue over 1 year ago
Added nth_sgonal_num.py

r0sa2 opened this pull request over 1 year ago
Fix removing the root node in binary_search_tree.py removes the whole tree

Frank-1998 opened this pull request over 1 year ago
fix: issue 8715

Frank-1998 opened this pull request over 1 year ago
Added nth_sgonal_num.py

r0sa2 opened this pull request over 1 year ago
Merge and add benchmarks to palindrome algorithms in the strings/ directory

CaedenPH opened this pull request over 1 year ago
Added is_palindrome.py

r0sa2 opened this pull request over 1 year ago
add __main__ around print

DanielLuo7 opened this pull request over 1 year ago
Fixes broken "Create guess_the_number_search.py"

CaedenPH opened this pull request over 1 year ago
Revert "Create guess_the_number_search.py"

CaedenPH opened this pull request over 1 year ago
explore

Fatihashima opened this issue over 1 year ago
Fix type error in `divide_and_conquer/strassen_matrix_multiplication.py`

tianyizheng02 opened this pull request over 1 year ago
Fixes: #8715 Fix for removing the root node in BST removes the whole …

MandalAk opened this pull request over 1 year ago
Updated and solved the issue in circular_linked_list_list.py

PranavYewale opened this pull request over 1 year ago
Added odd_sieve.py

r0sa2 opened this pull request over 1 year ago
Added odd_sieve.py

r0sa2 opened this pull request over 1 year ago
Pytest locally fails due to API_KEY env variable

CaedenPH opened this pull request over 1 year ago
Running pytest locally fails due to no TESTING or API_KEY

CaedenPH opened this issue over 1 year ago
pre-commit on windows fails on Validate filenames

CaedenPH opened this issue over 1 year ago
Put issue numbers in PR description, not in PR title

tianyizheng02 opened this issue over 1 year ago
Mish activation is added

Mitra-babu opened this pull request over 1 year ago
Strassen matrix multiplication broken

CaedenPH opened this issue over 1 year ago
Correct ruff failures

CaedenPH opened this pull request over 1 year ago
Adding graham_scan.

ValentinKlinger opened this pull request over 1 year ago
Improved Graph Implementations

nith2001 opened this pull request over 1 year ago
Added odd_sieve.py

r0sa2 opened this pull request over 1 year ago
add reverse_inorder traversal to binary_tree_traversals.py

amirsoroush opened this pull request over 1 year ago
Making binary tree traversals lazy.

amirsoroush opened this issue over 1 year ago
Duplicate solutions for postfix notation evaluation.

amirsoroush opened this issue over 1 year ago
Ruff fails my pull request despite the issue not being my code

imengus opened this issue over 1 year ago
Create another implementation of conways game of life

imengus opened this pull request over 1 year ago
Added vertex-limited network flow reduction

iiloni-umd opened this pull request over 1 year ago
Fix #8715 Update the remove func of binary search tree.

yabea opened this pull request over 1 year ago
Handle empty input case in Segment Tree build process

roger-sato opened this pull request over 1 year ago
Update palindrome.py

BishanKD opened this pull request over 1 year ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request over 1 year ago
Removing the root node in binary_search_tree.py removes the whole tree.

amirsoroush opened this issue over 1 year ago
Added Coulomb_Law

gudlu1925 opened this pull request over 1 year ago
BuG结束

Xbjzjzjzjzjb opened this issue over 1 year ago
Test ISSUE

AbishaiTom opened this issue over 1 year ago
python

hemanth8928 opened this pull request over 1 year ago
Improving Graph implementation with more functions

nith2001 opened this issue over 1 year ago
Added a new Python script to send message via telegram

NiyazUrazaev opened this pull request over 1 year ago
Optimize and improve swap nodes on linked list code

MarouaneBouf opened this pull request over 1 year ago
Update README.md

Nemenick opened this pull request over 1 year ago
The SiLU activation function is added

Mitra-babu opened this pull request over 1 year ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request over 1 year ago
Update game_of_life.py

pronoym99 opened this pull request over 1 year ago
Fix docstring in present_value.py

cclauss opened this pull request over 1 year ago
Added minimum waiting time problem solution using greedy algorithm

Himanshutomar31 opened this pull request over 1 year ago
Added an algorithm to calculate the present value of cash flows

sahilg13 opened this pull request over 1 year ago
The ELU activation is added

Mitra-babu opened this pull request over 1 year ago
The exponential linear Unit is added

Mitra-babu opened this pull request over 1 year ago
Exponential Linear Unit activation is added

Mitra-babu opened this pull request over 1 year ago
chore: use newest Discord invite link

Panquesito7 opened this pull request over 1 year ago
The ELU activation is added

Mitra-babu opened this pull request over 1 year ago
BST and RSA doctest

isidroas opened this pull request over 1 year ago
Create mergesortedarrays.py

kylekirch opened this pull request over 1 year ago
[pre-commit.ci] pre-commit autoupdate

pre-commit-ci[bot] opened this pull request over 1 year ago
Update and_gate.py

rohan472000 opened this pull request over 1 year ago
The tanh activation function is added

Mitra-babu opened this pull request over 1 year ago
Added rank of matrix in linear algebra

rudransh61 opened this pull request over 1 year ago
2**32 being calculated multiple times

Siddhesh-Agarwal opened this issue over 1 year ago
Solving the `Top k most frequent words` problem using a max-heap

cclauss opened this pull request over 1 year ago
fixes #8673; Add operator's associativity check for stacks/infix_to_p…

amirsoroush opened this pull request over 1 year ago
Project Euler problem148

saitejamanchi opened this pull request over 1 year ago
Documentation

Ranausama420 opened this pull request over 1 year ago
Fix linear_search docstring return value

bekbayev opened this pull request over 1 year ago
Update max_sub_array.py

snehanjaligvs opened this pull request over 1 year ago
Refactor mixed_keyword_cypher.py file and added comments in code

Ranausama420 opened this pull request over 1 year ago
Adding concepts from AC circuits

EngineerMarek opened this issue over 1 year ago
Changed list to dictionary for increased efficiency

sukrutimallesh opened this pull request over 1 year ago
Improve readability of ciphers/mixed_keyword_cypher.py

yanvoi opened this pull request over 1 year ago
Window closing fix

yanvoi opened this pull request over 1 year ago
Refactor code so it's readable

Starmania opened this issue over 1 year ago
Fix `mypy` errors in `maths/gaussian_error_linear_unit.py`

tianyizheng02 opened this pull request almost 2 years ago
Merge duplicate implementations of Maximum Subarray Sum

tianyizheng02 opened this issue almost 2 years ago
Enhance the implementation of Queue using list

amirsoroush opened this pull request almost 2 years ago
Reduce the complexity of genetic_algorithm/basic_string.py

MaximSmolskiy opened this pull request almost 2 years ago
Reduce the complexity of linear_algebra/src/polynom_for_points.py

MaximSmolskiy opened this pull request almost 2 years ago
Reduce the complexity of boolean_algebra/quine_mc_cluskey.py

MaximSmolskiy opened this pull request almost 2 years ago
Fix `mypy` errors in `erosion_operation.py`

tianyizheng02 opened this pull request almost 2 years ago
Optimize Project Euler solutions

dhruvmanila opened this issue almost 2 years ago
add a loader

muzakkirsaifi123 opened this pull request almost 2 years ago
Created fast_corner.py

adeel-20 opened this pull request almost 2 years ago
Added algorithm for DC electric power formula

joseph-alan-jose opened this pull request almost 2 years ago