Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
Python
C
C++
Java
Courses
Machine Learning
DevOps
Web Development
System Design
Aptitude
Projects
Sign In
▲
Similar Topics
DSA
22.4k+ articles
Mathematical
7.7k+ articles
Arrays
6.4k+ articles
Strings
3.2k+ articles
Competitive Programming
2.3k+ articles
Greedy
2k+ articles
Algorithms
2k+ articles
Sorting
1.7k+ articles
Combinatorial
690+ articles
Natural Numbers
110+ articles
permutation
240+ posts
Popular Articles
Recent Articles
All Permutations of an Array
Last Updated: 10 March 2025
Given an array arr[] the task is to print all the possible permutations of the given array.Examples:Input: arr[] = {1, 2, 3}Output: {1, 2, 3
...read more
Arrays
Backtracking
Combinatorial
permutation
Recursion
DSA
Architecture of 8085 microprocessor
Last Updated: 24 March 2025
A microprocessor is fabricated on a single integrated circuit (IC) or chip that is used as a central processing unit (CPU).The 8085 micropro
...read more
permutation
Pointers
Functions
QA - Placement Quizzes-Data Interpretation
Computer Organization & Architecture
python-dict
microprocessor
CSS-Functions
Java-SecureRandom
TCS-coding-questions
R Graphics-Functions
Python numpy-Random
Android
Intellipaat
Express res.status() Function
Last Updated: 07 January 2025
The res.status() function sets the HTTP status for the response. It is a chainable alias of Node’s response.statusCode.Syntax:res.status(
...read more
permutation
QA - Placement Quizzes-Data Interpretation
Web Technologies
JavaScript
digit-DP
Node.js
Express.js
Similar Topics
DSA
22.4k+ articles
Mathematical
7.7k+ articles
Arrays
6.4k+ articles
Strings
3.2k+ articles
Competitive Programming
2.3k+ articles
Greedy
2k+ articles
Algorithms
2k+ articles
Sorting
1.7k+ articles
Combinatorial
690+ articles
Natural Numbers
110+ articles
Find the K-th Permutation Sequence of first N natural numbers
Last Updated: 17 April 2024
Given two integers N and K, find the Kth permutation sequence of numbers from 1 to N without using STL function.Note: Assume that the inputs
...read more
Algorithms
Mathematical
Combinatorial
permutation
Data Structures
C++ Programs
Natural Numbers
DSA
Iterative approach to print all permutations of an Array
Last Updated: 10 February 2023
Given an array arr[] of size N, the task is to generate and print all permutations of the given array. Examples:Input: arr[] = {1, 2} Output
...read more
Arrays
Dynamic Programming
Combinatorial
permutation
DSA
Print all permutations of a string in Java
Last Updated: 08 December 2022
Given a string str, the task is to print all the permutations of str. A permutation is an arrangement of all or part of a set of objects, wi
...read more
Strings
Backtracking
permutation
Recursion
Permutation and Combination
DSA
Permutations of a given string using STL
Last Updated: 11 February 2025
Given a string s, the task is to return all unique permutations of a given string in lexicographically sorted order.Note: A permutation is t
...read more
Strings
Combinatorial
STL
permutation
DSA
Permutation and Combination in Python
Last Updated: 09 May 2025
Python provides built-in methods to work with permutations and combinations using the itertools module. These are helpful in problems involv
...read more
Combinatorial
Python
permutation
DSA
Permutation Coefficient
Last Updated: 29 July 2024
Permutation refers to the process of arranging all the members of a given set to form a sequence. The number of permutations on a set of n e
...read more
Dynamic Programming
permutation
DSA
Generate all permutation of a set in Python
Last Updated: 21 January 2022
Permutation is an arrangement of objects in a specific order. Order of arrangement of object is very important. The number of permutations o
...read more
Algorithms
Mathematical
Python
permutation
DSA
Print all Unique permutations of a given string.
Last Updated: 24 January 2025
Given a string that may contain duplicates, the task is find all unique permutations of given string in any order.Examples:Input: "ABC"Outpu
...read more
Mathematical
Combinatorial
permutation
DSA
Anagram Substring Search (Or Search for all permutations)
Last Updated: 04 October 2024
Given a text txt and a pattern pat of size n and m respectively, the task is to find all occurrences of pat and its permutations (or anagram
...read more
Arrays
Microsoft
Amazon
Pattern Searching
permutation
anagram
sliding-window
DSA
Find next greater number with same set of digits
Last Updated: 17 July 2024
Given a number N as string, find the smallest number that has same set of digits as N and is greater than N. If N is the greatest possible n
...read more
Arrays
Microsoft
Amazon
Adobe
Morgan Stanley
Qualcomm
Samsung
Snapdeal
Hike
MakeMyTrip
Vizury Interactive Solutions
FactSet
Oxigen Wallet
Zillious
Searching
Mathematical
number-digits
permutation
DSA
Print all permutations in sorted (lexicographic) order
Last Updated: 22 April 2025
Given a string s, print all unique permutations of the string in lexicographically sorted order.Examples:Input: "ABC"Output: ["ABC", "ACB",
...read more
Strings
Mathematical
Combinatorial
permutation
lexicographic-ordering
DSA
Permutations of given String
Last Updated: 10 April 2025
Given a string s, the task is to return all permutations of a given string in lexicographically sorted order.Note: A permutation is the rear
...read more
Strings
Amazon
Samsung
Walmart
Cisco
Citrix
Snapdeal
Accolite
MAQ Software
Greedy
Backtracking
Mathematical
Combinatorial
OYO
permutation
Recursion
Apple
strings
DSA
1
2
3
4
5
6
7
8
>>
Last
1
2
3
4
5
6
>>
Last
1
2
3
4
>>
Last
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !