{"id":22340489,"url":"https://github.com/dankolesnikov/maxheappriorityqueue","last_synced_at":"2025-09-16T12:11:05.277Z","repository":{"id":67650315,"uuid":"107834489","full_name":"dankolesnikov/MaxHeapPriorityQueue","owner":"dankolesnikov","description":"Java implementation of Max Heap Priority Queue","archived":false,"fork":false,"pushed_at":"2017-10-22T07:51:45.000Z","size":161,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-31T10:34:04.886Z","etag":null,"topics":["heap","java","max-heap","max-heap-priority-queue","priority-queue"],"latest_commit_sha":null,"homepage":"","language":"Java","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/dankolesnikov.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,"publiccode":null,"codemeta":null}},"created_at":"2017-10-22T03:31:21.000Z","updated_at":"2022-05-28T15:28:51.000Z","dependencies_parsed_at":"2023-05-14T02:30:30.900Z","dependency_job_id":null,"html_url":"https://github.com/dankolesnikov/MaxHeapPriorityQueue","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dankolesnikov%2FMaxHeapPriorityQueue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dankolesnikov%2FMaxHeapPriorityQueue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dankolesnikov%2FMaxHeapPriorityQueue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dankolesnikov%2FMaxHeapPriorityQueue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dankolesnikov","download_url":"https://codeload.github.com/dankolesnikov/MaxHeapPriorityQueue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245623080,"owners_count":20645681,"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":["heap","java","max-heap","max-heap-priority-queue","priority-queue"],"created_at":"2024-12-04T07:11:52.009Z","updated_at":"2025-09-16T12:11:00.200Z","avatar_url":"https://github.com/dankolesnikov.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Max Heap Priority Queue\n\u003e Java implementation of Max Heap Priority Queue. \n\n![](header.png)\n\n# Description\nThis is an array representation of priority queue abstract data type using heap data structure. Keep in mind, my implementation starts at index 1 and ignores index 0 of the array. The program Waiting room mimics an emergency hospital room where patients are prioritized based on the priority number assigned by the user.\n\nFeel free to reach out to me if you have any questions or spot a mistake in the code!\n\n## Usage\n\nTerminal:\n\nOpen the folder containing jars and run:\n\n```sh\njava -jar WaitingRoom.jar\n```\nor\n```sh\njava -jar MaxHeapPriorityQueue.jar\n```\n## Meta\n\nDanil Kolesnikov – danil.kolesnikov@sjsu.edu\n\nDistributed under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdankolesnikov%2Fmaxheappriorityqueue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdankolesnikov%2Fmaxheappriorityqueue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdankolesnikov%2Fmaxheappriorityqueue/lists"}