Algochallenges
86 subscribers
1 link
Daily algorithm questions with explanations. Prepare for your next coding interview!
Download Telegram
Channel created
Channel photo updated
Elements in an array are accessed _____
Anonymous Quiz
22%
Randomly
72%
Sequentially
0%
Exponentially
6%
Logarithmically
Process of removing an element from stack is called __________
Anonymous Quiz
1%
Create
4%
Push
3%
Evaluation
91%
Pop
How many children does a binary tree have?
Anonymous Quiz
44%
2
24%
0 or 1 or 2
23%
Any number of children
9%
0 or 1
Process of inserting an element in stack is called ____________
Anonymous Quiz
4%
Create
95%
Push
0%
Evaluation
1%
Pop
What is the worst case time complexity of a quick sort algorithm?
Anonymous Quiz
10%
O(n)
36%
O(n*log(n))
44%
O(n^2)
11%
O(log(n))