Coding Interview Questions solved with Javascript 💡
| Name | Description | Tag | Code |
|---|---|---|---|
| Balanced Parentheses | Check if an expression of parentheses is balanced or not | Data Structure Stack |
- Solution - Refactored solution |
| Binary Search | Search for an element in a sorted list | Binary Search |
- Iterative Solution |
- NodeJS:
v16.15.0 - npm:
8.5.5 - Jest para os testes de unidade (100% of coverage):
^28.1.1
npm install
npm run test
npm run test:coverage
@laisfrigerio |
|---|
This project is licensed under the MIT License - see the LICENSE.md file for details