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

Algorithm (no code) for Dijkstra (a Graph Algorithm) #54

Open
deepansha-singh opened this issue Oct 12, 2021 · 4 comments
Open

Algorithm (no code) for Dijkstra (a Graph Algorithm) #54

deepansha-singh opened this issue Oct 12, 2021 · 4 comments
Assignees
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers hacktoberfest

Comments

@deepansha-singh
Copy link
Collaborator

Important:

Before you start your work on this issue, make sure you go through the README.md and Contribution Guidelines.md

File structure:

  1. Create the Graph Algorithms directory.
  2. Create the Dijkstra directory in the Heap Sort directory.
  3. Create the file Algorithm.md.

Here's how the final structure should look like:

  • Graph Algorithms
    • Dijkstra
      • Algorithm.md

Please follow the same naming conventions as mentioned in this comment.

Before you create a pull request, if you observe that the required folders have already been created, then please refrain from creating a new one, make some changes in your forked repository so that it matches with the current one and there are no conflicts.

Note that all PRs are being checked for plagiarism, please refrain from indulging in any crooked means, we trust you!

We thank you for your contribution and time and we hope that you enjoy contributing to open source.

@deepansha-singh deepansha-singh added documentation Improvements or additions to documentation good first issue Good for newcomers hacktoberfest labels Oct 12, 2021
@adithyaakrishna
Copy link

Can I take this up? 👀

@deepansha-singh
Copy link
Collaborator Author

Assigned to @adithyaakrishna
No more contributors are needed at the moment.

@adithyaakrishna
Copy link

adithyaakrishna commented Oct 12, 2021

@deepansha-singh I needed some clarification, should I just create a empty file?
Also according to the folder structure, it says

  • Graph Algorithms > Heap Sort > Dijkstra > Algorithm.md

This is the correct one right?

@Taneesha-creates
Copy link
Collaborator

Taneesha-creates commented Oct 16, 2021

Hello @adithyaakrishna, apologies for the delay, as well as the issue with the description.

To answer your question, no, that is not the correct file path. Here is the revised file path:

  • Graph Algorithms
    • Dijkstra
      - Algorithm.md
      - C++
      - Java

The Algorithm.md file should be directly in the Dijkstra directory. All these directories exist currently, and none need to be created. Just create the markdown file.

Thank you for your patience, have a good day!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers hacktoberfest
Projects
None yet
Development

No branches or pull requests

3 participants