Skip to content
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.

String permutation #185

Merged
merged 7 commits into from
Oct 12, 2018
Merged

String permutation #185

merged 7 commits into from
Oct 12, 2018

Conversation

Prajna12
Copy link
Contributor

@Prajna12 Prajna12 commented Oct 12, 2018

Resolves Issue #127

Description

Print all the permutations of a given sring

Technical Specifications

Language used: Java
Input: A string with no repeating characters
Output: All the possible permutations of the string

How to run

Commands: javac StringPermutation.java
java StringPermutation

Checklist

  • Code compiles correctly.
  • Changes are tested properly.
  • Added the README / documentation, if necessary.
  • Followed the Contributing guidelines.

Copy link
Collaborator

@mahim23 mahim23 left a comment

Choose a reason for hiding this comment

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

Thank you for contributing :)

@mahim23 mahim23 merged commit 158115b into WebClub-NITK:master Oct 12, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants