Palindrome Sorting Medium: Worksheet 6 - Intermediate-Advanced Practice Palindrome Sorting Medium INTERMEDIATE ADVANCED

Ready to master Palindrome Sorting Medium? This timed practice ⚡ worksheet (6/10) presents 20 intermediate-advanced-level challenges. Focus area: speed building. Learn to solve palindrome sorting medium tricks, handle palindrome sorting medium shortcut methods, and perfect palindrome sorting medium bank exam questions with our step-by-step solutions.

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

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

Question 1

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

Question 2

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

Question 3

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

Question 4

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

Question 5

Input: level python noon hello coding 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: civic hello madam world python Step 1: Palindromic words (read same forwards/backwards): civic madam Step 2: Non-palindromic words: hello python world Step 3: Combine (palindromes first, then others, each sorted alphabetically): civic madam hello python world What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): civic madam hello python world

Question 7

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

Question 8

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

Question 9

Input: python civic hello coding noon 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 10

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

Question 11

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

Question 12

Input: hello python world civic radar 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 13

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

Question 14

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

Question 15

Input: world radar civic hello coding 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 16

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

Question 17

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

Question 18

Input: world radar racecar hello python 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 19

Input: hello world python deed civic 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 20

Input: noon python radar hello 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
Previous Worksheet Next Worksheet