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

https://github.com/kalwar/basic_ds

a very basic data structures using js/reactjs
https://github.com/kalwar/basic_ds

data-structures palindrome-checker queue reactjs sorting-algorithms stack

Last synced: about 2 months ago
JSON representation

a very basic data structures using js/reactjs

Awesome Lists containing this project

README

          

# Data Structures

This very simple and basic project is used for learning how to work with data structures using JS/React.

# Implemented DS

1. Palindrome checker
2. Sorting
- Bubble sort
- Selection sort
3. Stack
4. Queue

## 💻 Development Environment

Setup your development environment as follows:

1. Install project dependencies:

```
cd basic_ds
npm install
```

2. Run the app in the development mode:
```
npm start
```

# Tech stack

1. [React](https://reactjs.org/)
2. [Data structures](https://en.wikipedia.org/wiki/Data_structure)

# Use for reference

Use solely for reference material only.