{"id":23209008,"url":"https://github.com/limajpp/data-structures","last_synced_at":"2025-04-05T12:09:49.987Z","repository":{"id":268326242,"uuid":"903979978","full_name":"limajpp/data-structures","owner":"limajpp","description":"This repository contains implementations of various fundamental data structures written in Java. Each implementation is designed from scratch, avoiding the use of Java's built-in data structure libraries, to reinforce a deeper understanding of how they work internally.","archived":false,"fork":false,"pushed_at":"2024-12-16T03:35:33.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T22:52:04.259Z","etag":null,"topics":["algorithms","data-structures","java"],"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/limajpp.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":"2024-12-16T02:44:06.000Z","updated_at":"2024-12-16T03:35:37.000Z","dependencies_parsed_at":"2024-12-16T04:26:03.318Z","dependency_job_id":"7ce67684-c392-4148-a2bb-04b752221532","html_url":"https://github.com/limajpp/data-structures","commit_stats":null,"previous_names":["limajpp/data-structures"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limajpp%2Fdata-structures","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limajpp%2Fdata-structures/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limajpp%2Fdata-structures/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limajpp%2Fdata-structures/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/limajpp","download_url":"https://codeload.github.com/limajpp/data-structures/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247332611,"owners_count":20921853,"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","data-structures","java"],"created_at":"2024-12-18T18:13:34.912Z","updated_at":"2025-04-05T12:09:49.967Z","avatar_url":"https://github.com/limajpp.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eOverview:\u003c/h1\u003e\n\u003cp\u003e\n    This repository contains a collection of fundamental data structures implemented in Java. Each data structure is built from scratch, avoiding Java's built-in collections, to ensure a deep understanding of how these structures work internally. These implementations are ideal for students, developers preparing for coding interviews, or anyone looking to strengthen their computer science fundamentals.\n\u003c/p\u003e\n\n\u003ch2\u003eFeatures\u003c/h2\u003e\n\u003cul\u003e\n    \u003cli\u003e\u003cstrong\u003eDoublyLinkedList\u003c/strong\u003e: A linked list where each node points to both its previous and next nodes.\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003eDynamicStack\u003c/strong\u003e: A stack implementation that dynamically adjusts its capacity as elements are pushed or popped.\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003eHashTable\u003c/strong\u003e: Key-value storage using hashing for efficient lookups.\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003eLinkedList\u003c/strong\u003e: A singly linked list implementation supporting insertion, deletion, traversal, and search operations.\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003eList\u003c/strong\u003e: A general linear data structure offering sequential access to elements.\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003eQueue\u003c/strong\u003e: A First-In-First-Out (FIFO) implementation with enqueue and dequeue operations.\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003eStack\u003c/strong\u003e: A Last-In-First-Out (LIFO) data structure supporting push, pop, and peek operations.\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003eUnorderedPriorityQueue\u003c/strong\u003e: A priority queue implementation without strict ordering rules for insertion.\u003c/li\u003e\n\u003c/ul\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimajpp%2Fdata-structures","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flimajpp%2Fdata-structures","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimajpp%2Fdata-structures/lists"}