Skip to content

Commit dcd0f50

Browse files
Update README.md
1 parent ea4462d commit dcd0f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ⚫ Sorting in Tech Interviews 2024: 23 Key Questions & Answers
1+
# ⚫ Sorting Algorithms in Tech Interviews 2024: 23 Key Questions & Answers
22

33
**Sorting Algorithms** are methods used to rearrange elements in a sequence based on some criteria, such as numerical or lexicographical order. Common examples include quicksort, mergesort, and bubblesort. In coding interviews, questions on sorting algorithms gauge a candidate's grasp of **data organization techniques** and their trade-offs in terms of time and space complexity.
44

0 commit comments

Comments
 (0)