Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heldrida/algorithms-review
Algorithms are mostly about intuition, and to get one you have to practice writing them. Here's a repo where I'll drop some algorithm tests to refresh the memory.
https://github.com/heldrida/algorithms-review
Last synced: about 1 month ago
JSON representation
Algorithms are mostly about intuition, and to get one you have to practice writing them. Here's a repo where I'll drop some algorithm tests to refresh the memory.
- Host: GitHub
- URL: https://github.com/heldrida/algorithms-review
- Owner: heldrida
- Created: 2017-08-31T16:37:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-01T17:31:01.000Z (over 7 years ago)
- Last Synced: 2024-12-30T10:18:54.104Z (about 1 month ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algorithms review
Algorithms are mostly about intuition, and to get one you have to practice writing them.
Computer scientists learn by experience. We learn by seeing others solve problems and by solving problems by ourselves. Being exposed to different problem-solving techniques and seeing how different algorithms are designed helps us to take on the next challenging problem that we are given. By considering a number of different algorithms, we can begin to develop pattern recognition so that the next time a similar problem arises, we are better able to solve it.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Prerequisites
What things you need to install the software and how to install them
```
Nodejs + NPM
```then,
```
npm install -g chokidar-cli```
### Run
```
chokidar '[name].js' -c 'node [name].js'```