basic html parser with kotlin
In this project you can pass an html document as a string to the Solution class. Where in the program will automatically parse the html document string to a Kotlin Tree of N-children. with the single parent root as tag. it will also parse out each attribute from each tag and store that alongside the node of each tree as a map of attributes (key value pairs)
Made by Yahya Bin Naveed & Osaf Ahmed