Skip to content

voron434/job_interview_tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Here would be tasks from job interviews and solutions for them if I would find beautiful one.

1. Brackets validator

Task is to write function that would validate brackets, so here some examples:

    "(()())", // valid
    "()()", // valid
    "((()())())", // valid
    ")((()", // invalid
    "())" //invalid
    "(())())" //invalid

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages