This repo servers as a hub for sharing interesting interview questions for Full Stack Software Engineer positions.
- JavaScript
- React
- CSS
- Each question should has its own directory. The dir should contains at least one markdown
.md
file for describing the problem. - Please use pull request efficiently for sharing ideas.
- Naming:
- directory: type-problem-name. Example: two sum can be
number-two-sum
orhashtable-two-sum
- Please replace space to
-
when naming directories. For example, two sum should be names as two-sum.
- directory: type-problem-name. Example: two sum can be