HackClubRAIT / Wizard-Of-Docs

A open source project to bring all the data structures and algorithms docs under one repository.
MIT License
19 stars 42 forks source link

Fix issue #136 Implementation of queue using linked list and array #149

Closed vedsom closed 1 year ago

vedsom commented 1 year ago

What is the change?

Implementation of queue using linked list and array

Related issue?

closes: #136

Checklist:

Before you create this PR, confirm all the requirements listed below by checking the checkboxes [x]:

vedsom commented 1 year ago

@Chaitalishetty Kindly review the PR!! Thanks

Chaitalishetty commented 1 year ago

@vedsom This is a documentation repo pls add some explanation. You can refer to the merged prs.

vedsom commented 1 year ago

@Chaitalishetty I have updated both the files as per your choice. Kindly review the PR. Thanks!!

Chaitalishetty commented 1 year ago

@vedsom As this is a documentation repo, you need to create .md file. Pls refer to merged prs.

vedsom commented 1 year ago

@Chaitalishetty is it correct now??