Issues
- 0
[Bug]: Fix typo in the module `fibonacci.py`'s docstring
#115 opened by nbro - 1
Upload `ands` to PyPI
#80 opened by nbro - 1
Create a homepage
#83 opened by nbro - 0
Add Github issue tracker and PR templates
#100 opened by nbro - 1
- 0
Support CI/CD for this project
#79 opened by nbro - 0
Add logging to the modules
#111 opened by nbro - 0
`FAIL: test_delete_all_when_heap_of_random_size (ds.test_MinMaxHeap.TestMinMaxHeap)`
#110 opened by nbro - 1
- 0
- 0
Implement the zero one knapsack DP algorithm
#108 opened by nbro - 0
Implement the subset sum DP algorithm
#106 opened by nbro - 0
Implement the rod cut DP algorithm
#105 opened by nbro - 0
Implement the plus sign game DP algorithm
#104 opened by nbro - 0
- 0
Implement the maximum non-adjacent sequence DP algorithm
#102 opened by nbro - 0
- 0
Implement the longest common substring DP algorithm
#99 opened by nbro - 0
- 0
- 0
Implement the activity selection greedy algorithm
#96 opened by nbro - 0
Implement the `isomorphic` function
#87 opened by nbro - 0
Implement matrix data structures
#89 opened by nbro - 0
Implement the depth-first search algorithm
#90 opened by nbro - 0
Implement the breadth-first search algorithm
#88 opened by nbro - 0
Implement functions to check if a number is prime
#93 opened by nbro - 0
- 0
Implement the fractional knapsack greedy algorithm
#95 opened by nbro - 0
- 0
Testing numerical algorithms
#68 opened by nbro - 0
Create the documentation for `ands`
#84 opened by nbro - 0
Make sure all style and type checks have passed
#81 opened by nbro - 0
Use `pytest` instead of unittest
#86 opened by nbro - 0
Make sure all code is covered
#82 opened by nbro - 0
- 0
- 0
Complexity analysis of algorithms
#69 opened by nbro - 0
References in modules should only be used to refer to papers which introduced the algorithm or data structure or, in general, web articles which the implementation is based on
#72 opened by nbro - 0
Make sure each module/function/class contains a reference to the original paper(s), book(s) or article(s) that introduced the algorithm or data structure
#78 opened by nbro - 0
Make sure the sorting algorithms are consistent with Python's built-in sorting functions
#77 opened by nbro - 0
- 0
Implement the Introsort algorithm
#74 opened by nbro - 0
Implement the Catmull-Rom spline
#75 opened by nbro - 0
Modify the barycentric method to optionally accept the weights as a parameter so that to avoid computing them
#71 opened by nbro - 1
Not all methods of the LinearProbingHashTable class check if the input key is Hashable
#66 opened by nbro - 0
- 1
Make "invariant" methods which contain assertions external methods to the related class
#63 opened by nbro - 1
Assertion error when checking if a MinMaxHeap is a MinMaxHeap inside the deletion operation
#62 opened by nbro - 0
- 0