Brendon Smith (br3ndonland)
This repository was generated from my GitHub template repository and contains solutions to common computer science algorithm problems in Python and JavaScript.
- .github/: configuration files for GitHub.
- ISSUE_TEMPLATE/
- bug_report.md: template for filing a bug report issue on GitHub.
- feature_request.md: template for filing a feature request issue on GitHub.
- workflows/
- pre-commit.yml: GitHub Actions workflow that runs pre-commit with each pull request or push to the master branch.
- CODE_OF_CONDUCT.md: guidelines for behavior when contributing to open-source projects.
- CONTRIBUTING.md: detailed instructions for using this repository.
- ISSUE_TEMPLATE/
- examples/: code samples that can be used to try out the Python tooling in this repo.
- LeetCode/: solutions to algorithm problems on LeetCode.
- tutorials/: notes and examples from tutorials.
- .pre-commit-config.yaml: configuration file for pre-commit specifying Git pre-commit hooks.
- .prettierrc: configuration file for Prettier.
- LICENSE: license file describing how the repository may be legally used.
- README.md: this file, a concise description of the repository
See CONTRIBUTING.md.