Sorting
Haryana Board · Class 12 · Computer Science
All formulas from Sorting in Haryana Board Class 12 Computer Science. Key equations, constants, and identities for board exam preparation.
Interactive on Super Tutor
Studying Sorting? Get the full interactive chapter.
Quizzes, flashcards, AI doubt-solver and a step-by-step study plan — built for formula sheet and more.
1,000+ Class 12 students started this chapter today

This is just one of 9+ visuals inside Super Tutor's Sorting chapter
Explore the full setFormulas
Bubble Sort
WHILE i < n REPEAT STEPS 3 to 8; WHILE j < n - i - 1, REPEAT STEPS 5 to 7; IF numList[j] > numList[j+1] THEN swap(numList[j], numList[j+1])
Selection Sort
SET min = i, flag = 0; WHILE j < n: IF numList[j] < numList[min] THEN min = j, flag = 1; IF flag = 1 THEN swap(numList[i], numList[min])
Insertion Sort
temp = numList[i]; SET j = i-1; WHILE j > 0 and numList[j] > temp: numList[j+1] = numList[j]; SET j=j-1; numList[j+1] = temp
Full sheet with units and worked examples
View AllFrequently Asked Questions
What are the important topics in Sorting for Haryana Board Class 12 Computer Science?
How to score full marks in Sorting — Haryana Board Class 12 Computer Science?
Sources & Official References
Content is aligned to the official syllabus. Refer to the board website for the latest curriculum.
More resources for Sorting
Practice Quiz
Test yourself with a quick quiz
Important Questions
Practice with board exam-style questions
Revision Notes
Key points for last-minute revision
Chapter Summary
Understand the chapter at a glance
Concept Maps
See how topics connect visually
Study Plan
Step-by-step plan to ace this chapter
Flashcards
Quick-fire cards for active recall
Syllabus
What topics to cover
NCERT Solutions
Every textbook question solved step by step
For serious students
Get the full Sorting chapter — for free.
Quizzes, flashcards, AI doubt-solver and a step-by-step study plan for Haryana Board Class 12 Computer Science.