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

https://github.com/ktcotz/dsalearn

Data Structures & Algorithms
https://github.com/ktcotz/dsalearn

advanced algorithms mdx structures typescript vitest

Last synced: about 2 months ago
JSON representation

Data Structures & Algorithms

Awesome Lists containing this project

README

          




Data Structures and Algorithms with LeetCode challenges

## Repository overview 🎨

DSALearn - repository where you can learn all about DS and Algorithms, well explained each data structure, practice by leetcode challenges.
At this moment only in polish version.

Each structure is tested and described by JSDoc..

For more information, please contact with us!

## Tech/framework used 🧰

| Tech | Description |
| ------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| ![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white&style=flat) | Logic |
| ![Vite](https://img.shields.io/badge/vite-%23646CFF.svg?style=for-the-badge&logo=vite&logoColor=white&style=flat) | Bundler |
| ![Visual Studio Code](https://img.shields.io/badge/Visual%20Studio%20Code-0078d7.svg?style=for-the-badge&logo=visual-studio-code&logoColor=white&style=flat) | IDE |
| ![NPM](https://img.shields.io/badge/NPM-%23CB3837.svg?style=for-the-badge&logo=npm&logoColor=white&style=flat) | Package Manager |

## Librares 🧰

| Tech | Description |
| ------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| ![Vitest](https://img.shields.io/badge/-Vitest-252529?style=for-the-badge&logo=vitest&logoColor=FCC72B&style=flat) | Testing |
| ![Testing-Library](https://img.shields.io/badge/-TestingLibrary-%23E33332?style=for-the-badge&logo=testing-library&logoColor=white&style=flat) | Testing |

## How to install 🎨

```npm
1. npm install (Install all packages.)
2. npm run dev (Start to compile project and setup localhost)
3. Click provided link by localhost.
4. (Optional) npm run test - run test environment.
```