Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 πŸ’‘

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

| [Lais FrigΓ©rio
@laisfrigerio](https://github.com/laisfrigerio)
|
| :---: |

## πŸ“„ License

This project is licensed under the MIT License - see the LICENSE.md file for details