Skip to content

Python Implementation of some of the most frequently used data structures and algorithms in Computer Science.

Notifications You must be signed in to change notification settings

theoctober19th/ds-algorithms

Repository files navigation

Data Structures and algorithms

This repository contains implmentation of basic data structures in Python and also some examples of their implementation.

The code in this repo was written primarily during the YouTube series Implementation of Data Structures in Python on channel Bikalpa Codes. If you want to know how this works, you may want to go through the series.

Also, if you are from the event and looking for the persentation slides, you can download it frorm here.

Instructions

  1. Clone the repo.
git clone https://github.com/theoctober19th/ds-algorithms.git
  1. Create a virtual environment and activate it.
python3 -m venv env && source env/bin/activate && cd ds-algorithms
  1. Install dependencies
pip3 install -r requirements.txt && pip3 install -e .
  1. Run any module you like.

Contribution

You are welcome to make contributions to the project.

If this is your first open source contribution (probably came here for hacktoberfest), please make sure your changes are not nonsensical (check @shitoberfest if you're not sure what I mean). Let us promote healthy and active open source community practices. :)

Releases

No releases published

Packages

No packages published

Languages