Welcome to my GitHub repository where I regularly share my problem-solving solutions for HackerRank and LeetCode.com. This repository includes solutions in JavaScript and Python, organized into dedicated folders.
- js_problems: Contains JavaScript solutions to various problems.
- py_problems: Contains Python solutions to various problems.
- ts_problems Contains TypeScript solutions to various problems.
- Navigate to the
js_problemsfolder. - Find the specific problem solution in the corresponding subfolder.
- Open the
index.htmlfile associated with the problem to view the result. - Use JavaScript modules to import.
- Change the
main.jsinsidejs_problemsto display the result.
- Navigate to the
py_problemsfolder. - Find the specific problem solution in the corresponding subfolder.
- Open the index-py.html file associated with the problem to view the result.
- Change Python script (pyscript) to import and display the result.
Example: <py-script src="./py_problems/100.py"></py-script>
Feel free to contribute if you have additional solutions or improvements to existing ones! Follow the standard GitHub Fork and Pull Request workflow.
Happy coding!!!
