CodeRank
Questions
Assignments
My Progress
Login
Register
Browse Questions
All Topics
Arrays
Strings
Recursion
OOP
Data Structures
Algorithms
Sorting
Searching
Dynamic Programming
Graphs
Trees
Linked Lists
Stacks & Queues
Hash Maps
Bit Manipulation
JavaScript
React
Java
All Difficulties
Easy
Medium
Hard
All Languages
JavaScript
TypeScript
Java
Filter
Reset
What is the time complexity to find an element in a linked list of length n?
medium
Linked Lists
Algorithms
Searching
Attempt
What is the average time complexity of finding an element in a binary search tree with n elements?
medium
Trees
Algorithms
Searching
Attempt
What is the result when one tries to compile and run the following code?
easy
java
Java
Attempt
Consider the following JavaScript code snippet. What will the code `let myVar = foo;` do?
easy
js
JavaScript
Attempt
How can you add a comment in a JavaScript?
easy
JavaScript
Attempt
What is the output of the following code?
easy
java
Java
Attempt
Which of the statements are true regarding this code?
easy
java
OOP
Java
Attempt
JavaScript is perhaps the most widely used programming language for Web client purposes. All modern Web browsers use it. Which of the following are true?
easy
JavaScript
Attempt
The localStorage object is used to store the data locally. Which of the following are true about localStorage objects? Select one or more.
easy
JavaScript
Attempt
One way to declare a variable in JavaScript is to use the keyword `const`. Which of the following are true about `const`? Choose one or more.
easy
JavaScript
Attempt
What element type does this render?
easy
js
React
Attempt
What is the output of the code snippet?
easy
js
React
Attempt
Page 1 of 1