What the Heck is Async/Await, Callbacks, and Promises? A Simplified Guide to Asynchronous JavaScriptConsider three tasks below Teach (Takes 1 hr) Buy iPad (Takes 1hr) Cook Dinner (Takes 1 hr) In a Synchronous way, I alone will do 3 tasks sequentially. One by One. Thus, took 3 Hours. In an Asynchronous way, I teach and meanwhile told my brother...Jul 3, 2023·3 min read
Having problem applying hashmap in python ? lets learn with the help of questions.while learning hashing in python I generally get confused about different terminology and somehow I think O(n^2) is not that bad but now after solving questions I am getting a feeling of hashmap so before jumping to questions we should know about dic...Feb 16, 2023·6 min read
importance of "= " in binary search conditonduring solving binary search questions I came across two questions In which there is the utilization of condition " while start <= end: " differently which make me understand the value of = in this type of question 1 st question --> Given an array of...Jan 24, 2023·3 min read