MMownikainmownika.hashnode.dev·Aug 9, 2023 · 2 min read#DAY 12- Coding JourneyUsing Stacks for Queue Implementation Surprisingly, you can use two stacks to simulate a queue efficiently. Let's call them "first stack" and "second stack." The idea is to reverse the order of elements while transferring them between the two stacks,...00
MMownikainmownika.hashnode.dev·Aug 8, 2023 · 1 min read#DAY 11 - Coding JourneyToday Learnt about queue data Structure implementation of custom queues, dynamic queues, and circular custom queues. Custom Queue Learned how to create a custom queue class using an array, focusing on push(), pop() operations. Dynamic Queue Implement...00
MMownikainmownika.hashnode.dev·Aug 7, 2023 · 1 min read#DAY 10 -Coding JourneyHello, fellow developers and curious minds! Today, I want to share my exciting journey as I embarked on learning JavaScript for my web development project. I kicked off my learning journey by understanding how to use the console in Chrome, which allo...00
MMownikainmownika.hashnode.dev·Aug 4, 2023 · 1 min read#DAY 9 - Coding JourneyToday's journey led me to continue to solve some more linked list questions and basic interview problems, while also setting up a JavaScript environment in VSCode for an exciting new learning experience." Linked List Questions LeetCode - Reverse Nod...00
MMownikainmownika.hashnode.dev·Aug 3, 2023 · 2 min read#DAY 8 - Coding JourneySolving linked list problems can be both rewarding and challenging, but armed with the right concepts, you'll be well on your way to becoming a proficient problem solver. So let's dive into the two key concepts that will be the foundation of our jour...00