JavaScript icon indicating copy to clipboard operation
JavaScript copied to clipboard

Add transpose function for a 2D array

Open HarshNagpal07 opened this issue 2 months ago • 1 comments

Implemented a function to transpose a 2D array. It's just for the basic understanding of the How Arrays work, how they transpose their elements.

HarshNagpal07 avatar Nov 18 '25 15:11 HarshNagpal07

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 85.91%. Comparing base (08d8c6b) to head (187ea39).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1857   +/-   ##
=======================================
  Coverage   85.91%   85.91%           
=======================================
  Files         379      379           
  Lines       19778    19778           
  Branches     3015     3016    +1     
=======================================
  Hits        16993    16993           
  Misses       2785     2785           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

codecov-commenter avatar Nov 18 '25 15:11 codecov-commenter

Hey can you see the code?

HarshNagpal07 avatar Dec 10 '25 08:12 HarshNagpal07