{"id":18389838,"url":"https://github.com/vaibhavmojidra/data-structures---queue-using-linked-list-in-java","last_synced_at":"2025-10-26T07:09:17.929Z","repository":{"id":118410779,"uuid":"477663642","full_name":"VaibhavMojidra/Data-Structures---Queue-Using-Linked-List-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:11:16.000Z","size":15049,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-16T01:13:50.420Z","etag":null,"topics":["data-structures","java","linked-list","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-04T11:06:30.000Z","updated_at":"2023-04-09T00:09:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"0b2ffeaf-5d77-4bfd-b756-54289b5b3f61","html_url":"https://github.com/VaibhavMojidra/Data-Structures---Queue-Using-Linked-List-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-Linked-List-in-Java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VaibhavMojidra%2FData-Structures---Queue-Using-Linked-List-in-Java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VaibhavMojidra%2FData-Structures---Queue-Using-Linked-List-in-Java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VaibhavMojidra%2FData-Structures---Queue-Using-Linked-List-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-Linked-List-in-Java/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248529465,"owners_count":21119518,"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":["data-structures","java","linked-list","mojidra","queue","vaibhav","vaibhav-mojidra","vaibhavmojidra"],"created_at":"2024-11-06T01:44:41.518Z","updated_at":"2025-10-26T07:09:12.899Z","avatar_url":"https://github.com/VaibhavMojidra.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data Structures Queue Using Linked List in Java\n\nMust read before going through code\n\n1. [Big O Notation.pdf](https://github.com/VaibhavMojidra/Data-Structures---Queue-Using-Linked-List-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-Linked-List-in-Java/blob/master/Documentation/How%20to%20identify%20Big%20O%20Notation.pdf)\n3. [Queue Using Linked List.pdf](https://github.com/VaibhavMojidra/Data-Structures---Queue-Using-Linked-List-in-Java/blob/master/Documentation/Queue%20Using%20Linked%20List.pdf)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaibhavmojidra%2Fdata-structures---queue-using-linked-list-in-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvaibhavmojidra%2Fdata-structures---queue-using-linked-list-in-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaibhavmojidra%2Fdata-structures---queue-using-linked-list-in-java/lists"}