Skip to content

Files

Latest commit

 

History

History
32 lines (20 loc) · 777 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 777 Bytes

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:
    git clone https://github.com/Ozzie-code-alt/DSA-Recap.git
    
  2. Navigate to the project directory:
    cd DSA-Recap
    
  3. Install the required dependencies using pip:
    pip install -r requirements.txt
    
    

Usage

Open the Jupyter Notebook:

jupyter notebook DSASnake.ipynb