pydatastructs
pydatastructs copied to clipboard
A python package for data structures and algorithms
Add graph cpp backend. Currently working on AdjacencyMatrix implementation.
#### Description of the problem We need to port `stack.py` code in Python to C++ code. We did this for arrays before, 1. Python code for arrays - https://github.com/codezonediitj/pydatastructs/blob/master/pydatastructs/linear_data_structures/arrays.py 2....
#### Description of the problem here I need to implement different prime algorithms the problem states that Given a number n, print all primes smaller than or equal to n....
#### References to other Issues or PRs or Relevant literature #### Brief description of what is fixed or changed #### Other comments
I added BIT-2D issue #377 i will add descriptions to code for doc. i have a problem , i can't import the BIT2D from test files after i added BIT2d...
Can I add few emojis to README.md so that it looks more beautiful? please assign it to me
Added `Monotonic Stack` to stacks ,and after that i will add monotonic queue (i have seen problems solved woth them)
#### I have fixed issue https://github.com/codezonediitj/pydatastructs/issues/474 of 'Beautifying README.md using a few emojis', adding a few emojis and making necessary grammatical corrections
#### Description of the problem In computer science, an interval tree is a tree data structure to hold intervals. Specifically, it allows one to efficiently find all intervals that overlap...
#### Description of the problem Following things are to be completed for releasing 0.0.1 of PyDataStructs, - [x] Update version number everywhere. - [x] Update `index.rst` (installation command) #### Example...