Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add One dimensional Implicit array #613

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

FamALouiz
Copy link

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

@FamALouiz FamALouiz changed the title feat: One dimensional Implicit array feat: added One dimensional Implicit array Mar 9, 2025
@FamALouiz FamALouiz changed the title feat: added One dimensional Implicit array feat: add One dimensional Implicit array Mar 9, 2025
@FamALouiz FamALouiz closed this Mar 9, 2025
@FamALouiz FamALouiz reopened this Mar 9, 2025
Copy link

codecov bot commented Mar 10, 2025

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 ⚠️
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%) ⬇️

Impacted file tree graph

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ImplicitArray
1 participant