Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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