Python Home(Theory)

Common Settings & Configurations in PyCharm *** All the Python programs are tested on PyCharm Professional 2022.1/2023.1 or Online GDB Python Interpreter. *** To create a new. Py file using PyCharm to write and run the Python program – File menu – New Project – Pure Python – Name the Read more…

Loading

Notations for Complexity

Links for Complexity and its Type Complexity notations are mathematical ways that are used to express the growth rate of an algorithm’s time or space requirements (ignoring constants and lower-order terms) as the input size grows or becomes very large. Complexity notations actually describe algorithm efficiency. Asymptotic Notations (n→∞): In Read more…

Loading

JS Interview Questions

Ques. : What is JavaScript? Ques. : Differenciate between Java and JS. Ques. : Which symbol is used for Comments in Javascript? Ques. : Which company developed JS? Ques. : Is JavaScript case sensitive? Ques. : What are the different data types present in JS? Ques. : Explain Hoisting in JS. Ques. : Is it possible to break Read more…

Loading