šŸ“ DSA Practice Quiz

Test your DSA knowledge with these multiple-choice questions. Covers all topics from arrays to advanced algorithms.

šŸ›ļø Section 1: Fundamentals

Q1: What is the time complexity of accessing an element in an array by index?

Q2: Stack follows which principle?

Q3: What data structure does BFS use?

šŸ“ Section 2: Data Structures

Q4: Binary Search Tree inorder traversal produces elements in:

Q5: What is the average search time in a hash table?

Q6: Which is NOT a self-balancing BST?

āš™ļø Section 3: Algorithms

Q7: Dijkstra's algorithm works with:

Q8: DP requires which two properties?

Q9: Merge Sort's time complexity is:

šŸš€ Section 4: Advanced

Q10: N-Queens problem uses which technique?