Nothing here yet.
Oct 3, 2024 · 5 min read · Array is a linear data structure.Which has fixed size(contgious memory allocation) and delition and inerstion in Array is difficult. Here the Linked List comes under role. It take the non-contigous memory allocation in (It is implemented on the heap ...
Join discussion
Jun 6, 2024 · 3 min read · Node js is Run time environment of java-script. Which execute java-script in back-end or in server side with the help of chrome vs-8 engine. What, what thing makes special node js the ans is . Non-blocking Event driven system. So Let's understand fir...
Join discussionMar 31, 2024 · 4 min read · "Computer memory is like a big city with two main parts: stack memory and heap memory. Stack memory is like a fast and organized subway system, while heap memory is like a huge area with lots of buildings. When we write computer programs, we have to ...
Join discussionMar 3, 2024 · 4 min read · One of the most important concept in java-script When you are dealing with java-script objects. understanding the concepts of shallow copy and deep copy is crucial to avoid unintended side effects and unexpected behavior in your code. 1. Copying Prim...
SSanskar and 1 more commented