{"id":18798688,"url":"https://github.com/liteobject/practice-data-structure","last_synced_at":"2026-01-02T03:30:14.360Z","repository":{"id":90789100,"uuid":"535352554","full_name":"LiteObject/practice-data-structure","owner":"LiteObject","description":null,"archived":false,"fork":false,"pushed_at":"2022-09-11T16:12:03.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-29T18:22:40.888Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/LiteObject.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-09-11T16:12:00.000Z","updated_at":"2022-09-11T16:12:07.000Z","dependencies_parsed_at":"2023-05-24T12:15:11.181Z","dependency_job_id":null,"html_url":"https://github.com/LiteObject/practice-data-structure","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/LiteObject%2Fpractice-data-structure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiteObject%2Fpractice-data-structure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiteObject%2Fpractice-data-structure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LiteObject%2Fpractice-data-structure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LiteObject","download_url":"https://codeload.github.com/LiteObject/practice-data-structure/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239727055,"owners_count":19687099,"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-07T22:12:39.356Z","updated_at":"2026-01-02T03:30:14.327Z","avatar_url":"https://github.com/LiteObject.png","language":"C#","readme":"# Data Structures\nData Structures refer to how data is organized\n\n## Operations\n- Read\n- Search\n- Insert\n- Delete\n\n## Classification\n- Linear: Elements are arranged sequentially\n  - Static \n    - Static DS has a fixed memory side\n    - It's easier to access the elements in a static DS\n    - Example: Array    \n  - Dynamic\n    - In dynamic DS, the size is not fixed. It can be randomly modified during runtime, which may be considered memory inefficient\n    - Example: Queue, Stack, LinkedList\n- Non-linear: Elements are not placed sequentially, side by side.\n  - Tree\n  - Graph\n---\n\n## Array\nArray is one of the most basic data structures in CS.\n\n## Linked List\nA linked list consists of nodes where each node contains a data field and a reference(link) to the next node in the list.\n\n## Stack\nStacks are a collection that adheres to the last in, first out (LIFO) concept.\n\n## Queue\n## Hash Table\n\n## Heap\n## Binary Tree\n## Binary Search Tree\n## Graph\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliteobject%2Fpractice-data-structure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliteobject%2Fpractice-data-structure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliteobject%2Fpractice-data-structure/lists"}