{"id":18314591,"url":"https://github.com/br3ndonland/algorithms","last_synced_at":"2026-02-28T19:31:17.099Z","repository":{"id":44813131,"uuid":"229621241","full_name":"br3ndonland/algorithms","owner":"br3ndonland","description":"Miscellaneous curiosities from the world of computer programming","archived":false,"fork":false,"pushed_at":"2024-04-25T06:13:49.000Z","size":348,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-21T14:14:30.764Z","etag":null,"topics":["algorithms","interview","leetcode","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/br3ndonland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-22T19:45:31.000Z","updated_at":"2023-07-27T10:01:29.000Z","dependencies_parsed_at":"2024-11-05T16:40:49.966Z","dependency_job_id":"713268ae-4053-4fef-9ea8-01ebebf8c7a5","html_url":"https://github.com/br3ndonland/algorithms","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"br3ndonland/template-python","purl":"pkg:github/br3ndonland/algorithms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/br3ndonland%2Falgorithms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/br3ndonland%2Falgorithms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/br3ndonland%2Falgorithms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/br3ndonland%2Falgorithms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/br3ndonland","download_url":"https://codeload.github.com/br3ndonland/algorithms/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/br3ndonland%2Falgorithms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29948844,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T18:42:55.706Z","status":"ssl_error","status_checked_at":"2026-02-28T18:42:48.811Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithms","interview","leetcode","python3"],"created_at":"2024-11-05T16:34:44.905Z","updated_at":"2026-02-28T19:31:17.079Z","avatar_url":"https://github.com/br3ndonland.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Algorithms\n\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit\u0026logoColor=white)](https://github.com/pre-commit/pre-commit)\n![hooks](https://github.com/br3ndonland/algorithms/workflows/hooks/badge.svg)\n![tests](https://github.com/br3ndonland/algorithms/workflows/tests/badge.svg)\n\nBrendon Smith ([br3ndonland](https://github.com/br3ndonland/))\n\n## Description\n\nThis repository contains solutions to common computer science algorithm problems in Python and JavaScript. It was generated from [br3ndonland/template-python](https://github.com/br3ndonland/template-python), a useful source of default tooling for my projects.\n\n## Directory structure\n\nThis project contains JavaScript and Python code. Each language is separated into its own sub-directory: _js_ for JavaScript, and _py_ for Python. The directory structure within each language's sub-directory follows the conventions for that language.\n\nJavaScript applications typically use _src_ for source code and _tests_ for tests.\n\nThe convention in the Python community is to put application code either in _packagename_, or in _src/packagename_, with tests in _tests_. Typically the _packagename_ directory contains the source code used to build the Python package _packagename_. Some examples:\n\n- [FastAPI](https://github.com/tiangolo/fastapi) uses _fastapi/fastapi_\n- [Flask](https://github.com/pallets/flask) uses _flask/src/flask_\n- [Pandas](https://github.com/pandas-dev/pandas) uses _pandas/pandas_\n- [Requests](https://github.com/psf/requests) uses _requests/requests_\n- The Python dependency management and packaging tool [Poetry](https://python-poetry.org/) supports either _appname_ or _src/appname_.\n\nThis repo previously also contained Terraform configurations, which have been moved to [br3ndonland/terraform-examples](https://github.com/br3ndonland/terraform-examples).\n\n## Further information\n\nSee [CONTRIBUTING.md](.github/CONTRIBUTING.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbr3ndonland%2Falgorithms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbr3ndonland%2Falgorithms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbr3ndonland%2Falgorithms/lists"}