Skip to content
Courses
DSA to Development
Machine Learning & Data Science
Generative AI & ChatGPT
Become AWS Certified
DSA Courses
Data Structure & Algorithm(C++/JAVA)
Data Structure & Algorithm(Python)
Data Structure & Algorithm(JavaScript)
Programming Languages
CPP
Java
Python
JavaScript
C
All Courses
Tutorials
Python Tutorial
Taking Input in Python
Python Operators
Python Data Types
Python Loops and Control Flow
Python Conditional Statements
Python Loops
Python Functions
Python OOPS Concept
Python Data Structures
Python Exception Handling
Python File Handling
Python Exercises
Java
Learn Java Programming Language
Java Collections
Java 8 Tutorial
Java Programs
Java Interview Questions
Java Interview Questions
Core Java Interview Questions-Freshers
Java Multithreading Interview Questions
OOPs Interview Questions and Answers
Java Exercises
Java Quiz
Java Quiz
Core Java MCQ
Java Projects
Advance Java
Spring Tutorial
Spring Boot Tutorial
Spring Boot Interview Questions
Spring MVC Tutorial
Spring MVC Interview Questions
Hibernate Tutorial
Hibernate Interview Questions
Programming Languages
JavaScript
C++
R Tutorial
SQL
PHP
C#
C
Scala
Perl
Go Language
Kotlin
System Design
System Design Tutorial
Software Design Patterns
System Design Roadmap
Top 10 System Design Interview Questions and Answers
Interview Corner
Company Preparation
Top Topics
Practice Company Questions
Interview Experiences
Experienced Interviews
Internship Interviews
Competitive Programming
Multiple Choice Quizzes
Aptitude for Placements
Computer Science Subjects
Operating System
DBMS
Computer Networks
Engineering Mathematics
Computer Organization and Architecture
Theory of Computation
Compiler Design
Digital Logic
Software Engineering
DevOps
GIT
AWS
Docker
Kubernetes
Microsoft Azure Tutorial
Google Cloud Platform
Linux
Linux Tutorial
Linux Commands A-Z
Linux Commands Cheatsheet
File Permission Commands
Linux System Administration
Linux File System
Linux Shell Scripting
Linux Networking
Linux Interview Questions
Software Testing
Software Testing Tutorial
Software Engineering Tutorial
Testing Interview Questions
Jira
Databases
DBMS Tutorial
SQL Tutorial
PostgreSQL Tutorial
MongoDB Tutorial
SQL Interview Questions
MySQL Interview Questions
PL/SQL Interview Questions
Android
Android Tutorial
Android Studio Tutorial
Kotlin For Android
Android Projects
Android Interview Questions
6 Weeks of Android App Development
Excel
MS Excel Tutorial
Introduction to MS Excel
Data Analysis in Excel
Basic Excel Formulas & Functions
Data Analysis in Advanced Excel
Workbooks
Statistical Functions
Data Visualization in Excel
Pivot Tables in Excel
Excel Spreadsheets in Python
Basic Excel Shortcuts
Mathematics
Number System
Algebra
Linear Algebra
Trigonometry
Set Theory
Statistics
Probability
Geometry
Mensuration
Logarithms
Calculus
DSA
Data Structures
Arrays
Matrix
Strings
Linked List
Stack
Queue
Tree
Heap
Hashing
Graph
Set Data Structure
Map Data Structure
Advanced Data Structure
Data Structures Tutorial
Algorithms
Analysis of Algorithms
Design and Analysis of Algorithms
Asymptotic Analysis
Asymptotic Notations
Worst, Average and Best Cases
Searching Algorithms
Linear Search
Binary Search
Searching Algorithms Tutorial
Sorting Algorithms
Selection Sort
Bubble Sort
Insertion Sort
Merge Sort
Quick Sort
Heap Sort
Counting Sort
Radix Sort
Bucket Sort
Sorting Algorithms Tutorial
Greedy Algorithms
Dynamic Programming
Graph Algorithms
Pattern Searching
Recursion
Backtracking
Divide and Conquer
Mathematical Algorithms
Geometric Algorithms
Bitwise Algorithms
Randomized Algorithms
Branch and Bound
Algorithms Tutorial
DSA Tutorial
Practice
All DSA Problems
Problem of the Day
Company Wise Coding Practice
Amazon
Microsoft
Flipkart
Explore All
GfG SDE Sheet
Practice Problems Difficulty Wise
School
Basic
Easy
Medium
Hard
Language Wise Coding Practice
CPP
Java
Python
Curated DSA Lists
Beginner's DSA Sheet
Top 50 Array Problems
Top 50 String Problems
Top 50 DP Problems
Top 50 Graph Problems
Top 50 Tree Problems
Competitive Programming
Company Wise SDE Sheets
Facebook SDE Sheet
Amazon SDE Sheet
Apple SDE Sheet
Netflix SDE Sheet
Google SDE Sheet
DSA Cheat Sheets
SDE Sheet
DSA Sheet for Beginners
FAANG Coding Sheet
Product-Based Coding Sheet
Company-Wise Preparation Sheet
Top Interview Questions
Puzzles
All Puzzles
Top 100 Puzzles Asked In Interviews
Top 20 Puzzles Commonly Asked During SDE Interviews
Data Science
Python Tutorial
R Tutorial
Machine Learning
Data Science using Python
Data Science using R
Data Science Packages
Pandas Tutorial
NumPy Tutorial
Data Visualization
Python Data Visualization Tutorial
Data Visualization with R
Data Analysis
Data Analysis with Python
Data Analysis with R
Deep Learning
NLP Tutorial
Web Tech
HTML Tutorial
CSS Tutorial
JavaScript Tutorial
PHP Tutorial
ReactJS Tutorial
NodeJS Tutorial
Bootstrap Tutorial
Typescript
Web Development Using Python
Django
Django Tutorial
Django Projects
Django Interview Questions
Flask
Flask Tutorial
Flask Projects
Flask Interview Questions
Postman
Github
Cheat Sheets
HTML Cheat Sheet
CSS Cheat Sheet
JavaScript Cheat Sheet
React Cheat Sheet
Angular Cheat Sheet
jQuery Cheat Sheet
Bootstrap Cheat Sheet
Learn Complete Web Development
Trending Now
DSA
Web Tech
Foundational Courses
Data Science
Practice Problem
Python
Machine Learning
JavaScript
System Design
Django
DevOps Tutorial
Java
C
C++
ReactJS
NodeJS
CP Live
Aptitude
Puzzles
Projects
▲
Similar Topics
DSA
22.3k+ 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: 18 September 2024
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: 23 January 2024
Introduction :The 8085 microprocessor is an 8-bit microprocessor that was developed by Intel in the mid-1970s. It was widely used in the ear
...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: 09 October 2024
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.3k+ 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 July 2022
A permutation, also called an "arrangement number" or "order", is a rearrangement of the elements of an ordered list S into a one-to-one cor
...read more
Strings
Combinatorial
STL
permutation
DSA
Permutation and Combination in Python
Last Updated: 08 March 2023
Python provides direct methods to find permutations and combinations of a sequence. These methods are present in itertools package.Permutati
...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 distinct permutations of a given string with duplicates
Last Updated: 27 January 2023
Given a string that may contain duplicates, write a function to print all permutations of given string such that no permutation is repeated
...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: 12 July 2022
Given a string, print all permutations of it in sorted order. For example, if the input string is "ABC", then output should be "ABC, ACB, BA
...read more
Strings
Mathematical
Combinatorial
permutation
lexicographic-ordering
DSA
Permutations of given String
Last Updated: 18 September 2024
Given a string S, the task is to write a program to print all permutations of a given string.A permutation also called an "arrangement numbe
...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 !