Skip to content

A simple exercise for testing a stack is determining whether a set of html tags in html file are well-formed/Balanced or not.

Notifications You must be signed in to change notification settings

GurjotSinghMahi/html-tags-balancing

Repository files navigation

HTML TAGS BALANCING USING STACK

A simple exercise for testing a stack is determining whether a set of html tags in html file are well-formed/Balanced or not. What exactly is meant by that? In the case of a pair of html tags to be well formed, consider the following table.

<html><title></title></html> <- Well formed and balanced

<title><title> <- Not Balanced
Warning: This program is not designed to handle unclosing tags like

About

A simple exercise for testing a stack is determining whether a set of html tags in html file are well-formed/Balanced or not.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published