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
- Host: GitHub
- URL: https://github.com/ktcotz/dsalearn
- Owner: ktcotz
- Created: 2024-08-04T19:53:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-11T15:54:38.000Z (about 1 year ago)
- Last Synced: 2025-01-11T16:36:08.965Z (about 1 year ago)
- Topics: advanced, algorithms, mdx, structures, typescript, vitest
- Language: TypeScript
- Homepage:
- Size: 856 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |
| ------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
|  | Logic |
|  | Bundler |
|  | IDE |
|  | Package Manager |
## Librares 🧰
| Tech | Description |
| ------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
|  | Testing |
|  | 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.
```