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

implemented prefix sum generation for given array #38

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

ittou-shura
Copy link
Contributor

@ittou-shura ittou-shura commented Dec 16, 2024

Summary

Added the implementation for prefix sum generation for given array in three programming languages (Java, C++, Python) and updated the RoadMap.md file.

Issue Link

Fixes #37

Changes Made

Created a new folder Prefix_Sum/ containing:

  • prefix_sum.java
  • prefix_sum.cpp
  • prefix_sum.py
  • README.md

Updated RoadMap.md to include a hyperlink to this folder and checked the relevant box.

Checklist

  • Added code in Java, C++, and Python.
  • Updated RoadMap.md with a checkbox and hyperlink.
  • Verified all files compile/run without errors.
  • Added meaningful comments and test cases in the code.

@imsuraj675 imsuraj675 merged commit 7472ea9 into imsuraj675:main Dec 16, 2024
@imsuraj675
Copy link
Owner

Good work

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

Successfully merging this pull request may close these issues.

[ADD] Prefix Array Generation
2 participants