Palindrome Sorting Medium - Absolute-Beginner Level: core concept mastery Palindrome Sorting Medium ABSOLUTE BEGINNER

This skill primer 🌟 worksheet focuses on Palindrome Sorting Medium - a key topic in Input Output Basic. You'll solve 20 absolute-beginner-level problems (Worksheet 1 of 10). The primary focus is on core concept mastery. Master palindrome sorting medium problems, palindrome sorting medium reasoning questions, and palindrome sorting medium practice through systematic practice.

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

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

Question 1

Input: level coding civic python hello 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 2

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

Question 3

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

Question 4

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

Question 5

Input: coding racecar python hello radar 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 6

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

Question 7

Input: coding world civic hello refer 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 8

Input: python coding civic deed hello 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 9

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

Question 10

Input: noon deed world coding hello 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 11

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

Question 12

Input: deed noon coding hello world 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 13

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 14

Input: hello python noon coding radar 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 15

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

Question 16

Input: hello deed python racecar coding 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 17

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

Question 18

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

Question 19

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

Question 20

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