coding-interview-questions icon indicating copy to clipboard operation
coding-interview-questions copied to clipboard

Coding Interview Questions solved with Javascript πŸ’‘

©️ Coding Interview Questions

Coding Interview Questions solved with Javascript πŸ’‘

πŸ“ Problems

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

πŸ› οΈ 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

πŸ“„ License

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