pygorithm icon indicating copy to clipboard operation
pygorithm copied to clipboard

A Python module for learning all major algorithms

Results 9 pygorithm issues
Sort by recently updated
recently updated
newest added

After ```console pip install https://github.com/OmkarPathak/pygorithm/releases/download/v1.0.4/pygorithm-1.0.4-py2.py3-none-any.whl ``` I can not import `QuadTreeEntity` from anywhere, So I checked the code at `pygorithm\data_structures\quadtree.py` in `site-packages` Here is what I got ```python """ Author:...

including ERROR: test_one_moving_many_stationary_no_intr (tests.test_geometry.TestExtrapolatedIntersection)

There is a small typo in imgs/test_geometry/test_extrapolated_intersection/utils.py. Should read `weird` rather than `wierd`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

Hi! I have added the Edit Distance Algorithm under the Dynamic Programming Section.

Added a new math function that solves standard quadratic equation given floats a, b, and c.

Hi, I'm making updates for Open Collective. Either you or a supporter signed this repo up for Open Collective. This pull request adds backers and sponsors from your Open Collective...

Refactor mid calculation to prevent overflow