An open API service indexing awesome lists of open source software.

https://github.com/ozzie-code-alt/dsa-recap-practice

Jupyter Notebook for DSA -update: well this is a fckn lie
https://github.com/ozzie-code-alt/dsa-recap-practice

dsa-algorithm practice-programming time-complexity

Last synced: about 1 year ago
JSON representation

Jupyter Notebook for DSA -update: well this is a fckn lie

Awesome Lists containing this project

README

          

# DSA-Recap

## Description

This repository contains a Jupyter Notebook aimed at recapping essential Data Structures and Algorithms (DSA) concepts, particularly focusing on a project titled "DSASnake".

## Introduction

The "DSASnake" notebook provides an interactive way to revisit and practice fundamental DSA concepts through a practical implementation (Made By Justin).

## Installation

To use this notebook, follow these steps:

1. Clone the repository:
```sh
git clone https://github.com/Ozzie-code-alt/DSA-Recap.git

2. Navigate to the project directory:
```sh
cd DSA-Recap

3. Install the required dependencies using pip:
```sh
pip install -r requirements.txt

## Usage

Open the Jupyter Notebook:
```sh
jupyter notebook DSASnake.ipynb