Palindrome Sorting Medium Beginner-Intermediate Worksheet: Focus on common variations practice Palindrome Sorting Medium BEGINNER INTERMEDIATE

Level up your Palindrome Sorting Medium skills! You're at Worksheet 4 of 10 (33% through this series). This step-up challenge worksheet features 20 beginner-intermediate-level problems with a focus on common variations practice. Topics covered: palindrome sorting medium for competitive exams, how to solve palindrome sorting medium, palindrome sorting medium tricks.

📝 Worksheet 4 of 10 • 20 questions • ⏱️ Estimated time: 20 minutes • 🎯 Beginner Intermediate level

What you'll learn in this worksheet:
Your progress through Palindrome Sorting Medium
Worksheet 4 of 10 (33% complete)

Question 1

Input: racecar python radar hello world Step 1: Palindromic words (read same forwards/backwards): racecar radar Step 2: Non-palindromic words: hello python world Step 3: Combine (palindromes first, then others, each sorted alphabetically): racecar radar hello python world What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): racecar radar hello python world

Question 2

Input: python world civic coding radar Step 1: Palindromic words (read same forwards/backwards): civic radar Step 2: Non-palindromic words: coding python world Step 3: Combine (palindromes first, then others, each sorted alphabetically): civic radar coding python world What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): civic radar coding python world

Question 3

Input: coding python level hello deed Step 1: Palindromic words (read same forwards/backwards): deed level Step 2: Non-palindromic words: coding hello python Step 3: Combine (palindromes first, then others, each sorted alphabetically): deed level coding hello python What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): deed level coding hello python

Question 4

Input: hello level world radar coding Step 1: Palindromic words (read same forwards/backwards): level radar Step 2: Non-palindromic words: coding hello world Step 3: Combine (palindromes first, then others, each sorted alphabetically): level radar coding hello world What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): level radar coding hello world

Question 5

Input: coding python level noon hello Step 1: Palindromic words (read same forwards/backwards): level noon Step 2: Non-palindromic words: coding hello python Step 3: Combine (palindromes first, then others, each sorted alphabetically): level noon coding hello python What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): level noon coding hello python

Question 6

Input: world civic refer python hello Step 1: Palindromic words (read same forwards/backwards): civic refer Step 2: Non-palindromic words: hello python world Step 3: Combine (palindromes first, then others, each sorted alphabetically): civic refer hello python world What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): civic refer hello python world

Question 7

Input: refer hello noon coding python Step 1: Palindromic words (read same forwards/backwards): noon refer Step 2: Non-palindromic words: coding hello python Step 3: Combine (palindromes first, then others, each sorted alphabetically): noon refer coding hello python What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): noon refer coding hello python

Question 8

Input: hello python noon radar world Step 1: Palindromic words (read same forwards/backwards): noon radar Step 2: Non-palindromic words: hello python world Step 3: Combine (palindromes first, then others, each sorted alphabetically): noon radar hello python world What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): noon radar hello python world

Question 9

Input: radar civic world python hello Step 1: Palindromic words (read same forwards/backwards): civic radar Step 2: Non-palindromic words: hello python world Step 3: Combine (palindromes first, then others, each sorted alphabetically): civic radar hello python world What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): civic radar hello python world

Question 10

Input: hello deed refer python coding Step 1: Palindromic words (read same forwards/backwards): deed refer Step 2: Non-palindromic words: coding hello python Step 3: Combine (palindromes first, then others, each sorted alphabetically): deed refer coding hello python What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): deed refer coding hello python

Question 11

Input: radar hello coding level python Step 1: Palindromic words (read same forwards/backwards): level radar Step 2: Non-palindromic words: coding hello python Step 3: Combine (palindromes first, then others, each sorted alphabetically): level radar coding hello python What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): level radar coding hello python

Question 12

Input: civic python coding hello deed Step 1: Palindromic words (read same forwards/backwards): civic deed Step 2: Non-palindromic words: coding hello python Step 3: Combine (palindromes first, then others, each sorted alphabetically): civic deed coding hello python What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): civic deed coding hello python

Question 13

Input: racecar coding deed python hello Step 1: Palindromic words (read same forwards/backwards): deed racecar Step 2: Non-palindromic words: coding hello python Step 3: Combine (palindromes first, then others, each sorted alphabetically): deed racecar coding hello python What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): deed racecar coding hello python

Question 14

Input: hello civic coding world radar Step 1: Palindromic words (read same forwards/backwards): civic radar Step 2: Non-palindromic words: coding hello world Step 3: Combine (palindromes first, then others, each sorted alphabetically): civic radar coding hello world What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): civic radar coding hello world

Question 15

Input: noon level world hello coding Step 1: Palindromic words (read same forwards/backwards): level noon Step 2: Non-palindromic words: coding hello world Step 3: Combine (palindromes first, then others, each sorted alphabetically): level noon coding hello world What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): level noon coding hello world

Question 16

Input: world python coding radar madam Step 1: Palindromic words (read same forwards/backwards): madam radar Step 2: Non-palindromic words: coding python world Step 3: Combine (palindromes first, then others, each sorted alphabetically): madam radar coding python world What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): madam radar coding python world

Question 17

Input: refer hello civic world coding Step 1: Palindromic words (read same forwards/backwards): civic refer Step 2: Non-palindromic words: coding hello world Step 3: Combine (palindromes first, then others, each sorted alphabetically): civic refer coding hello world What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): civic refer coding hello world

Question 18

Input: hello python world civic deed Step 1: Palindromic words (read same forwards/backwards): civic deed Step 2: Non-palindromic words: hello python world Step 3: Combine (palindromes first, then others, each sorted alphabetically): civic deed hello python world What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): civic deed hello python world

Question 19

Input: hello noon python coding civic Step 1: Palindromic words (read same forwards/backwards): civic noon Step 2: Non-palindromic words: coding hello python Step 3: Combine (palindromes first, then others, each sorted alphabetically): civic noon coding hello python What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): civic noon coding hello python

Question 20

Input: coding world level python noon Step 1: Palindromic words (read same forwards/backwards): level noon Step 2: Non-palindromic words: coding python world Step 3: Combine (palindromes first, then others, each sorted alphabetically): level noon coding python world What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): level noon coding python world
Previous Worksheet Next Worksheet