Coding Problems in DSA

1.Write a function to find the kth smallest element in an unsorted array.
2.Implement a stack using two array
.
3.Write a function to sort an array using the bubble sort.

1 Like

@kalyani-ta-ds
is question 2 correct, is it really implementing stack or meant to be queue using stacks