Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linked list queue #1

Open
wants to merge 23 commits into
base: master
from

Conversation

@AmiteshMagar
Copy link

@AmiteshMagar AmiteshMagar commented Oct 9, 2020

Pull Request Template

--First-contribution
-- new feature suggested
-- Hacktoberfest 2020 participant

What have you Changed(must)

added a file
LinkedListQueue.cpp
which does the job of a queue implemented through linked lists, making understanding and execution easier for newcomers.
Feature: Readqueue() added that lets you traverse through the queue and check if an element exists.

just a contribution to your code-base for Hacktoberfest 2020. :-)

Issue no.(must) - 0

Pr will be close and marked as spam. If issue number not found or issue was assigned to someone else.
Marking as spam can block your account from HacktoberFest.

Self Check(Tick After Making pull Request)

  • [ -] This issue was assigned to me if not it will marked as spam.
  • [ +] My file is in proper folder
  • [ +] I am following clean code and Documentation.My code is well linted and I am using flake8 standard for python
  • [ +] I have added title and what program will do first in the file

README - How to Contribute

codePerfectPlus and others added 23 commits Oct 6, 2020
* updating docs

* deleting csv files

* solving conflict
Py-Contributors#225)

* Created Bitmasking Directory and Added important Bitmasking Operations

* Delete fast_exponention_uisng_bitmasking.cpp

Fast Expo Deleted as already there
* updating docs

* deleting csv files

* solving conflict

* managing docs
The Algorithms And DataStructure banner at the start of Readme.md was aligned to the top of the rectangle. Brought it to the center.
* Re-arranged Files

* Update PULL_REQUEST_TEMPLATE.md

* Update PULL_REQUEST_TEMPLATE.md
* Subset Sum

* Subset Sum Problem

* Update Subset_sum.py

* Update Subset_sum.py

* Update Subset_sum.py

Co-authored-by: Ayush Modi <[email protected]>
* Implement Segment Tree | Python

[Py-Contributors#314]

* Improve Documentation

There were some speling mistakes and other slight grammatical errors in
the documentation.
…ors#598)

* Added solution to Shortest Common Supersequence problem

* Removed linting errors

* Addressed review comment
* added Pollard Rho Algorithm

* Linted PollardRho per flake8 guidelines

* Delete .PollardRho.py.swp

* Update PollardRho.py

* Update PollardRho.py
* count 1 added

* Update countDigitOne.py

fixing flake8
* Update LinkedList.py

* Added DP on DAG problem
)" (Py-Contributors#646)

This reverts commit ff3e2f8.
* Create find_path_dist_in_matrix.py

* fixed flake8 problem

* fixed linting

* fixed all linting
* Added new file

* Delete Wiggle_sort.py
* Create BogoSort.py

Implementation of Bogosort. It is based on the random reordering of the elements.

* Update BogoSort.py

Correction of flake8 errors
* Subset Sum

* Subset Sum Problem

* Update Subset_sum.py

* Update Subset_sum.py

* Subset Sum

* Update Subset_sum.py

* Comb Sort

Co-authored-by: Ayush Modi <[email protected]>
* Create Fibonacci_Search.py

* Add FibonacciSearch.py

* Update Fibonacci_Search.py

* Update Fibonacci_Search.py

Taking input from the user

* Update Fibonacci_Search.py

* Update Fibonacci_Search.py

Improved output

* Improved output

Co-authored-by: Ayush Modi <[email protected]>
…o added the readqueue() feature that lets us traverse the queue and check if an element exists. Test codes included.
@AmiteshMagar AmiteshMagar reopened this Oct 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

You can’t perform that action at this time.