Master Palindrome Sorting Medium - Beginner Level Problems Palindrome Sorting Medium BEGINNER

Excel in competitive exams with this skill builder ⚡ worksheet on Palindrome Sorting Medium. Worksheet 3 of 10 contains 20 beginner-level problems. Target your step-by-step problem solving skills while practicing palindrome sorting medium practice, palindrome sorting medium for competitive exams, and how to solve palindrome sorting medium.

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

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

Question 1

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

Question 2

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

Question 3

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

Question 4

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

Question 5

Input: world racecar coding python level 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 6

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

Question 8

Input: refer civic world hello python 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 9

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

Question 10

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

Question 11

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

Question 12

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

Question 13

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

Question 14

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

Question 15

Input: world python level coding 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

Question 16

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

Question 17

Input: coding hello noon racecar world 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 18

Input: python hello coding level noon 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 19

Input: radar python coding hello madam 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 20

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