Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.
Amit Kumar edited this page Dec 4, 2016 · 8 revisions

Wiki

Welcome to the PyDSA wiki!

We encourage everyone to participate in this wiki. To edit it, you need to create an account on Github (top right corner). Feel free to play/test something in the Sandbox.

Student applying to RGSoC 2016 please have a look at these:

Add your Team here:

Links

Project Main Page | Mailing list | Documentation | Issues tracker | Project Ideas

What is PyDSA?

PyDSA is an Open Source Python Data Structure and Algorithms Library for Educational purpose.

The projects aims to serve as an educational tool for the beginners learning Data Structures and Algorithms through python, they will easily be able to see the implementation of various common Data Structures and Algorithms and compare their performance like say for e.g. comparing bubble sort and heapsort. The Goal of the project is to become a full-featured algorithms & Data structure educational tool, while keeping the code as simple as possible in order to be comprehensible and easily extensible & keeping the entry barrier low to encourage open source contribution by beginners learning Python. PyDSA is written entirely in Python and does not require any external libraries.

Documentation

The main PyDSA documentation is maintained at https://pydsa.readthedocs.org.

The issue tracker is located at https://github.com/pydsa/pydsa/issues.

Development