{"id":26820283,"url":"https://github.com/jinhyeonseo01/priorityqueue","last_synced_at":"2025-03-30T06:31:40.662Z","repository":{"id":214409096,"uuid":"736454716","full_name":"jinhyeonseo01/PriorityQueue","owner":"jinhyeonseo01","description":"PriorityQueue for Unity C# - Script that converted the .Net offLcial PriorityQueue for use in Unity","archived":false,"fork":false,"pushed_at":"2024-11-24T07:49:26.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-24T08:27:18.551Z","etag":null,"topics":["binary-heap","csharp","dotnet","dotnet-core","heap","priority-queue","unity"],"latest_commit_sha":null,"homepage":"","language":"C#","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/jinhyeonseo01.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":"2023-12-28T00:40:48.000Z","updated_at":"2024-11-24T07:49:30.000Z","dependencies_parsed_at":"2023-12-28T02:47:40.900Z","dependency_job_id":"e9137ce9-0bc2-4880-8ef4-6b99122172b2","html_url":"https://github.com/jinhyeonseo01/PriorityQueue","commit_stats":null,"previous_names":["jinhyeonseo01/priorityqueue"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinhyeonseo01%2FPriorityQueue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinhyeonseo01%2FPriorityQueue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinhyeonseo01%2FPriorityQueue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinhyeonseo01%2FPriorityQueue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jinhyeonseo01","download_url":"https://codeload.github.com/jinhyeonseo01/PriorityQueue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246285645,"owners_count":20752947,"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":["binary-heap","csharp","dotnet","dotnet-core","heap","priority-queue","unity"],"created_at":"2025-03-30T06:30:20.982Z","updated_at":"2025-03-30T06:31:40.656Z","avatar_url":"https://github.com/jinhyeonseo01.png","language":"C#","readme":"# PriorityQueue for Unity C#\n**Script that converted the .Net offLcial PriorityQueue for use in Unity**  \n*(Unity에서 사용하기 위해 .Net C# 13 공식 PriorityQueue를 변환한 스크립트)*  \n\n*.Net offLcial syntax 100% compatible.*  \n*update - C# 13 version compatible*  \n* * *\n### .Net Official System Collections\n  \u003e **Documentation Link:**  [https://learn.microsoft.com/PriorityQueue](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.priorityqueue-2?view=net-8.0/)  \n  \u003e **도큐먼트 링크:**  [https://learn.microsoft.com/PriorityQueue](https://learn.microsoft.com/ko-kr/dotnet/api/system.collections.generic.priorityqueue-2?view=net-8.0)  \n\n### Example\n``` cs\nPriorityQueue\u003cstring, int\u003e testQueue = new PriorityQueue\u003cstring, int\u003e(10);\ntestQueue.Enqueue(\"World\", 2);\ntestQueue.Enqueue(\"Hello\", 1);\ntestQueue.Enqueue(\"!\", 3);\nwhile (testQueue.TryDequeue(out var element, out var priority))\n    Debug.Log(element);\n//result\n//Hello\n//World\n//!\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjinhyeonseo01%2Fpriorityqueue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjinhyeonseo01%2Fpriorityqueue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjinhyeonseo01%2Fpriorityqueue/lists"}