Skip to content

docs: add arrays documentation in C#27

Open
Srishti-Gupta74 wants to merge 1 commit into
pushkarscripts:mainfrom
Srishti-Gupta74:docs/arrays-documentation
Open

docs: add arrays documentation in C#27
Srishti-Gupta74 wants to merge 1 commit into
pushkarscripts:mainfrom
Srishti-Gupta74:docs/arrays-documentation

Conversation

@Srishti-Gupta74
Copy link
Copy Markdown

Related Issue

Fixes #13


Description

Added structured and beginner-friendly documentation for Arrays in C.

Included

  • Introduction to arrays
  • Syntax and initialization
  • Accessing array elements
  • Input/output examples
  • Advantages and disadvantages
  • Time complexity analysis
  • Applications of arrays
  • Basic interview questions
  • Practice problems

This PR focuses only on the Arrays topic for easier review and maintainability.


Type of Change

  • Bug fix
  • New feature
  • Documentation update
  • UI/UX improvement
  • Refactor

Screenshots / Demo

Documentation preview added successfully in markdown format.


How Has This Been Tested?

  • Verified markdown formatting locally
  • Checked folder structure consistency
  • Reviewed rendered documentation preview on GitHub

Checklist

  • My code follows the project structure and conventions
  • I have tested the changes locally
  • I have linked the related issue properly
  • I have added screenshots where applicable
  • No existing functionality was broken

AI Usage

  • I have not used AI tools for this contribution

  • I have used AI tools (ChatGPT, Copilot, Claude, etc) and I have reviewed, verified, and understood all generated code/content before submitting this PR

If AI tools were used, briefly explain how:

Used AI assistance for drafting and organizing beginner-friendly documentation content. All content was reviewed and verified before submission.


Additional Notes

This PR adds the initial DSA documentation structure under notes/dsa/arrays for future topic-wise contributions.

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 15, 2026

Someone is attempting to deploy a commit to the PushkarScripts Team on Vercel.

A member of the Team first needs to authorize it.

@pushkarscripts
Copy link
Copy Markdown
Owner

Few problems with this PR:

  • Follow the file structure of the project.
    i.e., Instead of notes/dsa/array/README.md, use the app/sem#/[subject-name]/ format.
  • Update the necessary files like: apps/components/subjects.tsx
  • Replace Fixes # with Related to # as there's more than one PR for this issue.

Make these changes and update the PR

@pushkarscripts pushkarscripts added documentation Improvements or additions to documentation gssoc-26 Part of GirlScript Summer of Code 2026 labels May 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation gssoc-26 Part of GirlScript Summer of Code 2026

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[DOCS] Add Documentation for Data Structures using C

2 participants