This very simple and basic project is used for learning how to work with data structures using JS/React.
- Palindrome checker
- Sorting
- Bubble sort
- Selection sort
- Stack
- Queue
Setup your development environment as follows:
-
Install project dependencies:
cd basic_ds npm install
-
Run the app in the development mode:
npm start
Use solely for reference material only.