{"id":22561818,"url":"https://github.com/mcsamuelshoko/learning-data-structures-and-algorithms-in-cpp","last_synced_at":"2025-03-28T12:41:42.182Z","repository":{"id":217298958,"uuid":"731447349","full_name":"mcsamuelshoko/learning-data-structures-and-algorithms-in-cpp","owner":"mcsamuelshoko","description":"my journed reinforcing the data strcutures and algorithms i learnt in college.","archived":false,"fork":false,"pushed_at":"2024-01-15T12:17:24.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-02T13:15:13.481Z","etag":null,"topics":["algorithm-analysis","algorithms-and-data-structures","cpp","data-structures","learning","learning-by-doing","learning-resources","self-paced-learning"],"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/mcsamuelshoko.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}},"created_at":"2023-12-14T05:22:11.000Z","updated_at":"2024-01-15T12:17:28.000Z","dependencies_parsed_at":"2024-01-15T15:47:23.876Z","dependency_job_id":"0ad6d7fd-c54f-4b18-bdb7-62df5db53ca8","html_url":"https://github.com/mcsamuelshoko/learning-data-structures-and-algorithms-in-cpp","commit_stats":null,"previous_names":["stroustrups-sentinel/learning-data-structures-and-algorithms-in-cpp","mcsamuelshoko/learning-data-structures-and-algorithms-in-cpp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcsamuelshoko%2Flearning-data-structures-and-algorithms-in-cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcsamuelshoko%2Flearning-data-structures-and-algorithms-in-cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcsamuelshoko%2Flearning-data-structures-and-algorithms-in-cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcsamuelshoko%2Flearning-data-structures-and-algorithms-in-cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcsamuelshoko","download_url":"https://codeload.github.com/mcsamuelshoko/learning-data-structures-and-algorithms-in-cpp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246034224,"owners_count":20712851,"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":["algorithm-analysis","algorithms-and-data-structures","cpp","data-structures","learning","learning-by-doing","learning-resources","self-paced-learning"],"created_at":"2024-12-07T22:10:10.923Z","updated_at":"2025-03-28T12:41:42.162Z","avatar_url":"https://github.com/mcsamuelshoko.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"hello DSA!\n\n```cpp\nstd::cout \u003c\u003c \"hello world\";\n```\n\n---\n\n### Will be learning with content which includes these links\n\n- **Main Book links:** [[**` Amazon `**](https://www.amazon.com/Data-Structures-Algorithm-Analysis-C/dp/013284737X)]  \u0026nbsp; | \u0026nbsp; [[**` Pearson `**](https://www.pearson.com/en-us/subject-catalog/p/data-structures-and-algorithm-analysis-in-c/P200000003459/9780133404180)]\n- **Book link (FREE)**: [\u003chttps://books.goalkicker.com/AlgorithmsBook/\u003e]\n- **C++ reference book:** [\u003chttps://books.goalkicker.com/CPlusPlusBook/\u003e]\n- **LearnXinYminutes:** [\u003chttps://learnxinyminutes.com/docs/c++/\u003e]\n\n\u003cbr/\u003e\n\n- **🔥 BIG `O cheatsheet:** [\u003chttps://www.bigocheatsheet.com\u003e]\n- **🔥 Data Structure Visualization:** [\u003chttps://www.cs.usfca.edu/~galles/visualization/Algorithms.html\u003e]\n- **📱 Mobile App** : [[**` Android `**](https://play.google.com/store/apps/details?id=com.shway.datastructures \"Hi there! I have been using this amazing app to sharpen my data structures \u0026 algorithms skills. I recommend you check it out\")]\n---\n\n\u003cbr/\u003e\n\n###### *The list of topics is based on my personal selection on what i want to learn/reinforce from the content.\n\n|Topic | Completed | Comment|\n|---|:---:|---|\n|Templates |⭕| |\n|Structs \u0026 Classes |✅| |\n|List |⭕ | |\n|Stack |⭕ | |\n|Queue |⭕ | |\n|Tree |⭕ | |\n|Heap |⭕ | |\n|Graph |⭕ | |\n|Hash Table |⭕ | |\n|Greedy Algorithms  |⭕ | |\n|Divide \u0026 Conquer  |⭕ | |\n|Dynamic Programming  |⭕ | |\n|Randomized Algorithms  |⭕ | |\n|Backtracking Algorithms  |⭕ | |\n|Binomial Queues  |⭕ | |\n|Skew Heaps  |⭕ | |\n|Fibonacci Heaps  |⭕ | |\n|Splay Trees  |⭕ | |\n|Top-down Splay Trees  |⭕ | |\n|Red-BlackTrees  |⭕ | |\n|Treaps  |⭕ | |\n|Suffix Arrays \u0026 Suffix Trees  |⭕ | |\n|K-d Trees  |⭕ | |\n|Pairing Heaps  |⭕ | |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcsamuelshoko%2Flearning-data-structures-and-algorithms-in-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcsamuelshoko%2Flearning-data-structures-and-algorithms-in-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcsamuelshoko%2Flearning-data-structures-and-algorithms-in-cpp/lists"}