{"id":18258350,"url":"https://github.com/rafalkornel/algorithms_data_structures","last_synced_at":"2025-04-08T23:19:50.300Z","repository":{"id":185664409,"uuid":"673900510","full_name":"RafalKornel/Algorithms_Data_Structures","owner":"RafalKornel","description":"Repository with TS implementation of common algorithms and data structures","archived":false,"fork":false,"pushed_at":"2023-08-03T13:00:22.000Z","size":40,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T18:18:04.901Z","etag":null,"topics":["algorithms","algorithms-and-data-structures","data-structures"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/RafalKornel.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":"2023-08-02T17:19:48.000Z","updated_at":"2023-08-03T13:02:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"7ed9a1ce-b807-437d-a55a-c927d9b9af41","html_url":"https://github.com/RafalKornel/Algorithms_Data_Structures","commit_stats":null,"previous_names":["rafalkornel/algs","rafalkornel/algorithms_data_structures"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RafalKornel%2FAlgorithms_Data_Structures","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RafalKornel%2FAlgorithms_Data_Structures/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RafalKornel%2FAlgorithms_Data_Structures/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RafalKornel%2FAlgorithms_Data_Structures/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RafalKornel","download_url":"https://codeload.github.com/RafalKornel/Algorithms_Data_Structures/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247942058,"owners_count":21022100,"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","algorithms-and-data-structures","data-structures"],"created_at":"2024-11-05T10:30:29.503Z","updated_at":"2025-04-08T23:19:50.285Z","avatar_url":"https://github.com/RafalKornel.png","language":"TypeScript","readme":"# Algorithms and Data structures\n\nThis repository contains common data structures and algorithms, implemented by me in TypeScript (deno).\n\nMain purposes of this repository are:\n- learning experience\n- library of commonly used data structures that can be used in my other projects\n\n## Contents\n\n- Trees\n    - Traversals (in-order, pre-order, post-order)\n    - Binary searcg tree\n    - Breadth first traverse\n    - Comparison\n    - Trie\n\n- Graphs\n    - Breadth first search (adjacency matrix)\n    - Depth first search (adjacency list)\n    - Dijkstra shortest path algorithm\n\n- Linked lists\n    - Uni-directional linked list\n    - Queue\n    - Stack\n\n- Sorting Algorithms\n    - Bubble sort\n    - Quick sort\n\n- Binary search\n\n\n- Ring-buffer\n\n- Hash map\n\n- MinMax heap\n\n... and few algorithmic problems solutions\n\n\n## Tests\nNavigate to desired directory and run \n``` bash\ndeno test\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafalkornel%2Falgorithms_data_structures","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frafalkornel%2Falgorithms_data_structures","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafalkornel%2Falgorithms_data_structures/lists"}