AniketTheProgrammer
Home
(current)
Courses
Projects
YT Projects
Coding Questions
Notification
Contact Us
Log In
All Topics
C Language
C++ Language
Greedy Algorithm
Hashing
Java Language
Linked List
Python
Queue
Stack
String
Sorting
Searching
Recursion
Backtracking
Dynamic Programming
Graph Theory
Bit Manipulation
Mathematics
Sliding Window Technique
Divide And Conquer
Matrix Manipulation
Two Pointers
Binary Tree
Topic: String-question / Level: Advanced
431. Implement a function to find the minimal number of operations to transform a string into its reverse.
432. Write a function to find the longest substring that contains all distinct characters in reverse order.
433. Implement a function to check if a string can be transformed into a palindrome by rotating any substring.
434. Write a function to find the lexicographically smallest palindrome that can be formed from a string by deleting at most k characters.
435. Implement a function to find the minimal number of operations to transform one string into another, allowing both rotations and insertions.
436. Write a function to find the lexicographically largest string that can be formed by rearranging the characters of a string.
437. Implement a function to find the longest palindrome that can be formed by rearranging a string's characters.
438. Write a function to find the smallest number of adjacent swaps to make a string into a palindrome.
439. Implement a function to check if two strings can be made identical by rearranging any two non-overlapping substrings.
440. Write a function to find the longest substring of a string that is an anagram of another given string.
441. Implement a function to find the minimal number of operations to transform a string into a valid palindrome by reversing only substrings.
442. Write a function to find the lexicographically smallest substring of a string that contains exactly k distinct characters.
443. Implement a function to find the longest subsequence common to three given strings.
444. Write a function to find the minimal number of operations to make a string a palindrome using only cyclic shifts.
445. Implement a function to find the lexicographically largest substring of a string that can be rearranged into a palindrome.
446. Write a function to find the smallest number of adjacent swaps to make two strings anagrams of each other.
447. Implement a function to find the minimal number of operations to convert one string into another, allowing both rotations and deletions.
448. Write a function to find the longest palindrome subsequence that can be formed by deleting characters from two given strings.
449. Implement a function to check if a string can be transformed into another string by rearranging its substrings.
450. Write a function to find the minimal number of operations to transform a string into a valid cyclic permutation of itself.
451. Implement a function to find the lexicographically largest string that can be formed by deleting at most k characters.
452. Write a function to find the minimal number of substring reversals needed to make a string a palindrome.
453. Implement a function to check if two strings are cyclic permutations of each other by rotating substrings.
454. Write a function to find the lexicographically smallest subsequence of a string that can be rearranged into a palindrome.
455. Implement a function to find the minimal number of adjacent swaps needed to transform a string into its reverse.
456. Write a function to check if a string is a valid shuffle of two other strings, maintaining the order of characters.
457. Implement a function to find the lexicographically smallest string that can be formed by rearranging the characters of a string.
458. Write a function to find the longest substring that can be rearranged into a palindrome by deleting at most k characters.
459. Implement a function to find the minimal number of substring rotations to transform one string into another.
460. Write a function to check if a string can be made into an anagram of another string by reversing at most one substring.
Previous
1
2
3
4
5
6
7
Next
More Levels
Beginner
Intermediate
Most Visited
Implement a function to find the k most frequent words in a string.
Write a function to count the number of distinct palindromic subsequences in a string.
Implement a function to count the number of substrings where each character occurs at least twice.
Write a function to find the smallest number of adjacent swaps to make two strings anagrams of each other.
Implement a function to find the longest palindrome that can be made from a string by swapping at most two characters.
Implement a function to determine the lexicographical rank of a string among its permutations.
Implement a function to check if two strings are one edit distance apart.
Implement a function to determine if a string is a valid IP address.
Write a function to find the longest substring that can be rearranged into a palindrome by deleting exactly one character.
Write a function to check if two strings can be made identical by reversing any two non-overlapping substrings.
Write a function to check if one string is a rotation of another string.
Write a function to remove all adjacent pairs of duplicate characters from a string until no such pairs exist.
Write a function to check if a string can be segmented into words from a dictionary.
Write a function to check if two strings can be made identical by swapping any two characters.
Write a function to find the smallest number of operations to transform a string into a valid anagram of another string using only cyclic shifts.