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

Create ReverseWordInAString.md #6

Merged
merged 1 commit into from
Nov 26, 2021

Conversation

iam-sakshi
Copy link
Owner


Description 📜

Reverse words in a string.
Reverse Word in string girlscript#8512


Type of change 📝

  • Au#dio (Should be in mp3 format Includes speech clarity, Concise ,Low distortion)
  • Vi#deo (Animations, screen-recordings, presentations and regular explanatory films are all possibilties etc)
  • Doc#umentation (Content Creation in the form of codes or tutorials)
  • Other (If you choose other, Please mention changes below)

Domain of Contribution 📊

  • Android Dev #(Flutter)
  • Android Dev #(Java)
  • Android Dev #(Kotlin)
  • Backend Dev #(Java)
  • Backend Dev #(.NET)
  • Backend Dev #(PHP)
  • Backend Dev #(Python)
  • C/#CPP
  • Competitive #Programming
  • Cyber #Security
  • DS#A
  • Data#base
  • Datascience with #Python
  • Datascience with #R
  • Frontend Dev #HTML/CSS/JS
  • Frontend Dev #React/Angular/Vue
  • Go#lang
  • Interview #Prep
  • Java_#Domain
  • JavaScript_#Domain
  • ME#RN
  • Machine #Learning
  • Open #Source
  • Python_#Domain
  • Ru#st
  • Statis#tics
  • UI/#UX

Checklist ✅

  • I follow Contributing Guidelines & Code of conduct of this project.
  • I have performed a self-review of my own code or work.
  • I have commented my code, particularly in hard-to-understand areas.
  • My changes generates no new warnings.
  • I'm GWOC'21 contributor

Screenshots / Gif (Optional) 📸


@iam-sakshi iam-sakshi merged commit 09f26b6 into Competitive_Programming Nov 26, 2021
iam-sakshi added a commit that referenced this pull request Nov 27, 2021
* Create  ReverseWordInAString.md (#6)

* Competitive programming (#8)

* Merge two arrays according to constraints added.

* Create MagicNumber.md

* Rename MagicNumber.md to NthMagicNumber.md

* header file and heading added.

* Rename Competitive_Programming/Python/Maths & Number Theory/MagicNumber/NthMagicNumber.md to Competitive_Programming/Python/Maths & Number Theory/NthMagicNumber/NthMagicNumber.md

Co-authored-by: BootLook <[email protected]>
Co-authored-by: Jinal4502 <[email protected]>
Co-authored-by: Ahana Pal <[email protected]>

Co-authored-by: BootLook <[email protected]>
Co-authored-by: Jinal4502 <[email protected]>
Co-authored-by: Ahana Pal <[email protected]>
iam-sakshi added a commit that referenced this pull request Nov 27, 2021
* Create interpolation_sort.md

* Final update of interpolation_sort.md

* This commit fixes issue girlscript#7806

* Merge two arrays according to constraints added.

* Update EOF Error.md

* This commit fixes issue girlscript#8008

* N queens Added

* Code Added

* Image Added

* Source Added

* Update EOL Error.md

* Competitive programming: Bucket Sort With Implementation in Python (girlscript#7958)

* added readme.md

* added output image

* highlighted keywords, created and added image link, removed references

* deleted external image

* added img tag and changed complexity representation

* created activity_selection.md

* deleting the blank default file

* Create README.md

* updated activity_selection.md

* Delete README.md

* created bucket_sort.md

* Competitive Programming: Binomial Coefficient Using Bottom-Up Tabularization Approach (girlscript#8104)

* added readme.md

* added output image

* highlighted keywords, created and added image link, removed references

* deleted external image

* added img tag and changed complexity representation

* created activity_selection.md

* deleting the blank default file

* Create README.md

* updated activity_selection.md

* Delete README.md

* created bucket_sort.md

* created binomial_coefficient.md

* removed typo and modified the size of images

* This commit fixes issue girlscript#8116

* Update AttributeError.md

* Update AttributeError.md

* Rename .md file

* Change folder name

* Create MagicNumber.md

* Update Competitive_Programming/C++/Recursion & Backtracking/Backtracking/NQueens.md

Co-authored-by: Abhinav Anand <[email protected]>

* Update Competitive_Programming/C++/Recursion & Backtracking/Backtracking/NQueens.md

Co-authored-by: Abhinav Anand <[email protected]>

* Cp 1 (girlscript#8208)

* Create Binary Search Applications

Added Documentation regarding the Simple Applications of Binary Search

* Rename Binary Search Applications to Binary Search Application.mds

* Rename Binary Search Application.mds to Binary Search Application.md

* Update Binary Search Application.md

All the suggested changes are done .

* Rename Binary Search Application.md to BinarySearchApplication.md

renamed

* Update Competitive_Programming/C++/Searching & Sorting/Binary Search/BinarySearchApplication.md

Co-authored-by: Ravi Kanth Gojur <[email protected]>

* Update Competitive_Programming/C++/Searching & Sorting/Binary Search/BinarySearchApplication.md

Co-authored-by: Ravi Kanth Gojur <[email protected]>

* Create BinarySearchApplication.md

Done all the required changes suggested.

* Update BinarySearchApplication.md

done changes

* Create EuclidAlgorithm.md

This include the brute force and Euclid way to find GCD

* Create heap.md

* Delete heap.md

* Create heap.md

* Delete EuclidAlgorithm.md

* Create Heap_sort.md

* Delete heap.md

* Create FindingKthLargestElement.md

* Delete Heap_sort.md

* Update FindingKthLargestElement.md

* Update and rename FindingKthLargestElement.md to FindingKthLargestElement_&_TopKfrequentElements.md

* Update and rename Competitive_Programming/C++/Heap/FindingKthLargestElement_&_TopKfrequentElements.md to Competitive_Programming/C++/Heap/Finding Kth Largest Element/FindingKthLargestElement.md

* Delete Competitive_Programming/C++/Heap/Finding Kth Largest Element directory

* Create FindingKthLargestElement.md

Co-authored-by: Ravi Kanth Gojur <[email protected]>

* Delete TopKthFrequentElement.md

* Update EuclidAlgorithm.md

* Spiral Matrix Program (girlscript#7257)

* Added Spiral Matrix Program

* Changes in spiral matrix

* Made changes in code format and input/output

* Update Spiral_Matrix.md

* Update Spiral_Matrix.md

* Competitive programming: Greedy-Added CarSell problem (girlscript#8212)

* Create CarSell.md

* updated carsell problem

* added snippet for i/o

* Update Competitive_Programming/C++/Greedy/CarSell_Problem/CarSell.md

Co-authored-by: Abhinav Anand <[email protected]>

* Update Competitive_Programming/C++/Greedy/CarSell_Problem/CarSell.md

Co-authored-by: Abhinav Anand <[email protected]>

* updated code with proper indent

* Update CarSell.md

* Update Competitive_Programming/C++/Greedy/CarSell_Problem/CarSell.md

Co-authored-by: Abhinav Anand <[email protected]>

Co-authored-by: Abhinav Anand <[email protected]>

* Update EuclidAlgorithm.md

* Create ReverseWordInAString.md

* Rename MagicNumber.md to NthMagicNumber.md

* header file and heading added.

* Rename Competitive_Programming/Python/Maths & Number Theory/MagicNumber/NthMagicNumber.md to Competitive_Programming/Python/Maths & Number Theory/NthMagicNumber/NthMagicNumber.md

* Delete ReverseWordInAString.md

* Create  ReverseWordInAString.md (#6)

Co-authored-by: Susmita Bhattacharya <[email protected]>
Co-authored-by: Anjali Kumawat <[email protected]>
Co-authored-by: BootLook <[email protected]>
Co-authored-by: Ahana Pal <[email protected]>
Co-authored-by: Sidharth Mishra <[email protected]>
Co-authored-by: Jinal4502 <[email protected]>
Co-authored-by: Abhinav Anand <[email protected]>
Co-authored-by: Ravi Kanth Gojur <[email protected]>
Co-authored-by: Mayank Goel <[email protected]>
Co-authored-by: Subodh Kasaudhan <[email protected]>
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.

1 participant