{"id":18389845,"url":"https://github.com/vaibhavmojidra/data-structures---queue-using-array-in-java","last_synced_at":"2025-04-12T06:33:22.026Z","repository":{"id":118410771,"uuid":"477660723","full_name":"VaibhavMojidra/Data-Structures---Queue-Using-Array-in-Java","owner":"VaibhavMojidra","description":"Queue is an abstract data structure, somewhat similar to Stacks. Unlike stacks, a queue is open at both its ends. One end is always used to insert data (enqueue) and the other is used to remove data (dequeue). Queue follows First-In-First-Out methodology, i.e., the data item stored first will be accessed first.","archived":false,"fork":false,"pushed_at":"2022-04-04T11:00:55.000Z","size":15048,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-16T01:13:51.411Z","etag":null,"topics":["array","arrays","data-structures","java","mojidra","queue","vaibhav","vaibhav-mojidra","vaibhavmojidra"],"latest_commit_sha":null,"homepage":"https://vaibhavmojidra.github.io/site/","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/VaibhavMojidra.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":"2022-04-04T10:57:28.000Z","updated_at":"2023-04-09T00:09:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"79eb97c5-2d5c-4660-b923-b84c4224fd87","html_url":"https://github.com/VaibhavMojidra/Data-Structures---Queue-Using-Array-in-Java","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/VaibhavMojidra%2FData-Structures---Queue-Using-Array-in-Java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VaibhavMojidra%2FData-Structures---Queue-Using-Array-in-Java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VaibhavMojidra%2FData-Structures---Queue-Using-Array-in-Java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VaibhavMojidra%2FData-Structures---Queue-Using-Array-in-Java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VaibhavMojidra","download_url":"https://codeload.github.com/VaibhavMojidra/Data-Structures---Queue-Using-Array-in-Java/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248529543,"owners_count":21119530,"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":["array","arrays","data-structures","java","mojidra","queue","vaibhav","vaibhav-mojidra","vaibhavmojidra"],"created_at":"2024-11-06T01:44:49.314Z","updated_at":"2025-04-12T06:33:22.004Z","avatar_url":"https://github.com/VaibhavMojidra.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data Structures Queue Using Array in Java\n\nMust read before going through code\n\n1. [Big O Notation.pdf](https://github.com/VaibhavMojidra/Data-Structures---Queue-Using-Array-in-Java/blob/master/Documentation/Big%20O%20Notation.pdf)\n2. [How to identify Big O Notation.pdf](https://github.com/VaibhavMojidra/Data-Structures---Queue-Using-Array-in-Java/blob/master/Documentation/How%20to%20identify%20Big%20O%20Notation.pdf)\n3. [Queue Using Array.pdf](https://github.com/VaibhavMojidra/Data-Structures---Queue-Using-Array-in-Java/blob/master/Documentation/Queue%20Using%20Array.pdf)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaibhavmojidra%2Fdata-structures---queue-using-array-in-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvaibhavmojidra%2Fdata-structures---queue-using-array-in-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaibhavmojidra%2Fdata-structures---queue-using-array-in-java/lists"}