Company Wise Question Set
Company Wise Question Set
Your Progress
Learning goals
Familiarize yourself with common data structures such as lists, trees, maps, graphs, Heaps, and more!
Suggested prerequisites
Familiarity with basics programming concepts (e.g. if statements, loops, functions)
Variables & Operators
Variables allow you to store values for later use. For example, you can store the value "Kevin" in the variable myName. Operators are symbols that allow you to perform arithmetic (e.g. adding two numbers), comparisons (e.g. comparing two values to see which is greater), and logical operations (e.g. checking if one of two things is true).