{"id":23097056,"url":"https://github.com/alexcoder04/cs_nds","last_synced_at":"2025-07-30T18:10:39.889Z","repository":{"id":144719576,"uuid":"616170097","full_name":"alexcoder04/cs_nds","owner":"alexcoder04","description":"Some helpful things for Computer Science classes","archived":false,"fork":false,"pushed_at":"2023-04-23T20:01:38.000Z","size":28,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-14T04:57:07.107Z","etag":null,"topics":["computer-science","data-structures","data-structures-and-algorithms","germany","high-school","niedersachsen"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/cs-nds","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexcoder04.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-03-19T20:02:55.000Z","updated_at":"2023-04-18T20:40:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"b8858958-0217-44fa-b5cc-903dab63f796","html_url":"https://github.com/alexcoder04/cs_nds","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"5ccdd5449b64f9710078cb47c53d8eb1266075e1"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/alexcoder04/cs_nds","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexcoder04%2Fcs_nds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexcoder04%2Fcs_nds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexcoder04%2Fcs_nds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexcoder04%2Fcs_nds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexcoder04","download_url":"https://codeload.github.com/alexcoder04/cs_nds/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexcoder04%2Fcs_nds/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267914871,"owners_count":24164812,"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-30T02:00:09.044Z","response_time":70,"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":["computer-science","data-structures","data-structures-and-algorithms","germany","high-school","niedersachsen"],"created_at":"2024-12-16T22:50:38.989Z","updated_at":"2025-07-30T18:10:39.865Z","avatar_url":"https://github.com/alexcoder04.png","language":"Python","readme":"\n# Computer Science Niedersachsen\n\nThis Library contains often used methods and classes\nfor Computer Science classes in Niedersachsen (Lower Saxony), Germany.\n\nThe initial and main reason for creation of this library\nis an implementation of the `Stack` and `Queue` classes,\nwhich differ from the Python implementation.\n\n**Disclaimer:**\nAlthough I try to give my best to provide a useful tool,\nI cannot guarantee it always working correctly and being\nup-to-date with the latest specifications.\n\nIf you encounter a problem, please open an [issue](https://github.com/alexcoder04/cs_nds/issues).\n\n## Installation\n\nThis package is available over `pip`:\n\n```sh\npip install cs-nds\n```\n\nTo use it in your code, just import it:\n\n```python\nimport cs_nds\n\nmy_queue = cs_nds.Queue()\nmy_queue.enqueue(3)\n\n# ...\n```\n\n## Data Structures\n\n - `Stack` (\"Stapel\" / stack)\n - `Queue` (\"(Warte-)Schlange\" / queue)\n - `DynArray` (\"Dynamische Reihung\" / dynamic array)\n - `BinTree` (\"Binärbaum\" / binary tree)\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexcoder04%2Fcs_nds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexcoder04%2Fcs_nds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexcoder04%2Fcs_nds/lists"}