{"id":19595769,"url":"https://github.com/foldfelis/datastructure101","last_synced_at":"2025-02-26T14:24:36.846Z","repository":{"id":52966378,"uuid":"231706177","full_name":"foldfelis/DataStructure101","owner":"foldfelis","description":"This repository is not just an implement yet a learning process to fully understand the data structures.","archived":false,"fork":false,"pushed_at":"2021-04-12T06:21:14.000Z","size":155,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-09T07:14:41.349Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/foldfelis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-04T04:03:46.000Z","updated_at":"2023-02-28T21:57:22.000Z","dependencies_parsed_at":"2022-08-20T00:40:27.697Z","dependency_job_id":null,"html_url":"https://github.com/foldfelis/DataStructure101","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/foldfelis%2FDataStructure101","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foldfelis%2FDataStructure101/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foldfelis%2FDataStructure101/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foldfelis%2FDataStructure101/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/foldfelis","download_url":"https://codeload.github.com/foldfelis/DataStructure101/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240868841,"owners_count":19870685,"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":[],"created_at":"2024-11-11T08:48:41.955Z","updated_at":"2025-02-26T14:24:36.775Z","avatar_url":"https://github.com/foldfelis.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DataStructure101\n\n[![CI](https://github.com/foldfelis/DataStructure101/actions/workflows/ci.yml/badge.svg)](https://github.com/foldfelis/DataStructure101/actions/workflows/ci.yml)\n[![codecov](https://codecov.io/gh/foldfelis/DataStructure101/branch/master/graph/badge.svg?token=MGL8OHD107)](https://codecov.io/gh/foldfelis/DataStructure101)\n[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle)\n\nThis repository is not just an implement yet a learning process to fully understand the data structures.\nIn this reop, I implement some common and useful data structures.\n\n**Reference:**\n\n[DataStructures.jl](https://github.com/JuliaCollections/DataStructures.jl)\n[AbstractTrees.jl](https://github.com/JuliaCollections/AbstractTrees.jl)\n\n### Prepare\n- [x] Enthusiasm\n- [x] Clear Mind\n\n### Linear Data Structure\n- [x] Linked List\n- [x] Stack\n- [x] Queue\n- [x] Deque\n- [x] Circular Deque\n- [x] Sparse Array\n\n### Hierarchical Data Structure\n- [x] Binary Tree\n- [x] Heap\n- [x] Minmax Heap\n- [x] Priority Queue\n- [ ] Trie\n\n### Indexing Data Structure\n- [x] Union-find structure\n- [ ] Hash Table - chaining\n- [ ] Hash Table - open addressing\n\n## Graph\n- [x] Adjacency Matrix\n- [x] Adjacency List\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoldfelis%2Fdatastructure101","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoldfelis%2Fdatastructure101","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoldfelis%2Fdatastructure101/lists"}