{"id":43216340,"url":"https://github.com/skytreader/pydagogical","last_synced_at":"2026-02-01T08:09:03.912Z","repository":{"id":12521144,"uuid":"15190973","full_name":"skytreader/pydagogical","owner":"skytreader","description":"Implementations of textbook data structures","archived":false,"fork":false,"pushed_at":"2025-06-23T18:07:19.000Z","size":255,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-23T19:25:14.304Z","etag":null,"topics":["algorithms","data-structures","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skytreader.png","metadata":{"files":{"readme":"readme.markdown","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-12-14T18:53:02.000Z","updated_at":"2025-06-23T18:07:23.000Z","dependencies_parsed_at":"2023-02-16T21:45:59.792Z","dependency_job_id":null,"html_url":"https://github.com/skytreader/pydagogical","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/skytreader/pydagogical","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skytreader%2Fpydagogical","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skytreader%2Fpydagogical/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skytreader%2Fpydagogical/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skytreader%2Fpydagogical/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skytreader","download_url":"https://codeload.github.com/skytreader/pydagogical/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skytreader%2Fpydagogical/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28973254,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T06:46:42.625Z","status":"ssl_error","status_checked_at":"2026-02-01T06:44:56.173Z","response_time":56,"last_error":"SSL_read: 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","data-structures","python"],"created_at":"2026-02-01T08:09:03.282Z","updated_at":"2026-02-01T08:09:03.897Z","avatar_url":"https://github.com/skytreader.png","language":"Python","readme":"# pydagogical\n\n[![Build Status](https://travis-ci.org/skytreader/pydagogical.svg?branch=master)](https://travis-ci.org/skytreader/pydagogical)\n[![Coverage Status](https://coveralls.io/repos/skytreader/pydagogical/badge.svg?branch=master)](https://coveralls.io/r/skytreader/pydagogical?branch=master)\n\nPromoted from a branch in my [sandbox repo](https://github.com/skytreader/sandbox).\n\nI need it as a submodule to something else in sandbox.\n\n## Notes\n\nThis is really just for pedagogical purposes and no performance guarantees beside\nasymptotic time complexity (\"Big-Oh\") are given.\n\n### On code style\n\nWhen checking for `None` pointers, take care when using the more Pythonic form of\n\n    if pointer:\n        pass\n\nor\n\n    if not pointer:\n        pass\n\nsince the pointer might contain another value considered false but was really\ninserted into the structure as such. **This really depends on the structure where\nyou are checking for `None` pointers**.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskytreader%2Fpydagogical","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskytreader%2Fpydagogical","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskytreader%2Fpydagogical/lists"}