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
- Host: GitHub
- URL: https://github.com/ozzie-code-alt/dsa-recap-practice
- Owner: Ozzie-code-alt
- Created: 2024-07-15T16:22:17.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-05T21:05:47.000Z (about 1 year ago)
- Last Synced: 2025-04-05T22:18:48.229Z (about 1 year ago)
- Topics: dsa-algorithm, practice-programming, time-complexity
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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