https://github.com/technikhil314/an-algorithm-a-day
Algorithm and DS using typescript for my personal learning
https://github.com/technikhil314/an-algorithm-a-day
Last synced: over 1 year ago
JSON representation
Algorithm and DS using typescript for my personal learning
- Host: GitHub
- URL: https://github.com/technikhil314/an-algorithm-a-day
- Owner: technikhil314
- Created: 2021-07-28T14:15:02.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-09-08T06:50:52.000Z (almost 4 years ago)
- Last Synced: 2025-02-12T14:57:35.838Z (over 1 year ago)
- Language: TypeScript
- Size: 103 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# An algorithm a day
## What is this?
This is a project for my personal relearning of algorithms and data structures using typescript.
## Why?
1. I wanted to brush up my concepts of DS and algo for long time
2. Also I wanted to get started with typescript
## Do you want to run this?
### Pre requisites
Basic understanding of DS algo
#### Concepts you should be aware of
1. Knowledge of nodejs
2. Knowledge of typescript
#### Softwares you should have
1. Nodejs > 14