{"id":19438543,"url":"https://github.com/gottwik/skippity","last_synced_at":"2025-07-29T09:38:14.502Z","repository":{"id":220734291,"uuid":"72283127","full_name":"Gottwik/skippity","owner":"Gottwik","description":"Python skiplist with fast median discovery","archived":false,"fork":false,"pushed_at":"2016-10-29T12:20:38.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-24T07:08:12.073Z","etag":null,"topics":["python-skiplist"],"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/Gottwik.png","metadata":{"files":{"readme":"readme.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2016-10-29T12:20:26.000Z","updated_at":"2024-07-23T03:56:26.000Z","dependencies_parsed_at":"2024-02-03T23:49:16.825Z","dependency_job_id":"a9668934-abeb-45ab-ab4e-9c458a768ee8","html_url":"https://github.com/Gottwik/skippity","commit_stats":null,"previous_names":["gottwik/skippity"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Gottwik/skippity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gottwik%2Fskippity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gottwik%2Fskippity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gottwik%2Fskippity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gottwik%2Fskippity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gottwik","download_url":"https://codeload.github.com/Gottwik/skippity/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gottwik%2Fskippity/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267664480,"owners_count":24124316,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["python-skiplist"],"created_at":"2024-11-10T15:18:54.931Z","updated_at":"2025-07-29T09:38:14.452Z","avatar_url":"https://github.com/Gottwik.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Skippity\n\nPython skiplist implementation with fast median discovery. Ideal for rolling median problems such as this: [Hackerrank median](https://www.hackerrank.com/challenges/median).\n\n## Debug\ncomes with neat debug visualization\n```\n    ______  2 ___________  5 ______  7 _\n    _  1 _  2 _  3 ______  5 ______  7 _\n    _  1 _  2 _  3 _  4 _  5 _  6 _  7 _\n```\n\nFor median discovery, each node knows how much base nodes will going forward in the current layer skip\n\n```\n  1 ______  2 ___________  1 ______  0 _\n  0 _  0 _  0 _  1 ______  1 ______  0 _\n  0 _  0 _  0 _  0 _  0 _  0 _  0 _  0 _\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgottwik%2Fskippity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgottwik%2Fskippity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgottwik%2Fskippity/lists"}