{"id":21522052,"url":"https://github.com/kylepw/multistack","last_synced_at":"2025-03-17T17:22:47.867Z","repository":{"id":217340251,"uuid":"208745148","full_name":"kylepw/multistack","owner":"kylepw","description":"Example of multiple stacks in one array.","archived":false,"fork":false,"pushed_at":"2019-09-22T03:32:57.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-24T04:52:01.574Z","etag":null,"topics":["algorithms","array","data","data-structures","python","stack"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"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/kylepw.png","metadata":{"files":{"readme":"README.rst","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,"roadmap":null,"authors":null}},"created_at":"2019-09-16T08:10:32.000Z","updated_at":"2019-09-22T03:32:59.000Z","dependencies_parsed_at":"2024-01-15T21:56:59.964Z","dependency_job_id":"fd713d6e-36dd-4ece-b3f0-761c5cb11ef3","html_url":"https://github.com/kylepw/multistack","commit_stats":null,"previous_names":["kylepw/multistack"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kylepw%2Fmultistack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kylepw%2Fmultistack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kylepw%2Fmultistack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kylepw%2Fmultistack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kylepw","download_url":"https://codeload.github.com/kylepw/multistack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244075657,"owners_count":20393980,"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","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","array","data","data-structures","python","stack"],"created_at":"2024-11-24T01:09:10.290Z","updated_at":"2025-03-17T17:22:47.842Z","avatar_url":"https://github.com/kylepw.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"==========\nmultistack\n==========\nExample of multiple stacks in one array.\n\nUsage::\n\n    \u003e\u003e\u003e s = MultiStack(num=4, size=4)\n    \u003e\u003e\u003e s.push(stack=1, value=35)\n    \u003e\u003e\u003e s.push(1, 10)\n    \u003e\u003e\u003e s.push(0, 2)\n    \u003e\u003e\u003e s.push(2, -33)\n    \u003e\u003e\u003e s.peek(stack=1)\n    10\n    \u003e\u003e\u003e s.pop(stack=2)\n    -33\n    \u003e\u003e\u003e print(s)\n    [None, None, None, 2, None, None, 10, 35, None, None, None, None, None, None, None, None]\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkylepw%2Fmultistack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkylepw%2Fmultistack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkylepw%2Fmultistack/lists"}