This video will focus on teaching everything about the queue data structure. It will explain the fundamentals of its usage, how data is organized internally, and provide visual representations of the elements. For the hands-on part, it will show how to implement a queue using an array as a store. It will implement its main functions and test it. Then, it will change the store to use a Linked List, to show a variation of its implementation for cases when adding/removing elements must be O(1). Finally, it will show how to implement a function that finds the maximum element in the queue.
Resources:
Resources:
- Category
- AWS Developers
- Tags
- CodeWhisperer, Java, Queue
Be the first to comment



