geekcomputers / geekcomputers/Python
A graph data structure from scratch
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 35.4k
- Forks
- 12.9k
- Avg merge
- 2h 37m
- Merged PRs (30d)
- 1
Description
I want to add folder of graph data structure in python and within that I will have different files of operation on graph and a main file to run all those functions just like there is of binary trees in the repo. So it may help others to learn more about graph and it's functionalities.
Please assign this issue to me
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the repository's existing binary-tree folder and its conventions for splitting operations into files and providing a main runner. Define the graph operations and educational examples that fit those conventions; done means a new graph-data-structure folder contains the separate operation files and a main file that runs them.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100