Last Questions of the day - Aaj thoda HARD ho gya kya ?
What does the following output? String[] os = new String[] { "Mac", "Linux", "Windows" }; Arrays.sort(os); System.out.println(Arrays.binarySearch(os, "Mac"));
What does the following output? String[] os = new String[] { "Mac", "Linux", "Windows" }; Arrays.sort(os); System.out.println(Arrays.binarySearch(os, "Mac"));
Anonymous Quiz
23%
0
45%
1
17%
2
14%
None
β€3
Coding Wallah Sir
kya bolte ho
DSA ke Topic Wise 3-4 questions ka target le every week
DSA ke Topic Wise 3-4 questions ka target le every week
Are kal Bacho ne Bola DSA ka bhi kre kya
Aj ek Question le lo - https://leetcode.com/problems/find-all-duplicates-in-an-array/
LeetCode
Find All Duplicates in an Array - LeetCode
Can you solve this real interview question? Find All Duplicates in an Array - Given an integer array nums of length n where all the integers of nums are in the range [1, n] and each integer appears at most twice, return an array of all the integers that appearsβ¦
π3
π1
Wow ye to vo h jo isne delete nahi kiye h kuch galia or bhi thi i know
π1
Logo ke words uuh badlte h chahe aap kitna bhi krlo that's why I started making distance from these students
What is the optimal time complexity to count the number of nodes in a linked list?
Anonymous Quiz
18%
O(1)
57%
O(n)
24%
O(nlogn)
1%
None
π3π1
Which of the following are applications of linked lists ?
Anonymous Quiz
15%
Implementing file systems
12%
Chaining in hash tables
16%
Binary Trees implementation
57%
All of the above
π3
Insertion of an element at the ends of a linked list requires the modification of how many pointers?
Anonymous Quiz
41%
2
41%
1
14%
3
5%
4
π’4
Which of the following algorithms is not feasible to implement in a linked list?
Anonymous Quiz
27%
Linear search
14%
Insertion sort
31%
Binary search
28%
Merge sort
π5π3
Coding Wallah Sir
Which of the following algorithms is not feasible to implement in a linked list?
Iska to ans linear search and binary search wale lecture me bata rkha h
class Main {
public static void main(String args[]) {
int t; System.out.println(t); } }
public static void main(String args[]) {
int t; System.out.println(t); } }
Anonymous Quiz
25%
0
20%
Null
31%
Garbage value
24%
Compile error
π3