AniketTheProgrammer
Home
(current)
Courses
Projects
YT Projects
Coding Questions
Notification
Contact Us
Log In
All Topics
C Language
C++ Language
Greedy Algorithm
Hashing
Java Language
Linked List
Python
Queue
Stack
String
Sorting
Searching
Recursion
Backtracking
Dynamic Programming
Graph Theory
Bit Manipulation
Mathematics
Sliding Window Technique
Divide And Conquer
Matrix Manipulation
Two Pointers
Binary Tree
Topic: Sorting-question / Level: Beginner
1. Implement a function to perform bubble sort on an array of integers.
2. Write a program that sorts an array using selection sort.
3. Create a function that implements insertion sort for a list of numbers.
4. Write a function that sorts an array using the merge sort algorithm.
5. Implement quicksort for a given array of integers.
6. Create a program to sort a list of names in alphabetical order using bubble sort.
7. Write a function to sort an array of floats using selection sort.
8. Implement a function that performs insertion sort on a list of characters.
9. Create a program that sorts a list of student scores using merge sort.
10. Write a function that sorts a list of integers using quicksort.
11. Implement a function to perform cocktail shaker sort on an array.
12. Write a program that sorts an array using the heap sort algorithm.
13. Create a function that implements counting sort for non-negative integers.
14. Write a program to sort a list of words based on their lengths using bubble sort.
15. Implement a function that sorts a list of dates using selection sort.
16. Create a function that sorts an array of strings using insertion sort.
17. Write a program to sort a list of products by price using merge sort.
18. Implement a function that sorts an array of numbers using radix sort.
19. Create a program to sort a list of colors using bubble sort.
20. Write a function that sorts an array using the shell sort algorithm.
21. Implement a function to sort a list of integers using gnome sort.
22. Write a program that sorts a list of employee names using insertion sort.
23. Create a function that sorts a list of decimal numbers using selection sort.
24. Write a program to sort a list of exam scores using quicksort.
25. Implement a function that performs merge sort on a list of strings.
26. Create a program to sort a list of countries using bubble sort.
27. Write a function that sorts an array of random integers using selection sort.
28. Implement a function to sort a list of names in reverse alphabetical order using insertion sort.
29. Create a program that sorts a list of temperatures using merge sort.
30. Write a function that sorts an array of integers using quicksort with a custom comparator.
Previous
1
2
3
4
5
6
7
Next
More Levels
Intermediate
Advanced
Most Visited
Write a function that sorts a list of online reviews by star rating using insertion sort.
Implement a cocktail shaker sort for sorting a list of fashion items by price.
Implement a counting sort algorithm to sort a list of non-negative integers.
Create a function that sorts a list of adventure activities by excitement level using quicksort.
Implement a sorting algorithm that can sort an array of dates with varying formats.
Write a function that implements a counting sort optimized for sparse datasets.
Write a function that implements a sorting algorithm based on user-defined filters.
Create a program that sorts a list of vacation destinations based on distance from home using selection sort.
Implement a function to perform bubble sort on an array of integers.
Write a function that sorts a list of health products by user ratings using insertion sort.
Implement a sorting algorithm that can process and sort data from API calls.
Write a program that sorts a list of restaurant reviews by the date posted using bubble sort.
Create a program that sorts an array of integers based on their prime factor count.
Implement a counting sort that can handle a mix of negative and positive integers.
Implement a cocktail shaker sort for sorting a list of city names alphabetically.