Skip to content

Fedchishina/MathExampleLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Install

The preferred way to install this extension is through composer:

composer require fedchishina/math-example-lib

Usage

This package based on PHP. Library can check the correctness of the brackets sentence.

use MathExampleLib\Functions\BracketCounter;

// tests
echo BracketCounter::isCorrectExample('()'); //true
echo BracketCounter::isCorrectExample('(())'); //true
echo BracketCounter::isCorrectExample('('); //false
echo BracketCounter::isCorrectExample('())'); //false

License

The MIT License (MIT). Please see License File for more information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages