Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laisfrigerio/coding-interview-questions
Coding Interview Questions solved with Javascript π‘
https://github.com/laisfrigerio/coding-interview-questions
coding-interview-challenges coding-interview-questions coding-interviews javascript jest nodejs
Last synced: about 1 month ago
JSON representation
Coding Interview Questions solved with Javascript π‘
- Host: GitHub
- URL: https://github.com/laisfrigerio/coding-interview-questions
- Owner: laisfrigerio
- License: mit
- Created: 2022-06-27T03:03:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-08T23:11:49.000Z (over 2 years ago)
- Last Synced: 2023-03-05T06:39:23.167Z (almost 2 years ago)
- Topics: coding-interview-challenges, coding-interview-questions, coding-interviews, javascript, jest, nodejs
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 22
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Β©οΈ Coding Interview Questions
Coding Interview Questions solved with Javascript π‘
## π Problems
| Name | Description | Tag | Code |
|---|---|---|---|
| [Balanced Parentheses](./balanced-parentheses) | Check if an expression of parentheses is balanced or not | `Data Structure` `Stack` | - [Solution](./balanced-parentheses/code/bad-solution.js) - [Refactored solution](./balanced-parentheses/code/good-solution.js) |
| [Binary Search](./binary-search) | Search for an element in a sorted list | `Binary Search` | - [Iterative Solution](./binary-search/code/iterative-solution.js) |## π οΈ Stack
- NodeJS: `v16.15.0`
- npm: `8.5.5`
- Jest para os testes de unidade (100% of coverage): `^28.1.1`## β¬οΈ Install
```
npm install
```## π Run test
```
npm run test
npm run test:coverage
```## π© Author
| [
@laisfrigerio](https://github.com/laisfrigerio)
|
| :---: |## π License
This project is licensed under the MIT License - see the LICENSE.md file for details