pydatastructs
pydatastructs copied to clipboard
feat: add One dimensional Implicit array
References to other Issues or PRs or Relevant literature
Resolves #457
Brief description of what is fixed or changed
Added a one dimensional implicit array for O(1) memory purposes.
- Added python backend version
- Added cpp backend version
Codecov Report
Attention: Patch coverage is 65.71429% with 12 lines in your changes missing coverage. Please review.
Project coverage is 97.098%. Comparing base (
f4c1677) to head (9a424a7).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| pydatastructs/linear_data_structures/arrays.py | 65.714% | 12 Missing :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## main #613 +/- ##
=============================================
- Coverage 97.345% 97.098% -0.248%
=============================================
Files 36 36
Lines 4445 4480 +35
=============================================
+ Hits 4327 4350 +23
- Misses 118 130 +12
| Files with missing lines | Coverage Δ | |
|---|---|---|
| pydatastructs/linear_data_structures/__init__.py | 100.000% <ø> (ø) |
|
| pydatastructs/linear_data_structures/arrays.py | 95.312% <65.714%> (-4.688%) |
:arrow_down: |
🚀 New features to boost your workflow:
- ❄ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.