Skip to content

Commit 781da91

Browse files
authored
Update readme.md to include links to data structure visualisation websites (#237)
1 parent da9e4c9 commit 781da91

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ For testing your patch locally follow the steps given below,
3535
1. Install [pytest-cov](https://pypi.org/project/pytest-cov/). Skip this step if you are already having the package.
3636
2. Run, `python3 -m pytest --doctest-modules --cov=./ --cov-report=html`. Look for, `htmlcov/index.html` and open it in your browser, which will show the coverage report. Try to ensure that the coverage is not decreasing by more than 1% for your patch.
3737

38+
For a good visualisation of the different data structures and algorithms, refer the following websites:
39+
- https://visualgo.net/
40+
- https://www.cs.usfca.edu/~galles/visualization/
41+
3842
Why we use Python?
3943
------------------
4044

0 commit comments

Comments
 (0)