Skip to content

laisfrigerio/coding-interview-questions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

©️ 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