{"id":18244247,"url":"https://github.com/nouraalgohary/data-structures-and-algorithms-specialization","last_synced_at":"2025-04-08T18:33:27.283Z","repository":{"id":60830336,"uuid":"545922066","full_name":"NouraAlgohary/Data-Structures-and-Algorithms-Specialization","owner":"NouraAlgohary","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-04T19:52:21.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-14T14:51:40.075Z","etag":null,"topics":["algorithmic-toolbox","algorithms-and-data-structures","coursera"],"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/NouraAlgohary.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}},"created_at":"2022-10-05T07:56:25.000Z","updated_at":"2022-12-28T03:44:28.000Z","dependencies_parsed_at":"2023-02-02T20:16:29.798Z","dependency_job_id":null,"html_url":"https://github.com/NouraAlgohary/Data-Structures-and-Algorithms-Specialization","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/NouraAlgohary%2FData-Structures-and-Algorithms-Specialization","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NouraAlgohary%2FData-Structures-and-Algorithms-Specialization/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NouraAlgohary%2FData-Structures-and-Algorithms-Specialization/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NouraAlgohary%2FData-Structures-and-Algorithms-Specialization/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NouraAlgohary","download_url":"https://codeload.github.com/NouraAlgohary/Data-Structures-and-Algorithms-Specialization/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247902204,"owners_count":21015409,"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":["algorithmic-toolbox","algorithms-and-data-structures","coursera"],"created_at":"2024-11-05T09:15:53.757Z","updated_at":"2025-04-08T18:33:27.259Z","avatar_url":"https://github.com/NouraAlgohary.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data-Structures-and-Algorithms-Specialization\n## Courses:\n1. [Algorithmic Toolbox](https://www.coursera.org/learn/algorithmic-toolbox?specialization=data-structures-algorithms)\n2. [Data Structures](https://www.coursera.org/learn/data-structures?specialization=data-structures-algorithms)\n3. [Algorithms on Graphs](https://www.coursera.org/learn/algorithms-on-graphs?specialization=data-structures-algorithms)\n4. [Algorithms on Strings](https://www.coursera.org/learn/algorithms-on-strings?specialization=data-structures-algorithms)\n5. [Advanced Algorithms and Complexity](https://www.coursera.org/learn/advanced-algorithms-and-complexity?specialization=data-structures-algorithms)\n6. [Genome Assembly Programming Challenge](https://www.coursera.org/learn/assembling-genomes?specialization=data-structures-algorithms)\n\n## [Algorithmic Toolbox Assignments](https://github.com/NouraAlgohary/Data-Structures-and-Algorithms-Specialization/tree/main/Algorithmic%20Toolbox)\nProgramming Assignment 1:\n- [1-1: Sum of Two Digits](https://github.com/NouraAlgohary/Data-Structures-and-Algorithms-Specialization/blob/main/Algorithmic%20Toolbox/W1%20-%20Sum%20of%20Two%20Digits.cpp) \n- [1-2: Maximum Pairwise Product](https://github.com/NouraAlgohary/Data-Structures-and-Algorithms-Specialization/blob/main/Algorithmic%20Toolbox/W1%20-%20Maximum%20Pairwise%20Product.cpp)\n\nProgramming Assignment 2:\n- [2-1: Fibonacci Number](https://github.com/NouraAlgohary/Data-Structures-and-Algorithms-Specialization/blob/main/Algorithmic%20Toolbox/W2%20-%20Fibonacci%20Number%20Again.cpp)\n- [2-3: Greatest Common Divisor](https://github.com/NouraAlgohary/Data-Structures-and-Algorithms-Specialization/blob/main/Algorithmic%20Toolbox/W2%20-%20Greatest%20Common%20Divisor.cpp)\n- [2-4: Least Common Multiple](https://github.com/NouraAlgohary/Data-Structures-and-Algorithms-Specialization/blob/main/Algorithmic%20Toolbox/W2%20-%20Least%20Common%20Multiple.cpp)\n- [2-5: Fibonacci Number Again](https://github.com/NouraAlgohary/Data-Structures-and-Algorithms-Specialization/blob/main/Algorithmic%20Toolbox/W2%20-%20Fibonacci%20Number%20Again.cpp)\n- [2-6: Last Digit of the Sum of Fibonacci Numbers](https://github.com/NouraAlgohary/Data-Structures-and-Algorithms-Specialization/blob/main/Algorithmic%20Toolbox/W2%20-%20Last%20Digit%20of%20the%20Sum%20of%20Fibonacci%20Numbers.cpp)\n- [2-7: Last Digit of the Sum of Fibonacci Numbers Again](https://github.com/NouraAlgohary/Data-Structures-and-Algorithms-Specialization/blob/main/Algorithmic%20Toolbox/W2%20-%20Last%20Digit%20of%20a%20Large%20Fibonacci%20Number.cpp)\n- [2-8: Last Digit of the Sum of Squares of Fibonacci Numbers](https://github.com/NouraAlgohary/Data-Structures-and-Algorithms-Specialization/blob/main/Algorithmic%20Toolbox/W2%20-%20Last%20Digit%20of%20the%20Sum%20of%20Squares%20of%20Fibonacci%20Numbers)\n\nProgramming Assignment 3: \n- [3-1: Money Change](https://github.com/NouraAlgohary/Data-Structures-and-Algorithms-Specialization/blob/main/Algorithmic%20Toolbox/W3%20-%20Money%20Change.cpp)\n- [3-2: Maximum Value of the Loot (Fractional Knapsack)](https://github.com/NouraAlgohary/Data-Structures-and-Algorithms-Specialization/blob/main/Algorithmic%20Toolbox/W3%20-%20Maximum%20Value%20of%20the%20Loot%20(Fractional%20Knapsack).cpp)\n- [3-3: Car Fueling](https://github.com/NouraAlgohary/Data-Structures-and-Algorithms-Specialization/blob/main/Algorithmic%20Toolbox/W3%20-%20%20Car%20Fueling.cpp)\n- [3-4: Maximum Advertisement Revenue (Maximum Dot Product)](https://github.com/NouraAlgohary/Data-Structures-and-Algorithms-Specialization/blob/main/Algorithmic%20Toolbox/W3%20-%20Maximum%20Advertisement%20Revenue%20(Maximum%20Dot%20Product).cpp)\n- [3-5: Collecting Signatures (Covering Segments by Points)](https://github.com/NouraAlgohary/Data-Structures-and-Algorithms-Specialization/blob/main/Algorithmic%20Toolbox/W3%20-%20Collecting%20Signatures%20(Covering%20Segments%20by%20Points).cpp)\n- 3-6: Maximum Number of Prizes (Different Summands)\n- [3-7: Maximum Salary (Largest Number)](https://github.com/NouraAlgohary/Data-Structures-and-Algorithms-Specialization/blob/main/Algorithmic%20Toolbox/W3%20-%20Maximum%20Salary%20(Largest%20Number).cpp)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnouraalgohary%2Fdata-structures-and-algorithms-specialization","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnouraalgohary%2Fdata-structures-and-algorithms-specialization","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnouraalgohary%2Fdata-structures-and-algorithms-specialization/lists"}