{"id":20526254,"url":"https://github.com/marianciuc/algorithms","last_synced_at":"2025-10-09T00:41:23.568Z","repository":{"id":205786684,"uuid":"708570495","full_name":"marianciuc/Algorithms","owner":"marianciuc","description":"The repository includes a series of laboratory works, each focusing on different aspects of algorithms","archived":false,"fork":false,"pushed_at":"2024-07-31T13:08:39.000Z","size":8747,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-26T23:53:13.924Z","etag":null,"topics":["algorithms-and-data-structures","cpp"],"latest_commit_sha":null,"homepage":"http://wikizmsi.zut.edu.pl/wiki/A2/L?imoppppppphlfcba","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/marianciuc.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-10-22T23:39:13.000Z","updated_at":"2024-08-29T07:28:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"203c8ef9-2342-40b3-afe8-0bbd16a4b8d3","html_url":"https://github.com/marianciuc/Algorithms","commit_stats":null,"previous_names":["hesowam/algorytmy","marianciuc/algorytmy","marianciuc/algorithms"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marianciuc/Algorithms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marianciuc%2FAlgorithms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marianciuc%2FAlgorithms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marianciuc%2FAlgorithms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marianciuc%2FAlgorithms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marianciuc","download_url":"https://codeload.github.com/marianciuc/Algorithms/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marianciuc%2FAlgorithms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000640,"owners_count":26082879,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-and-data-structures","cpp"],"created_at":"2024-11-15T23:13:23.499Z","updated_at":"2025-10-09T00:41:23.552Z","avatar_url":"https://github.com/marianciuc.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Algorithms 2\n\nThe repository includes a series of laboratory works, each focusing on different aspects of algorithms. Below is a list of the topics covered:\n\n1. **List**: Understanding and implementing list data structures.\n2. **Dynamic Array**: Exploration of dynamic arrays and their applications.\n3. **BST Tree**: Binary Search Tree implementation and operations.\n4. **Red-Black Tree**: Learning about Red-Black Trees and their properties.\n5. **Hash Table**: Implementing and using hash tables.\n6. **Binary Heap**: Study and implementation of binary heaps.\n7. **Sorting Algorithms**: Focus on Heapsort, Counting Sort, and Bucket Sort.\n8. **Graph Algorithms**: Kruskal's algorithm and Union-Find structure.\n9. **Convex Hull**: Understanding Convex Shell and Graham's algorithm.\n10. **Fast Fourier Transform**: An introduction to FFT and its applications.\n\nEach laboratory work is accompanied by detailed instructions and resources to facilitate learning and implementation.\n\n## Resources\nFor more detailed information and resources related to the laboratory works, visit [this link](http://wikizmsi.zut.edu.pl/wiki/A2/L?imoppppppphlfcba).\n\n\u003cdiv align=\"center\"\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e№\u003c/td\u003e\n    \u003ctd\u003eDescription\u003c/td\u003e\n    \u003ctd\u003eDownload link\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e1\u003c/td\u003e\n    \u003ctd\u003eList\u003c/td\u003e\n    \u003ctd\u003e\u003ca href=\"http://wikizmsi.zut.edu.pl/uploads/2/22/Pklesk_linked_list.pdf\" target=\"_blank\"\u003e(PDF)\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e2\u003c/td\u003e\n    \u003ctd\u003eDynamic array\u003c/td\u003e\n    \u003ctd\u003e\u003ca href=\"http://wikizmsi.zut.edu.pl/uploads/2/24/Pklesk_dynamic_array.pdf\" target=\"_blank\"\u003e(PDF)\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e3\u003c/td\u003e\n    \u003ctd\u003eBST tree \u003c/td\u003e\n    \u003ctd\u003e\u003ca href=\"http://wikizmsi.zut.edu.pl/uploads/a/a8/Pklesk_binary_search_tree.pdf\" target=\"_blank\"\u003e(PDF)\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e4\u003c/td\u003e\n    \u003ctd\u003eRed-black tree\u003c/td\u003e\n    \u003ctd\u003e\u003ca href=\"http://wikizmsi.zut.edu.pl/uploads/1/19/Pklesk_red_black_tree.pdf\" target=\"_blank\"\u003e(PDF)\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e5\u003c/td\u003e\n    \u003ctd\u003eHash table\u003c/td\u003e\n    \u003ctd\u003e\u003ca href=\"http://wikizmsi.zut.edu.pl/uploads/4/40/Pklesk_hash_table.pdf\" target=\"_blank\"\u003e(PDF)\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e6\u003c/td\u003e\n    \u003ctd\u003eBinary heap\u003c/td\u003e\n    \u003ctd\u003e\u003ca href=\"http://wikizmsi.zut.edu.pl/uploads/e/e4/Pklesk_binary_heap.pdf\" target=\"_blank\"\u003e(PDF)\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e7\u003c/td\u003e\n    \u003ctd\u003eHeapsort, counting sort, bucket sort\u003c/td\u003e\n    \u003ctd\u003e\u003ca href=\"http://wikizmsi.zut.edu.pl/uploads/e/e0/Pklesk_counting_sorts.pdf\" target=\"_blank\"\u003e(PDF)\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e8\u003c/td\u003e\n    \u003ctd\u003eKruskal algorithm and Union-Find structure\u003c/td\u003e\n    \u003ctd\u003e\n      \u003ca href=\"http://wikizmsi.zut.edu.pl/uploads/2/2a/Pklesk_kruskal_union_find.pdf\" target=\"_blank\"\u003e(PDF)\u003c/a\u003e\n      \u003ca href=\"http://wikizmsi.zut.edu.pl/uploads/8/87/Pklesk_kruskal_union_find.zip\" target=\"_blank\"\u003e(ZIP)\u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e9\u003c/td\u003e\n    \u003ctd\u003eConvex shell, Graham's algorithm\u003c/td\u003e\n    \u003ctd\u003e\n      \u003ca href=\"http://wikizmsi.zut.edu.pl/uploads/a/ab/Pklesk_graham_scan.pdf\" target=\"_blank\"\u003e(PDF)\u003c/a\u003e\n      \u003ca href=\"http://wikizmsi.zut.edu.pl/uploads/e/e8/Pklesk_graham_scan.zip\" target=\"_blank\"\u003e(ZIP)\u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e10\u003c/td\u003e\n    \u003ctd\u003eFast Fourier transform\u003c/td\u003e\n    \u003ctd\u003e\u003ca href=\"https://discord.js.org/#/\" target=\"_blank\"\u003e(PDF)\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarianciuc%2Falgorithms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarianciuc%2Falgorithms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarianciuc%2Falgorithms/lists"}