{"id":16536327,"url":"https://github.com/avidlearnerinprogress/cpp-projects","last_synced_at":"2025-04-10T23:04:19.491Z","repository":{"id":110154398,"uuid":"261034159","full_name":"avidLearnerInProgress/cpp-projects","owner":"avidLearnerInProgress","description":"Mini-projects for exploring modern CPP","archived":false,"fork":false,"pushed_at":"2020-05-05T08:40:23.000Z","size":2736,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T23:04:14.201Z","etag":null,"topics":["algorithms-and-data-structures","astar-pathfinding","cpp17"],"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/avidLearnerInProgress.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":"2020-05-03T22:38:40.000Z","updated_at":"2023-03-04T03:56:13.000Z","dependencies_parsed_at":"2023-03-13T13:57:50.235Z","dependency_job_id":null,"html_url":"https://github.com/avidLearnerInProgress/cpp-projects","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/avidLearnerInProgress%2Fcpp-projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avidLearnerInProgress%2Fcpp-projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avidLearnerInProgress%2Fcpp-projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avidLearnerInProgress%2Fcpp-projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avidLearnerInProgress","download_url":"https://codeload.github.com/avidLearnerInProgress/cpp-projects/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248312141,"owners_count":21082638,"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-and-data-structures","astar-pathfinding","cpp17"],"created_at":"2024-10-11T18:30:35.852Z","updated_at":"2025-04-10T23:04:19.441Z","avatar_url":"https://github.com/avidLearnerInProgress.png","language":"C++","readme":"# Projects\n\n## [A* Search Algorithm](https://github.com/avidLearnerInProgress/cpp-projects/tree/master/a-star-search)\n* Implemented an A* grid-based search algorithm. \n    * The searching behavior a *BFS like algorithm* to visit priority of neighbor nodes w/ higher ```int f``` value, which is a dynamic value relate to its current node during the search process, that equals to the sum of ```int h (Heuristic)``` and ```int g``` value, i.e., ```f(n) = g(n) + h(n)```.\n    * A set of tests is provided by Udacity and have been passed using such implementation.\n\n## [Path Planning Project](https://github.com/avidLearnerInProgress/cpp-projects/tree/master/osm-route-planner)\n* In this project, an A* search algorithm is utilized to implement a path planning algorithm\n    * It is based on OpenStreetMap API.\n    * It searches an optimal path from givin *start* to *end* position.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favidlearnerinprogress%2Fcpp-projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favidlearnerinprogress%2Fcpp-projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favidlearnerinprogress%2Fcpp-projects/lists"}