Skip to content

Add files via upload - #431

Open
TikuGaelle wants to merge 1 commit into
kanak22:mainfrom
TikuGaelle:main
Open

Add files via upload#431
TikuGaelle wants to merge 1 commit into
kanak22:mainfrom
TikuGaelle:main

Conversation

@TikuGaelle

Copy link
Copy Markdown

A program which reverses any array in the C programming language

Related issue

Closes: #262

Describe the changes you've made

The program contains 3 methods: reverseArray(), printArray(), and main().
The reverseArray() reverses the elements of any array using the start and end indexes of the said array
The printArray() prints out all the elements of any array
The main() calls the above methods

Mention any unusual behaviour of your code (Write NA if not)

NA

Checklist:

(To mark, write x inside the square brackets like this: [x])

  • My code follows the guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly whereever it was hard to understand.
  • My changes generate no new warnings.

Additional Info (optional)

Any additional information you want to give

A program which reverses any array in the C programming language

@kanak22 kanak22 left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @TikuGaelle some required changes are:

  1. Add the folder and file inside the leetcode folder inside array
  2. Rename the folder as Reverse An Array
  3. Rename the file as Reverse An Array.c

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.

Reversing an array DSA 450

2 participants