PSPreksha Shettiinpointersindetail.hashnode.dev·Feb 1, 2021 · 4 min readQueue Fundamentals Part-1You might have come across the queue in the shopping mall billing center. So, the queue in the data structure is exactly the same kind of stuff. NOTE: As the concept of the queue is lengthier. I have done some blogs in parts. Well, the Definition o...00
PSPreksha Shettiinpointersindetail.hashnode.dev·Jan 31, 2021 · 4 min readAll about StackHave you ever perceived the number of plates piled in a restaurant ?... Have you ever observed the way in which those piles are arranged? If yes, it will easier for you to figure out what the stack is. The definition of the stack goes like this: ...01F
PSPreksha Shettiinpointersindetail.hashnode.dev·Jan 15, 2021 · 5 min readPointers in detail...Have you ever wondered how exactly stuff goes behind the scenes in every programming language?… Whenever you are writing a code two things that come into the picture, one is time complexity and the second one is space complexity. Let’s figure out spa...00