Skip to content

Conversation

@TonyStark-19
Copy link
Contributor

Description

This pull request includes several improvements, bug fixes, and file organization changes for the C++ section of the repository.

Summary of Changes

  • Added code formatting using simple VS Code extensions and improved organization by removing extra spaces.

  • Fixed typos across multiple files.

  • Resolved various bugs such as missing header files, version errors, and incorrect file extensions.

  • Fixed files that were missing extensions.

  • Moved two tree data structure code files (previously outside folders) into the tree folder.

  • Added three new folders containing my C++ codes:

    • class programs
    • inheritance
    • polymorphism
  • Note: Most files names contain spaces which may prevent compilation — feel free to rename them for consistency.

  • The large number of insertions in the diff is due to formatting changes only. You can safely merge this PR without issues.

Fixes: #144 issue

Type of Change

  • Code formatting and cleanup
  • Bug fix
  • File organization
  • New C++ programs added
  • Documentation update
  • Other (please specify):

How to Test

  1. Review the updated folder structure in the C++ section.
  2. Check newly added folders (class programs, inheritance, polymorphism).
  3. Compile and run a few files to confirm bug fixes and file integrity.
  4. Verify no missing headers or syntax errors remain.

Checklist

  • I have performed a self-review of my code.
  • I have commented my code where necessary.
  • My changes generate no new warnings.
  • I have verified that formatting changes don’t affect functionality.
  • All files compile successfully.

Additional Notes

All formatting and organizational changes were done carefully to improve readability and maintainability.
You can merge this PR without any risk of breaking functionality.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 26, 2025

Important

Review skipped

More than 25% of the files skipped due to max files limit. The review is being skipped to prevent a low-quality review.

189 files out of 298 files are above the max files limit of 100. Please upgrade to Pro plan to get higher limits.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@AnkitMajee
Copy link
Owner

@TonyStark-19 Merged

@AnkitMajee AnkitMajee merged commit f1c9944 into AnkitMajee:main Oct 28, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants