Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / nbro/andz issues and pull requests

#118 - Bump andz version to 0.1.1

Pull Request - State: closed - Opened by nbro about 2 months ago

#117 - Rename the author in files

Pull Request - State: closed - Opened by nbro about 2 months ago

#116 - Fix typo in andz/algorithms/dp/fibonacci.py

Pull Request - State: closed - Opened by nbro 6 months ago
Labels: bug, algorithms, documentation

#115 - [Bug]: Fix typo in the module `fibonacci.py`'s docstring

Issue - State: closed - Opened by nbro 11 months ago
Labels: bug

#114 - Add issues, pull request and release templates

Pull Request - State: closed - Opened by nbro 11 months ago
Labels: dev

#113 - Do not run tests actions on push

Pull Request - State: closed - Opened by nbro 11 months ago - 1 comment
Labels: dev

#112 - Check we can install `andz` with pip after the release

Pull Request - State: closed - Opened by nbro 11 months ago

#111 - Add logging to the modules

Issue - State: open - Opened by nbro 11 months ago
Labels: enhancement

#110 - `FAIL: test_delete_all_when_heap_of_random_size (ds.test_MinMaxHeap.TestMinMaxHeap)`

Issue - State: open - Opened by nbro 11 months ago
Labels: bug, data-structures

#109 - Reorganize the `ds` subpackage so that e.g. trees are placed in a sub-subpackage

Issue - State: open - Opened by nbro about 2 years ago
Labels: data-structures

#108 - Implement the zero one knapsack DP algorithm

Issue - State: open - Opened by nbro about 2 years ago
Labels: algorithms

#107 - Fix the issue that we see an error related to poetry when we type just `make`

Issue - State: closed - Opened by nbro about 2 years ago - 1 comment
Labels: bug

#106 - Implement the subset sum DP algorithm

Issue - State: open - Opened by nbro about 2 years ago
Labels: algorithms

#105 - Implement the rod cut DP algorithm

Issue - State: open - Opened by nbro about 2 years ago
Labels: algorithms

#104 - Implement the plus sign game DP algorithm

Issue - State: open - Opened by nbro about 2 years ago
Labels: algorithms

#103 - Implement the maximum sum of contiguous subsequence DP algorithm

Issue - State: open - Opened by nbro about 2 years ago
Labels: algorithms

#102 - Implement the maximum non-adjacent sequence DP algorithm

Issue - State: open - Opened by nbro about 2 years ago
Labels: algorithms

#101 - Implement the longest increasing subsequence DP algorithm

Issue - State: open - Opened by nbro about 2 years ago
Labels: algorithms

#100 - Add Github issue tracker and PR templates

Issue - State: closed - Opened by nbro about 2 years ago
Labels: dev

#99 - Implement the longest common substring DP algorithm

Issue - State: open - Opened by nbro about 2 years ago
Labels: algorithms

#98 - Implement the longest common subsequence DP algorithm

Issue - State: open - Opened by nbro about 2 years ago
Labels: algorithms

#97 - Implement the edit distance dynamic programming algorithm

Issue - State: open - Opened by nbro about 2 years ago
Labels: algorithms

#96 - Implement the activity selection greedy algorithm

Issue - State: open - Opened by nbro about 2 years ago
Labels: algorithms

#95 - Implement the fractional knapsack greedy algorithm

Issue - State: open - Opened by nbro about 2 years ago
Labels: algorithms

#95 - Implement the fractional knapsack greedy algorithm

Issue - State: open - Opened by nbro about 2 years ago
Labels: algorithms

#94 - Implement functions to convert between infix, postfix and prefix notations

Issue - State: open - Opened by nbro about 2 years ago
Labels: algorithms

#94 - Implement functions to convert between infix, postfix and prefix notations

Issue - State: open - Opened by nbro about 2 years ago
Labels: algorithms

#93 - Implement functions to check if a number is prime

Issue - State: open - Opened by nbro about 2 years ago
Labels: algorithms

#92 - Add a section to the README on how to use `ands` with an example

Issue - State: open - Opened by nbro about 2 years ago
Labels: documentation

#92 - Add a section to the README on how to use `ands` with an example

Issue - State: open - Opened by nbro about 2 years ago
Labels: documentation

#91 - Add section on semantic versioning to the development section in the docs

Issue - State: closed - Opened by nbro about 2 years ago - 1 comment
Labels: enhancement, documentation

#90 - Implement the depth-first search algorithm

Issue - State: open - Opened by nbro about 2 years ago
Labels: algorithms

#89 - Implement matrix data structures

Issue - State: open - Opened by nbro about 2 years ago
Labels: data-structures

#88 - Implement the breadth-first search algorithm

Issue - State: open - Opened by nbro about 2 years ago
Labels: algorithms

#87 - Implement the `isomorphic` function

Issue - State: open - Opened by nbro about 2 years ago
Labels: algorithms

#86 - Use `pytest` instead of unittest

Issue - State: open - Opened by nbro about 2 years ago
Labels: testing

#86 - Use `pytest` instead of unittest

Issue - State: open - Opened by nbro about 2 years ago
Labels: testing

#85 - Generalize common tests for `MinHeap`, `MaxHeap` and `MinMaxHeap`

Issue - State: open - Opened by nbro about 2 years ago
Labels: enhancement, data-structures, testing

#85 - Generalize common tests for `MinHeap`, `MaxHeap` and `MinMaxHeap`

Issue - State: open - Opened by nbro about 2 years ago
Labels: enhancement, data-structures, testing

#84 - Create the documentation for `ands`

Issue - State: open - Opened by nbro about 2 years ago
Labels: documentation

#84 - Create the documentation for `ands`

Issue - State: open - Opened by nbro about 2 years ago
Labels: documentation

#83 - Create a homepage

Issue - State: closed - Opened by nbro about 2 years ago - 1 comment
Labels: dev, documentation

#82 - Make sure all code is covered

Issue - State: open - Opened by nbro about 2 years ago

#82 - Make sure all code is covered

Issue - State: open - Opened by nbro about 2 years ago

#81 - Make sure all style and type checks have passed

Issue - State: open - Opened by nbro about 2 years ago

#81 - Make sure all style and type checks have passed

Issue - State: open - Opened by nbro about 2 years ago

#80 - Upload `ands` to PyPI

Issue - State: closed - Opened by nbro about 2 years ago - 1 comment
Labels: dev

#79 - Support CI/CD for this project

Issue - State: closed - Opened by nbro about 2 years ago
Labels: dev

#77 - Make sure the sorting algorithms are consistent with Python's built-in sorting functions

Issue - State: open - Opened by nbro about 2 years ago
Labels: algorithms

#77 - Make sure the sorting algorithms are consistent with Python's built-in sorting functions

Issue - State: open - Opened by nbro about 2 years ago
Labels: algorithms

#76 - Support the `key` attribute in the sorting algorithms

Issue - State: open - Opened by nbro about 2 years ago
Labels: enhancement, algorithms

#76 - Support the `key` attribute in the sorting algorithms

Issue - State: open - Opened by nbro about 2 years ago
Labels: enhancement, algorithms

#75 - Implement the Catmull-Rom spline

Issue - State: open - Opened by nbro about 2 years ago
Labels: algorithms

#75 - Implement the Catmull-Rom spline

Issue - State: open - Opened by nbro about 2 years ago
Labels: algorithms

#74 - Implement the Introsort algorithm

Issue - State: open - Opened by nbro about 2 years ago
Labels: algorithms

#74 - Implement the Introsort algorithm

Issue - State: open - Opened by nbro about 2 years ago
Labels: algorithms

#73 - Change the type hint "None" to "NoneType" (which is the actual type)

Issue - State: closed - Opened by nbro about 4 years ago
Labels: dev

#73 - Change the type hint "None" to "NoneType" (which is the actual type)

Issue - State: closed - Opened by nbro about 4 years ago
Labels: dev

#70 - Add missing __all__ statement in the modules not containing it

Issue - State: closed - Opened by nbro over 7 years ago

#70 - Add missing __all__ statement in the modules not containing it

Issue - State: closed - Opened by nbro over 7 years ago

#69 - Complexity analysis of algorithms

Issue - State: open - Opened by nbro over 7 years ago
Labels: dev

#69 - Complexity analysis of algorithms

Issue - State: open - Opened by nbro over 7 years ago
Labels: dev

#68 - Testing numerical algorithms

Issue - State: open - Opened by nbro over 7 years ago
Labels: question, testing

#67 - Iss63

Pull Request - State: closed - Opened by nbro over 7 years ago - 1 comment

#67 - Iss63

Pull Request - State: closed - Opened by nbro over 7 years ago - 1 comment

#64 - Add tail-recursive versions of the recursive functions

Issue - State: open - Opened by nbro over 7 years ago
Labels: enhancement

#64 - Add tail-recursive versions of the recursive functions

Issue - State: open - Opened by nbro over 7 years ago
Labels: enhancement

#63 - Make "invariant" methods which contain assertions external methods to the related class

Issue - State: closed - Opened by nbro almost 8 years ago - 1 comment

#63 - Make "invariant" methods which contain assertions external methods to the related class

Issue - State: closed - Opened by nbro almost 8 years ago - 1 comment

#62 - Assertion error when checking if a MinMaxHeap is a MinMaxHeap inside the deletion operation

Issue - State: closed - Opened by nbro almost 8 years ago - 1 comment
Labels: bug

#62 - Assertion error when checking if a MinMaxHeap is a MinMaxHeap inside the deletion operation

Issue - State: closed - Opened by nbro almost 8 years ago - 1 comment
Labels: bug

#61 - Iss48

Pull Request - State: closed - Opened by nbro almost 8 years ago - 2 comments

#61 - Iss48

Pull Request - State: closed - Opened by nbro almost 8 years ago - 2 comments

#60 - Made size a property in all data structures

Pull Request - State: closed - Opened by nbro almost 8 years ago - 1 comment

#60 - Made size a property in all data structures

Pull Request - State: closed - Opened by nbro almost 8 years ago - 1 comment

#59 - Query the size of a data structure is being done both providing a method and a property

Issue - State: closed - Opened by nbro almost 8 years ago - 1 comment

#59 - Query the size of a data structure is being done both providing a method and a property

Issue - State: closed - Opened by nbro almost 8 years ago - 1 comment

#57 - Should additional non-standard methods of a particular data-structure be provided?

Issue - State: open - Opened by nbro almost 8 years ago
Labels: question

#57 - Should additional non-standard methods of a particular data-structure be provided?

Issue - State: open - Opened by nbro almost 8 years ago
Labels: question

#56 - Iss53

Pull Request - State: closed - Opened by nbro almost 8 years ago - 1 comment

#56 - Iss53

Pull Request - State: closed - Opened by nbro almost 8 years ago - 1 comment

#55 - Fixed issue 54

Pull Request - State: closed - Opened by nbro almost 8 years ago - 2 comments

#55 - Fixed issue 54

Pull Request - State: closed - Opened by nbro almost 8 years ago - 2 comments

#52 - Iss50

Pull Request - State: closed - Opened by nbro almost 8 years ago