Skip to content

Create Implementation Queue from scratch using linked list and dynamic array #1

@yusuf601

Description

@yusuf601

Hi @Build-X-From-Scratch/early-binding

The resource learn what is Queue and how to implement using array or linked list(singly or doubly):

Our Task

We will create a basic implementation using the concepts from the resources above, but before that, let's test our understanding of OOP. There are several requirements, such as understanding the foundations of OOP, including:

  • Classes
  • Objects
  • Data Abstraction
  • Encapsulation
  • Polymorphism
    Then understand the rule of three or rule of five, but here we will only use the rule of three, namely constructor, copy constructor, and copy assignment.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions