{"id":20143970,"url":"https://github.com/erykmika/datastructures","last_synced_at":"2026-06-06T04:32:13.319Z","repository":{"id":179200283,"uuid":"663120086","full_name":"erykmika/DataStructures","owner":"erykmika","description":"This repository contains my solutions to the tasks that I had to solve during the \"Data structures and time complexity\" classes.","archived":false,"fork":false,"pushed_at":"2023-09-25T15:59:26.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-13T10:49:56.382Z","etag":null,"topics":["data-structures","politechnikawroclawska","university-project"],"latest_commit_sha":null,"homepage":"","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/erykmika.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}},"created_at":"2023-07-06T15:38:45.000Z","updated_at":"2023-08-25T12:46:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"475ac84c-2c82-4b62-85a2-0ce3e022a3cd","html_url":"https://github.com/erykmika/DataStructures","commit_stats":null,"previous_names":["spinsnazo/datastructures","erykmika/datastructures"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erykmika%2FDataStructures","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erykmika%2FDataStructures/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erykmika%2FDataStructures/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erykmika%2FDataStructures/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erykmika","download_url":"https://codeload.github.com/erykmika/DataStructures/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241587912,"owners_count":19986627,"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","politechnikawroclawska","university-project"],"created_at":"2024-11-13T22:08:14.177Z","updated_at":"2026-06-06T04:32:13.128Z","avatar_url":"https://github.com/erykmika.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DataStructures\nThis repository contains my solutions to the tasks that I had to solve during the \"Data structures and time complexity\" classes.  \n\n## Project list  \n\n### Graphs  \nThis project contains two implementations of storing a directed, weighted graph in memory. These include an adjacency matrix and an adjacency list.\nPerformance of algorithms using two methods is tested.\n  \n### Priority Queue\nThis project has been done to implement two ways of keeping a priority queue. The first one uses a circular buffer in a regular array while the second utilizes a doubly linked list. Performance of adding and deleting operations on both data structures is examined.\n  \n### Binary Heap\nThe project uses two methods to implement a binary heap - both using an array and a pointers-based binary tree. Efficiency of heap sort on these two structures is compared against an STL algorithm.\n\n## Setup\n**Clone the repository and use Code::Blocks IDE to run project files.**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferykmika%2Fdatastructures","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferykmika%2Fdatastructures","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferykmika%2Fdatastructures/lists"}